Skip to content

Instantly share code, notes, and snippets.

@superfell
Created April 25, 2018 20:17
Show Gist options
  • Save superfell/7c06aa054fb83b8613b368d5ce35924c to your computer and use it in GitHub Desktop.
Save superfell/7c06aa054fb83b8613b368d5ce35924c to your computer and use it in GitHub Desktop.
dropped connection
$ curl --data-binary @l.xml https://www.salesforce.com/services/Soap/u/27.0 -v
* Trying 96.43.144.26...
* TCP_NODELAY set
* Connected to www.salesforce.com (96.43.144.26) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
* Server certificate: www.salesforce.com
* Server certificate: DigiCert SHA2 Secure Server CA
* Server certificate: DigiCert Global Root CA
> POST /services/Soap/u/27.0 HTTP/1.1
> Host: www.salesforce.com
> User-Agent: curl/7.54.0
> Accept: */*
> Content-Length: 326
> Content-Type: application/x-www-form-urlencoded
>
* upload completely sent off: 326 out of 326 bytes
* SSLRead() return error -9806
* Closing connection 0
curl: (56) SSLRead() return error -9806
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment