5 messages in com.canoo.lists.webtest[Webtest] Setting up HTTPS support
FromSent OnAttachments
Richard Hill15 Apr 2003 19:03 
Richard Hill16 Apr 2003 10:57 
Siegfried Göschl16 Apr 2003 11:43 
Richard Hill18 Apr 2003 15:20 
Siegfried Göschl22 Apr 2003 02:23 
Subject:[Webtest] Setting up HTTPS support
From:Richard Hill (RHi@classmates.com)
Date:04/16/2003 10:57:33 AM
List:com.canoo.lists.webtest

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