This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes HTTPS implementation with a Java application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "HTTPS implementation with a Java application" Watch "HTTPS implementation with a Java application" New topic
Author

HTTPS implementation with a Java application

Savithri Devaraj
Ranch Hand

Joined: Jun 26, 2000
Posts: 103
Has anyone implemented HTTPS protocol with a Java application as the client? We are using SilverStream application server and have a need to use secure connections. I am evaluating RSA System's B-Safe product for SSL implementation. I want to write a servlet on the server encapsulating the SSL implementation in the product. My first question is how to load the Certificates on the server?
Thanks in advance,
Savithri
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: HTTPS implementation with a Java application
 
Similar Threads
SSLException: untrusted server cert chain
2 technical questions for the techies
Difference between SSL and HTTPS implementation in Servlets/Web Server?
JAX-RPC over HTTPS
Mock question on statefulness and HTTPS