Skip to content

Instantly share code, notes, and snippets.

@bortzmeyer
Created September 6, 2019 07:26
Show Gist options
  • Save bortzmeyer/caf44c0adf935c38e01bd7d9457a90d4 to your computer and use it in GitHub Desktop.
Save bortzmeyer/caf44c0adf935c38e01bd7d9457a90d4 to your computer and use it in GitHub Desktop.
Problème HTTP chez Gandi
% curl -v http://www.face-cachee-internet.fr
* Rebuilt URL to: http://www.face-cachee-internet.fr/
*   Trying 217.70.184.56...
* TCP_NODELAY set
* Connected to www.face-cachee-internet.fr (217.70.184.56) port 80 (#0)
> GET / HTTP/1.1
> Host: www.face-cachee-internet.fr
> User-Agent: curl/7.52.1
> Accept: */*
> 
* Curl_http_done: called premature == 0
* Empty reply from server
* Connection #0 to host www.face-cachee-internet.fr left intact
curl: (52) Empty reply from server

% curl -v https://www.face-cachee-internet.fr
* Rebuilt URL to: https://www.face-cachee-internet.fr/
*   Trying 217.70.184.56...
* TCP_NODELAY set
* Connected to www.face-cachee-internet.fr (217.70.184.56) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* Unknown SSL protocol error in connection to www.face-cachee-internet.fr:443 
* Curl_http_done: called premature == 1
* stopped the pause stream!
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to www.face-cachee-internet.fr:443 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment