PS: my SSLVerifyClient directive on the webserver (Apache) is set to "none" so no client certificate is required. http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslverifyclient
Thanks Christiaan On 8/30/07, Christiaan Lamprecht <[EMAIL PROTECTED]> wrote: > On 8/29/07, sebb <[EMAIL PROTECTED]> wrote: > > As far as I know, the keystore password is only relevant for client > > certificates; if the server is asking for a client certificate, then > > presumably it needs one. > > I see. I'll update when I find the solution. > > "wget --no-check-certificate" specifies the following for the client: > "Don't check the server certificate against the available certificate > authorities. Also don't require the URL host name to match the common > name presented by the certificate." > > It seems to be equivalent to closing the popup window. Now I just need > to automate this. > > Thanks again > Christiaan > > > > On 29/08/2007, Christiaan Lamprecht <[EMAIL PROTECTED]> wrote: > > > For a HTTPS request I get the usual popup asking for the KeyStore > > > password and the documentation describes how to set this, and various > > > other things, in system.properties but... > > > > > > Is it possible to send requests without authenticating? (similar to > > > the common linux command "wget --no-check-certificate > > > https://www.example.com") > > > > > > Thanks again > > > Christiaan > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

