[Webtest] Setting up HTTPS support
Richard Hill
webtest@lists.canoo.com
Tue, 15 Apr 2003 19:03:54 -0700
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