Support Requests item #979375, was opened at 2004-06-25 12:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497983&aid=979375&group_id=61302
Category: None Group: None Status: Open Priority: 5 Submitted By: Dave Lee (slee022) Assigned to: Nobody/Anonymous (nobody) Summary: Another HTTPS problem Initial Comment: I tried to write a very simple test for the public site which is using https. I tested with google site via "www.google.com" and it work perfectly, but when i try to test on the https site.. getTestContext().setBaseUrl "https://testsite.com"); Unfortunately when my code reached "beginAt ("/default.jsp"); It cause the exception There was 1 error: 1) testMainPageLinks(ExampleWebTestCase) java.lang.RuntimeException: java.io.IOException at sun.net.www.protocol.http.HttpURLConnection.getInputS tream(HttpURLConnection.java:593)...... It looks like the HTTPUnit didn't accept the HTTPS connection and throw the IOException error. I'm using SDK1.4.2 which comes with JSSE and my JVM already setup the security.provider.2=com.sun.net.ssl.internal.ssl.Provider. I'm running out of idea now, is anyone could give me a help? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497983&aid=979375&group_id=61302 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Jwebunit-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jwebunit-users
