Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

IPlanet + bea ssl client

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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??
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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...
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic