Tim Hudson wrote: > > Try connecting with > openssl s_client -state -debug -connect hostname:port and see what > details > are returned in the server certificate - that will at least tell you what > algorithms are used by the server certificate. > > Are you sure you are actaully calling OpenSSL_add_all_algorithms() or the > older > varients of it? > > Tim. >
I created a new self-signed cert for the server (in a p12 keystore) and exported the key/cert to PEMs for the client. The cert was created using key algorithm RSA and keysize 1024. I was about to give you the data you requested (great suggestion) and could not recreate the problem after recreating the certs this way. Maybe I had DSA before and that's the algorithm not supported? I might try creating a DSA cert to see if that's the issue. I was calling SSLeay_add_ssl_algorithms() previously and that did not help anything. If I called SSLeay_add_all_algorithms(), it bombed out. I think there's a reported problem calling that method. Appreciate the help very much. -- View this message in context: http://www.nabble.com/Problem-%22unknown-message-digest-algorithm%22-verifying-server-certificate-from-Perl-OpenSSL-client-tp19112522p19127272.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]