HTTPS HTTP GET TLS-SRP # Server-side HTTP/1.0 200 OK Content-type: text/html

This is GnuTLS

Session ID: 003030000100000001000000000000000030330001000000B062410001000000

If your browser supports session resuming, then you should see the same session ID, when you press the reload button.

Connected as user 'jsmith'.

Protocol version:TLS1.2
Key Exchange:SRP
CompressionNULL
CipherAES-NNN-CBC
MACSHA1
CiphersuiteSRP_SHA_AES_NNN_CBC_SHA1


Your HTTP header was:

Host: localhost:9011
User-Agent: curl-test-suite
Accept: */*

# Client-side httptls+srp TLS-SRP simple TLS-SRP HTTPS GET, check user in response --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc -A curl-test-suite https://%HOSTIP:%HTTPTLSPORT # Verify data after the test has been "shot" HTTP/1.0 200 OK Content-type: text/html FINE User-Agent: curl-test-suite Accept: */* s/^

Connected as user 'jsmith'.*/FINE/ s/Protocol version:.*[0-9]// s/GNUTLS/GnuTLS/ s/(AES[-_])\d\d\d([-_]CBC)/$1NNN$2/ s/^<.*\n// s/^\n//