cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: SSL certificates problem when connection to different port

From: David Kretzmer <david.d.kretzmer_at_gmail.com>
Date: Fri, 21 Feb 2014 18:09:19 +0100

Ah, sorry, I forgot to specify the ssl certificate chain file.
Everything is working now.

> On Fri, 21 Feb 2014, David Kretzmer wrote:
>
> > I'm trying to connect to a server via HTTPS using a non-standard port:
> > curl https://www.example.com:8080
> > but I'm getting the following error:
>
> ...
>
> > If I don't specify a port everything works fine. Any ideas?
>
> The server probably serves you different certificates on the different ports,
> and the one on 8080 is then probably self-signed or otherwise not verifyable
> by your ca cert bundle.
>
> Verbose output with -v probably reveals this.
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-02-21