https://bz.apache.org/bugzilla/show_bug.cgi?id=59344

--- Comment #8 from Emmanuel Bourg <ebo...@apache.org> ---
On Windows 7 I copied openssl.exe in the base directory and tcnative-1.dll into
bin/native and then ran:

   ant test-apr -Dtest.openssl.path=openssl.exe -Dtest.name=**/*Ssl*

and the tests passed.

With:

   ant test-nio -Dtest.openssl.path=openssl.exe
-Dtest.sslImplementation=org.apache.tomcat.util.net.openssl.OpenSSLIm
plementation -Dtest.name=**/*Ssl*

I get a SSLException "Error initializing SSL context" caused by "Invalid Server
SSL Protocol (error:140A90F1:SSL routines:SSL_CTX_new:unable to load ssl2 md5
routines)". Is this the error you encountered?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to