• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Problem with SSL Configuration, certificates and keystores

 
Ranch Hand
Posts: 64
Oracle Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I'm new to configuration using WebSphere application Server, I developed an application in which I use a keystore and truststore for SSL. My application is based on a Web Service using Axis2 (JAX-WS), it's a Rest WebService. I understand that I have to change the SSL configuration and add the keystore and truststore to my certificates and obtain the Signer certificate retrieving the port, etc. Then I add a new SSL Configuration using the keystore and truststore I created, when I change the default Node Configuration for my own configuration, my application throws an Exception that says that My implementation class cannot be loaded due to an error and what's more, when I restart the server and open the console, I got an error because of the certificates. Both keystore and truststore are JKS type. I'm over a WebSphere Application Server 7.0 and I developed using RAD 8.

I will be grateful if someone could help me with this, I'm about to collapse. Thanks in advance.
 
You know it is dark times when the trees riot. I think this tiny ad is their leader:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic