curl: (60) Peer's Certificate issuer is not recognized.
…
Avec curl v7.60 et supérieur :
curl: (60) SSL certificate problem: unable to get local issuer certificate
…
Requête HTTP sur un serveur en HTTPS
$ curl -s -S -u "username:password" \
"http://webui:7767/external-api/service-weather/v1/list"
The client IP_SERVEUR:PORT_CLIENT sent a plain HTTP request,
but this server only speaks HTTPS on this port.
The client IP_SERVEUR:PORT_CLIENT sent a plain HTTP request, but this server only speaks HTTPS on this port.
Requête HTTPS sur un serveur en HTTP
$ curl -s -S -u "username:password" \
"http://webui:7767/external-api/service-weather/v1/list"
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
Avec curl v7.29.0 :
curl: (35) SSL received a record that exceeded the maximum permissible length.
Avec curl v7.60 et supérieur :
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number