| Author |
IPlanet + bea ssl client
|
Lucian Sasu
Greenhorn
Joined: Oct 08, 2003
Posts: 3
|
|
Hi all, I have a problem: on my machine i have configured an Iplanet 6.1 SP1 with SSL. I'm trying to connect from a client on a bea server (which is on another machine) to obtain a resource (image or css file) from iplanet, via https. Despite of all my efforts, the following error appears on iplanet server: Error receiving request from 192.168.200.227 (SSL_ERROR_NO_CYPHER_OVERLAP: no common encryption algorithm(s) with client) on bea console I get: javax.net.ssl.SSLHandshakeException:FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable to negotiate an acceptable set of security parameters The client class on bea is the one from SAMPLES_HOME\server\src\examples\security\sslclient If anyone can give me a help.... Thanks, Lucian
|
 |
Dominik Ratajski
Greenhorn
Joined: Feb 09, 2004
Posts: 14
|
|
it sounds like the two servers do not have a common public key installed. when i connect from a j2ee application on application server to ldap using ssl i have to specify the public key store in my jvm (-Djavax.net.ssl.trustStore=<keystore_filepath> . i also have to have the same public key installed on the ldap server in order to ssl handshake.
|
 |
ram techy
Greenhorn
Joined: Oct 10, 2004
Posts: 1
|
|
Originally posted by Lucian Sasu: Hi all, I have a problem: on my machine i have configured an Iplanet 6.1 SP1 with SSL. I'm trying to connect from a client on a bea server (which is on another machine) to obtain a resource (image or css file) from iplanet, via https. Despite of all my efforts, the following error appears on iplanet server: Error receiving request from 192.168.200.227 (SSL_ERROR_NO_CYPHER_OVERLAP: no common encryption algorithm(s) with client) on bea console I get: javax.net.ssl.SSLHandshakeException:FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable to negotiate an acceptable set of security parameters The client class on bea is the one from SAMPLES_HOME\server\src\examples\security\sslclient If anyone can give me a help.... Thanks, Lucian
Hi, I also facing the same problem?? Any body have ideas to resolve this??
|
 |
Ed Bicker
Greenhorn
Joined: Oct 14, 2003
Posts: 12
|
|
I am also having same problem using BEA weblogic 7.0 and Togetherj as IDE to do the build from. I got it working on command line but inside togethersoft I throw this error. I believe it is because of the weblogic.HttpsURLConnection class NOT extending from HTTPUrlConnection but from java.net.URLConnection... I am working on solution...this is a weblogic thing and I need to look there...
|
 |
 |
|
|
subject: IPlanet + bea ssl client
|
|
|