Hi,
 
How can I make an SSL connection to a remote port through servlet ??
 
The architecture is like this.....
  • My APPLICATION will send a HTTP request to *MY SERVLET* (say GET).
  • In response, *MY SERVLET* will make an SSL connection to a *REMOTE SERVER* at a particular Port.
  • And finally write into that port securely, through SSL.
Is there any direct support for SSL in standard Servlet API ?
Or any third party API ??
Or can any WEB SERVER do that ?? (Like our Browsers support, and take care of all SSL things transparently)
 
 
Thanx and Regds......Om

Reply via email to