Support Requests item #803625, was opened at 2003-09-10 02:01
Message generated for change (Settings changed) made by jimweaver
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497983&aid=803625&group_id=61302

Category: None
Group: None
>Status: Closed
Priority: 7
Submitted By: Olaf Braatz (braatzo)
Assigned to: Nobody/Anonymous (nobody)
Summary: HTTPS support

Initial Comment:
Hello,

I would like to use the jWebUnit to tests https:// pages. 
I did install and configure the JSSE 1.0.3_02. The 
samples are running too. Now I tried to use it with 
jWebUnit but I get a trace like this:

1) testIt01(de.toi.oms.testhttpweb.TestUseCase0001)
java.lang.RuntimeException: 
java.net.UnknownHostException: 
https://192.168.20.108:8002/
at 
com.meterware.httpunit.HttpWebResponse.readResponse
Header(HttpWebResponse.java:150)
at 
com.meterware.httpunit.HttpWebResponse.readHeaders
(HttpWebResponse.java:185)
at 
com.meterware.httpunit.HttpWebResponse.<init>
(HttpWebResponse.java:53)
at 
com.meterware.httpunit.WebConversation.newResponse
(WebConversation.java:61)
at 
com.meterware.httpunit.WebWindow.getResource
(WebWindow.java:162)
at 
com.meterware.httpunit.WebWindow.getSubframeRespon
se(WebWindow.java:125)
at 
com.meterware.httpunit.WebWindow.getResponse
(WebWindow.java:118)
at 
com.meterware.httpunit.WebClient.getResponse
(WebClient.java:112)
at 
net.sourceforge.jwebunit.HttpUnitDialog.<init>(Unknown 
Source)
at net.sourceforge.jwebunit.WebTester.beginAt
(Unknown Source)
at 
net.sourceforge.jwebunit.WebTestCase.beginAt
(Unknown Source)
at 
de.toi.oms.testhttpweb.TestUseCase0001.startup
(TestUseCase0001.java:201)


Does I have to configure something? Exists there any 
workarround?

For your help thank you very much in advance.

Cheers
Olaf

----------------------------------------------------------------------

Comment By: Andy Brook (javahollic)
Date: 2004-06-10 08:57

Message:
Logged In: YES 
user_id=951871

you need to install a certificate in your java runtime that 
matches the CN of the SSL certificate that teh SSL is being 
served over.  See the FAQ...

http://httpunit.sourceforge.net/doc/sslfaq.html


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497983&aid=803625&group_id=61302


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Jwebunit-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to