HTTPS with WebSphere
"Lee, Herman" <[email protected]>
| Newsgroups | gmane.comp.web.httpunit.devel |
|---|---|
| Message-ID | <C7823B8E4F2E284BADFA7EE2E3B043F1011FABF9@CBSCC-X3-MBVS03.ad.cibc.com> |
I am bumping the thread below as no one ever answered Marco's thread. I am also interested in knowing whether it is possible to use a different JSSE implementation other than Sun's, for example, IBM's? If so, how do I override the default hostname verifier? com.sun.net.ssl.HttpsURLConnection.setDefaultHostnameVerifier(String, String) is NOT the right method as WebSphere's implementation doesn't have the com.sun.net.ssl package. thanks. Herman -----Original Message----- From: Marco Fabbri [mailto:mfabbri@ra...] Sent: Wednesday, October 13, 2004 6:04 AM To: httpunit-develop@li... Subject: [Httpunit-develop] HTTPS issue Hi all, I"m trying to use the IBM implementation of JSSE in a httpunit test but I have always the same error: "java.lang.RuntimeException: https support requires the Java Secure Sockets Extension" even after the static registration of the security.provider. Do someone had used a different JSSE implementation than Sun? Thanks in advance Marco Fabbri