• 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 configuration in Websphere 6.0

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

We have to invoke a RESTFUL services which is using 'https' and so need to configure the ssl certificate for the same in WAS 6.0, but no where i could see the 'SSL certificate and key management' in admin console of was 6.0. Let me know how to configure the SSL for the same. I have all the details like 'Issued to', 'FinderPrint (SHA digest)' and 'expiration date' of the SSL certificate.

Any way to achieve this in WAS 6.0
 
Bartender
Posts: 3904
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wonder why you 're using WAS 6.0 ?

It's out of support and is dangerous to use. Also, it supports only Java SE 1.4.
 
prabhu pandurangan
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Mikalai

Yes, we are using java 1.4 for one of our project and so still sticking to it
 
reply
    Bookmark Topic Watch Topic
  • New Topic