I am writing a server without checking the server certificate... the client (written in java) works fine by using s_server as server. i start the s_server by using this command: openssl s_server -accept 1111 -cipher ADH-RC4-MD5
 
i wrote now my own server but i always get following output:
Using default temp DH parameters
Connection from 70da6e53, port dee6
SSL connection using ADH-RC4-MD5
Client does not have certificate.
how can i deactivate the client certificate checking on server side?
 
Kind Regards Stefan

Reply via email to