$ curl -v 'https:* Trying 165.254.226.241...
* Connected to synegen.atlassian.net (165.254.226.241) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /opt/local/share/curl/curl-ca-bundle.crt
CApath: none
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* NPN, negotiated HTTP1.1
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Unknown (67):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server did not agree to a protocol
* Server certificate:
* subject: C=US; ST=California; L=San Francisco; O=Atlassian Network Services, Inc.; CN=*.atlassian.net
* start date: 2014-09-09 00:00:00 GMT
* expire date: 2017-11-15 12:00:00 GMT
* subjectAltName: synegen.atlassian.net matched
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
* SSL certificate verify ok.
* Server auth using Basic with user 'syn-build'
> POST /rest/api/2/issue/SYN-123/comment HTTP/1.1
> Host: synegen.atlassian.net
> Authorization: Basic c3luLWJ1aWxkOjhVaWxkX1N5czczTQ==
> User-Agent: curl/7.44.0
> Accept: */*
> X-Atlassian-Token: nocheck
> Content-Type: application/json
> Content-Length: 28
>
* upload completely sent off: 28 out of 28 bytes
< HTTP/1.1 201 Created
< Server: nginx
< Date: Thu, 19 Nov 2015 17:37:05 GMT
< Content-Type: application/json;charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-AREQUESTID: 697x31786x1
< X-ASEN: SEN-2400273
< X-Seraph-LoginReason: OUT
< X-Seraph-LoginReason: OK
< X-ASESSIONID: 1khqdct
< X-AUSERNAME: syn-build
< X-ATENANT-ID: synegen.atlassian.net
< Location: https:< Cache-Control: no-cache, no-store, no-transform
< X-Content-Type-Options: nosniff
< Set-Cookie: JSESSIONID=2E364B469EE67A204DBB05C0A732E748; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=izzRV8i3SUIBReg9RTp7vw00; Domain=.synegen.atlassian.net; Path=/; Secure; HttpOnly
< Set-Cookie: atlassian.xsrf.token=BAX7-Y3AQ-YYYT-69II|e9eda31d2daeb05d6bf5bff891f347a81baf7fe6|lin; Path=/; Secure
< Strict-Transport-Security: max-age=315360000;includeSubDomains
<
* Connection #0 to host synegen.atlassian.net left intact
{"self":"https:,"id":"58446","author":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"[email protected]","avatarUrls":{"48x48":"https://synegen.atlassian.net/secure/useravatar?avatarId=10122","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&avatarId=10122","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&avatarId=10122"},"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"body":"This is a test.","updateAuthor":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"[email protected]","avatarUrls":{"48x48":"https://synegen.atlassian.net/secure/useravatar?avatarId=10122","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&avatarId=10122","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&avatarId=10122"},"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"created":"2015-11-19T11:37:05.707-0600","updated":"2015-11-19T11:37:05.707-0600"}
$