• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to configure SSL in RAD 7

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am facing a problem with migrating WAS 5 to RAD 7 while connecting remotely LDAP server.

No issues with WAS 5.1.

When I use RAD 7 it is throwing error below:

CWPKI0022E: SSL HANDSHAKE FAILURE: A signer with SubjectDN "CN=fds.ford.com, OU=Process Leadership, O=Ford Motor Company, L=Dearbornfmcc, ST=Michigan, C=US" was sent from target host ort "null:null". The signer may need to be added to local trust store "C:/Program Files/IBM/SDP70/runtimes/base_v61/profiles/AppSrv01/config/cells/its100renpc585Node01Cell/nodes/its100renpc585Node01/trust.p12" located in SSL configuration alias "NodeDefaultSSLSettings" loaded from SSL configuration file "security.xml". The extended error message from the SSL handshake exception is: "No trusted certificate found".


Could any one help me?
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am facing the same issue. Does nayone know the solultion?
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

The solution is in the following link:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rtrb_sslconfigprobs.html

or

was admin console > Security > SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Signer certificates > Retrieve from Port

just enter Host and Port and the wizard will register the certificate for you.

I hope that this is of some help to you...

kind regards,

mike
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi in retreive from port section i have given host as ip address of server on which web service is located and port as 9443.
My Port URL Is
https://172.19.46.156:9443/JavaWebservice1/services/CalculatorService

It is giving Error ..Unknown Host or Port Number.
 
What a show! What atmosphere! What fun! What a tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic