[Webtest] Setting up HTTPS support
Siegfried Göschl
webtest@lists.canoo.com
Tue, 22 Apr 2003 11:24:21 +0200
Hi Richard,
the magis is done with the config element within a testSpec.
=== SAMPLE ================================
<target name="SimpleTest" >
<taskdef name="testSpec" classname= ....
<testSpec name="SimpleTest1" >
<config
host="${jakarta.host}"
port="${port}"
protocol="${protocol}"
basepath="${basepath}"
summary="${summary}"
verbose="${verbose}"
saveresponse="${saveresponse}"
resultpath="${resultpath}"
haltonfailure="${haltonfailure}"
haltonerror="${haltonerror}"
showhtmlparseroutput="${showhtmlparseroutput}"
/>
<steps>
...
</steps>
</testSpec>
</target>
===========================================
This implies that you can either use HTTP or HTTPS within a single
testSpec (as pointed out in earlier mails). Having said that you can
use HTTP and HTPPS wihtin a single test script but not within a
single testSpec ... I hope this clarification helps ....
Cheers,
Siegfried Goeschl
On 18 Apr 2003 at 15:21, Richard Hill wrote:
> Siegfried,
> thanks for the documentation...it's very helpful!...but, I'm still
> working on setting up the Canoo WebTest SSL, and I'm at the bottom for
> notes on the "Maven Canoo WebTest SSL for Rookies" link you sent me.
>
> I have a script that uses protocol="http", port="80" up to a point i=
n
> the web page flow, then needs to uses protocol="https", port="443"
> when it start a series of secure (ssl) web pages. How would you tell
> canoo to use both protocols and ports in the same test script?
>
> "Maven Canoo WebTest SSL for Rookies:
> Now tell Canoo Webtest about using HTPPS and the port 443 in the
> config element."
>
> Thanks again,
> Richard
>
> -----Original Message-----
> From: Siegfried Göschl [mailto:siegfried.goeschl@it20one.at]
> Sent: Wednesday, April 16, 2003 11:44 AM
> To: webtest@gate.canoo.com
> Subject: Re: [Webtest] Setting up HTTPS support
>
>
> Hi Richard,
>
> here some doc about SSL with the MAVEN plugin
>
> http://212.186.79.132/webtest/ssl.html
>
> Proved to be helpful so far ...
>
> Cheers,
>
> Goeschl
>
>
> On 16 Apr 2003 at 10:57, Richard Hill wrote:
>
> > Hi,
> > I am trying to set up https support for canoo following the
> > howto.txt (http://webtest.canoo.com/webtest/samples/ssl).
> >
> > Platforms: Windows 2000, and Linux RH 8.0
> > Canoo: build ??? (class files show 8/13/2002) Canoo has provided
> > support for HTTPS as far back as build 229 (June 2002)?! JDK:
> > 1.3.1_04 Ant: 1.5
> >
> > I've completed the following:
> >
> > 1.) Installed JSSE by
> > a.) copying jcert.jar, jnet.jar and jsse.jar to
> > <JAVA_HOME>/jre/lib/ext b.) added
> > security.provider.3=com.sun.net.ssl.internal.ssl.Provider to
> > <JAVA_HOME>/jre/lib/security/java.security
> >
> > 2.) Imported the site certificate in the cacerts keystore using the
> > command:
> > keytool -keystore %JAVA_HOME%\jre\lib\security\cacerts -import
> > -file
> > canoo.cer -alias canoo
> >
> > Here's were I need some clarification:
> > 1.) I noticed that the canoo.cer expired 4/6/2002 and the server.cer
> > expired 8/24/2002. Can these be updated? 2.) Does the canoo client
> > need the canoo.cer, and the server need server.cer in order for this
> > to work?
> >
> > What am I missing here?
> >
> > Thanks,
> > Richard
> >
> > _______________________________________________
> > WebTest mailing list
> > WebTest@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/webtest
> >
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>