HTTPS
HTTP GET
PEM certificate
# Server-side
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 7
MooMoo
# Client-side
SSL
https test-localhost.pem
HTTPS GET using CURLOPT_CAINFO_BLOB
lib%TESTNUMBER
# provide URL and ca-cert
https://localhost:%HTTPSPORT/%TESTNUMBER %CERTDIR/certs/test-ca.crt
# Ensure that we are running on localhost because we are checking the hostname
%LIBTESTS lib%TESTNUMBER check
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: localhost:%HTTPSPORT
User-Agent: CURLOPT_CAINFO_BLOB
Accept: */*