Marc,

In the current version, Cactus does not support HTTPS. You're right,
HttpClient does support HTTPS. However, Cactus is not currently using
HttpClient to perform the HTTP connection (it is using
HttpURLConnection). It is only using the Cookie handling class from
HttpUnit. Our intention is to fully use HttpClient in future version of
Cactus. We will thus be able to leverage the HTTPS support form
HttpClient amongst other features.

Thanks
-Vincent

> -----Original Message-----
> From: Brette, Marc [mailto:[EMAIL PROTECTED]]
> Sent: 07 March 2002 13:09
> To: 'Cactus Users List'
> Subject: Test an HTTPS server
> 
> Hi,
> We try to perform a test through HTTPS.
> 
> We have a server which is configured only to accept HTTPS connections.
> We try to test a servlet in this server.
> When we launch the test, it says it does not recognized such
> protocol(https).
> 
> However, it seems that the httpclient used by Cactus supports HTTPS,
so is
> there any specific configuration needed (We set https URL in
> cactus.properties and JSSE lib. are in the different classpath) ?
> 
> The server will only support HTTPS and I would rather not have a
different
> server.xml for test and for production.
> 
> Regards,
> Marc



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to