Hi,
Can anyone help me solving the
following problem.
Case I :
I have a SSL server and SSL
client program.I am able to
communicate between SSL Server and SSL Client
perfectly using the
certificates created in Linux box.
Case II :
When I use ' openSSL's
s_server ' listening at a port ,HTTPS request
comes perfectly from IE and this server was able to write to requested
page.
Case III : But the problem comes when I
try to connect the SSL server ( The
same SSL server program which I used for communication
in Case I) from
IE using the url
where "server's-ip-address " is where the
server is listening in
the specified "port".When I try the above step I got
the following
error
" 1341:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:769: "
I think this error is
because the client and server are not sharing a
compatible ciphers.I have added the default ciphers in the server program using the following SSL function
"
SSL_set_cipher_list(ssl,SSL_DEFAULT_CIPHER_LIST) "
I have loaded the "root
certificate " in the browser.Server is using the
certificate authenticated by this "root
certificate".
Please let me know how to proceed. with regards,
Siva K. |
- Re: no shared ciphers ? Siva
- Re: no shared ciphers ? Lutz Jaenicke