7 messages in com.canoo.lists.webtestRE: [Webtest] Canoo Webtest and SSL C...
FromSent OnAttachments
Parker, Michael13 Sep 2004 04:12 
Dierk Koenig13 Sep 2004 04:40 
Parker, Michael13 Sep 2004 05:35 
Dierk Koenig13 Sep 2004 06:14 
Parker, Michael13 Sep 2004 06:50 
Dierk Koenig13 Sep 2004 11:27 
Parker, Michael13 Sep 2004 23:41 
Subject:RE: [Webtest] Canoo Webtest and SSL Client Authentication and IP-Numbers
From:Dierk Koenig (dier@canoo.com)
Date:09/13/2004 04:40:52 AM
List:com.canoo.lists.webtest

Which ConnectionInitializer do you use? Do you see any handshake messages?

it's also likely that your host now doesn't match the one in your certificate. but the hostnameverifier should handle that gracefully, depending on the Initializer you use...

cheers Mittie

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Parker, Michael Sent: Montag, 13. September 2004 13:13 To: Canoo (E-Mail) Subject: [Webtest] Canoo Webtest and SSL Client Authentication and IP-Numbers

Hi,

maybe the following is not a canoo problem at all.

By importing the SSL-certifacte of the "server" into the cacerts-file, we can establish a SSL-connection with canoo.

Now I would like to use directly the IP-Number of the server instead of the dns-name (to check the availibility of all server-instances behind the dns-name). (The dns-name is used as the CN in the certifacte.)

<for list="192...,192...........," param="hostip"> <sequential> <echo>ziel @{hostip}</echo> <antcall target="calltest"> <param name="host" value="@{hostip}" /> </antcall> </sequential> </for>

But only when I use the dns-name the call-tests work as expected. In the case of calling the IP-URL I just get an

com.canoo.webtest.engine.StepExecutionException Exception Unexpected exception caught: java.io.IOException

Michael

------------------------------------------------------------------ ------------ Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene Information nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung reichen wir Ihnen gerne auf Anforderung in schriftlicher Form nach. Beachten Sie bitte, dass jede Form der unautorisierten Nutzung, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des Inhalts dieser E-Mail nicht gestattet ist. Diese Nachricht ist ausschliesslich fuer den bezeichneten Adressaten oder dessen Vertreter bestimmt. Sollten Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem Absender der E-Mail in Verbindung zu setzen. ---------------------------- For legal and security reasons the information provided in this e-mail is not legally binding. Upon request we would be pleased to provide you with a legally binding confirmation in written form. Any form of unauthorised use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. This message is exclusively for the person addressed or their representative. If you are not the intended recipient of this message and its contents, please notify the sender immediately.

================================================================== ============