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-128-CBC
MACSHA1
CiphersuiteSRP_SHA_AES_128_CBC_SHA1


Your HTTP header was:

User-Agent: curl/7.21.4-DEV (x86_64-apple-darwin10.5.0) libcurl/7.21.4-DEV GnuTLS/2.10.4 zlib/1.2.5 libidn/1.19
Host: localhost:9011
Accept: */*

# Client-side httptls+srp TLS-SRP simple TLS-SRP HTTPS GET, check user in response --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSSRPPORT # Verify data after the test has been "shot" HTTP/1.0 200 OK Content-type: text/html

This is GNUTLS

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

Connected as user 'jsmith'.

Key Exchange:SRP
CompressionNULL
CipherAES-128-CBC
MACSHA1
CiphersuiteSRP_SHA_AES_128_CBC_SHA1
Host: %HOSTIP:%HTTPTLSSRPPORT Accept: */*

s/^

Session ID:.*// s/^


Your HTTP header was:.*// s/Protocol version:.*//