RE: HTTPS connections from servlet

2001-05-25 Thread Steven Banks
afely stored in the keystore the problems stopped. It was just a matter of trawling documentation a little longer basically. Cheers, Steve > -Original Message- > From: Rams [mailto:[EMAIL PROTECTED]] > Sent: 25 May 2001 05:54 > To: [EMAIL PROTECTED] > Subject: RE: HTTPS conn

RE: HTTPS connections from servlet

2001-05-24 Thread Rams
what exactly is ur problem? u need to connect to a server securely from ur servlet, right? or anything more? lf u want to connect thru https to another server, no need for ur tomcat to get ssl enabled. elaborate ur problem. rgrds --Rams -Original Message- From: Steven Banks [mailto:[E

RE: HTTPS connections from servlet

2001-05-24 Thread Martin van den Bemt
It's just a code snippet from one of my servlets.. It works fine... Mvgr, Martin Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider()); System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.ww w.protocol"); String url = "https://"; // let's connect to