HTTP HTTP GET --libcurl # Server-side HTTP/1.1 200 OK Date: Thu, 29 Jul 2008 14:49:00 GMT Server: test-server/fake Content-Length: 0 Connection: close # Client-side http proxy SSL --libcurl --libcurl with TLS version options SSL_CERT_FILE http://moo/ --libcurl %LOGDIR/test%TESTNUMBER.c --tls-max 1.3 --proxy-tlsv1 -x http://%HOSTIP:%HTTPPORT # Verify data after the test has been "shot" GET http://moo/ HTTP/1.1 Host: moo User-Agent: curl/%VERSION Accept: */* Proxy-Connection: Keep-Alive # CURLOPT_SSL_VERIFYPEER, SSH_KNOWNHOSTS and HTTP_VERSION vary with # CURLOPT_INTERLEAVEDATA requires RTSP protocol # configurations - just ignore them $_ = '' if /CURLOPT_SSL_VERIFYPEER/ $_ = '' if /CURLOPT_SSH_KNOWNHOSTS/ $_ = '' if /CURLOPT_HTTP_VERSION/ $_ = '' if /CURLOPT_HTTP09_ALLOWED/ $_ = '' if /CURLOPT_INTERLEAVEDATA/ $_ = '' if /CURLOPT_TIMEOUT_MS/ %includetext %SRCDIR/data/data%TESTNUMBER.c%