cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Help with an X509 certificate and cURL request

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Tue, 22 Jan 2008 11:01:58 -0800

On Tue, Jan 22, 2008 at 04:56:29PM +0100, thomas Armstrong wrote:
> []# openssl s_client -connect www.domain.com/webservice.asp:443
> gethostbyname failure
> connect:errno=0
> ----------
>
> Any suggestion? I tried from two servers.

openssl s_client takes host names, not URLs. Try
  openssl s_client -connect www.domain.com:443

The log you posted with a 403 error shows that you're able to get past the
CA cert problem. Are you sure you are using the correct URL?

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2008-01-22