The key's randomart image is: +--[ RSA 2048]----+ | | | . E | |o . o .. | |.= +o. | |o=..o. oS | |o *... o | | o. ...o | | o o... | | . . .. | +-----------------+
Archives for : Linux
The key's randomart image is: +--[ RSA 2048]----+ | .+. .o. | | +.. o. | | o .=.o | | . ..o . | | S o . | | . . + o | | .. . . . | | ..E | | +=+ | +-----------------+
The key's randomart image is: +--[ RSA 2048]----+ | ...o+| | =. .*.| | ..+o=.=| | . oo * | | S . o | | E . | | . o.. | | .. . | | .. | +-----------------+
The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | o o | | . S . . | |. o + o . | |.. = o o | |.ooB o | |+EB=+ | +-----------------+
The key's randomart image is: +--[ RSA 2048]----+ | .ooo o.| | . . o | | .o. . o | | o+.o o . | | .So . | | . . | | . o E | | o +. + | | ..++.. | +-----------------+
The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . | |+ ES | |oo. .. . . o . | | oo... o o o o | |o..+o. o . | |++=o ..... | +-----------------+
So your ldirectord doesn’t check anymore your https server?
This is perhaps that it considers that the certificate is self-signed and return an error, if you haven’t put the certificate in your certificate directory.
Here is a solution : http://stackoverflow.com/questions/74358/how-can-i-get-lwp-to-validate-ssl-server-certificates
Or just edit the ldirectord executable (it’s a perl script) and add a “6” to after “use LWP::UserAgent;"
have a line identical to the one below (~line 2803) :
use LWP::UserAgent 6;
Et voilà 🙂
The key's randomart image is: +--[ RSA 2048]----+ | .++o. . | | .oE+.= | | .oo.o = | | .o.== + | | o.=S . | | o | | | | | | | +-----------------+
The key's randomart image is: +--[ RSA 2048]----+ | o+*X*B| | ..o*B.| | o++.| | .E. o| | S . o | | . . | | | | | | | +-----------------+
The key's randomart image is: +--[ RSA 2048]----+ | o=+*o. | | E++o o | | =.o= . | | .+o * | | . o S o . | | o o | | . | | | | | +-----------------+