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

Add SSL for testing in Glassfish

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

I have been spending basically 5 days at a stretch now to figure out a proper way to add ssl to Glassfish so that we can create a https connection. I have went through the tutorials but it seems I didn't have luck. I got registered for the Veri sign trial certificate program. I got the certificate from them, but when I try to import it, I get an exception saying, Failed to establish chain from reply,
keytool -import -v -alias s2f -file s1as.csr -keystore keystore.jks -storepass changeit

That's the command which I executed.

Further more, I was successful enough to add the CA certificate to the browser, but I am confused at the step which adds an intermediate certificate to the glassfish server.

Could some 1 help me on this please,

Thanks and regards,
Ransika.
 
Uh oh, we're definitely being carded. Here, show him this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic