• 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

SSL repertoire WebSphere Studio 5.1.2

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I was wondering if anyone is familiar with using SSL repertoires in WebSphere Studio. We are attempting to sign on to CICS using a client certificate generated by RACF. The good news is we've successfully managed this however the bad news is that I haven't implemented it the way I think it should be.
We've done it two ways both were successful
1) Set the JVM custom property for the truststore/keystorestore/passwords
2) Use the default keystore cacerts

Even though I have a default SSL repertoire configured on the server when my WebService test client invokes the HTTPS URL it uses the certificates in either of the two options above instead of the defaultSSL repertoire.

Does anyone have any idea as to why this would be the case or could anyone point me in the direction of good resource explaining this.

Thanks
Brian
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic