Port 8443 Connector Question

2003-12-04 Thread John Kammer
--- Thanks in advance for pointing me in the right direction... -- John Kammer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need Help getting SSL to work with HttpsURLConnections

2003-12-04 Thread John Kammer
nection code over to another app > > that happens to be a servlet, and I get the ClassCastException as seen > > below, > > at the line of code: > > connection = (HttpsURLConnection) url.openConnection(); > > > > Anybody know what is going on? > > > > Than

Re: Need Help getting SSL to work with HttpsURLConnections

2003-12-03 Thread John Kammer
; HttpsURLConnection conn = (HttpsURLConnection) myurl.openConnection(); > > Ultimately I would like to get Client-Certification working but haven’t been able to > find a good guide out there for doing so. At the moment I am

Need Help getting SSL to work with HttpsURLConnections

2003-12-03 Thread John Kammer
nd a good guide out there for doing so. At the moment I am taking small steps in the hope of gaining a better understanding. Any help would be greatly appreciated. Thanks in advance ! -- John Kammer - To unsubscribe, e-mail: [E