IntelliJ Java IDE
The moose likes Security and the fly likes Problem in SSL configuration Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Problem in SSL configuration" Watch "Problem in SSL configuration" New topic
Author

Problem in SSL configuration

ksrk mahidhar
Greenhorn

Joined: Jun 22, 2010
Posts: 9
Hi,

i have configured SSL thing by following instructions from the below link

https://www-304.ibm.com/support/docview.wss?uid=swg21215507


after doing my ssl configuration ,i tried to hit through the client application and i got the below exception.

[11/23/11 13:31:43:889 GMT] 00000056 SystemOut O Throwing Exception null
[11/23/11 13:31:44:595 GMT] 00000056 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain httpclient-https-chain:services.cargo.qcorpaa.aa.com:443:C:/Root/wid6.0/pf/wps/etc/ODSkey.jks.
[11/23/11 13:31:46:749 GMT] 00000056 SystemOut O Throwing Exception Version not supported (from client)


can some one help me out to get rigid of this situation.

Thanks,

Mah.
Arshad Noor
Ranch Hand

Joined: Oct 06, 2011
Posts: 33
Isn't this question more appropriate on the WebSphere forum at IBM (if there is one); if not, given that AA has probably paid for it, you should call IBM support for the answer. This is not a JDK/JCE-specific error.

Arshad Noor
StrongAuth, Inc.
 
IntelliJ Java IDE
 
subject: Problem in SSL configuration
 
Threads others viewed
Trying to deploy a web application(built in JDK 1.4, Struts 1 and Hibernate 2) on IBM WAS 6.0
convert weblogic-cmp-rdbms-jar.xml in websphere
Can someone throw some light on how to resolve the below issue?
Facibg problem in connecting from java IDL Corba Server from Client running in Websphere
Websphere 5.0 Connection pool problem
IntelliJ Java IDE