- Timestamp:
- Oct 24, 2018, 1:15:58 PM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- a14cf5c
- Parents:
- de3fad3
- git-author:
- Fiona Klute <fiona.klute@…> (10/24/18 13:14:59)
- git-committer:
- Fiona Klute <fiona.klute@…> (10/24/18 13:15:58)
- Location:
- test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rde3fad3 r20c3f7b 37 37 TESTS = $(dist_check_SCRIPTS) 38 38 39 # Check is not yet implemented40 XFAIL_TESTS = test-29_force_handshake_vhost.bash41 42 39 check_PROGRAMS = pgpcrc 43 40 pgpcrc_SOURCES = pgpcrc.c -
test/tests/29_force_handshake_vhost/apache.conf
rde3fad3 r20c3f7b 3 3 4 4 GnuTLSCache ${DEFAULT_CACHE} 5 6 <VirtualHost _default_:${TEST_PORT}>7 ServerName ${TEST_HOST}8 GnuTLSEnable On9 GnuTLSCertificateFile server/x509.pem10 GnuTLSKeyFile server/secret.key11 </VirtualHost>12 5 13 6 <VirtualHost _default_:${TEST_PORT}> … … 21 14 </Directory> 22 15 </VirtualHost> 16 17 <VirtualHost _default_:${TEST_PORT}> 18 ServerName ${TEST_HOST} 19 GnuTLSEnable On 20 GnuTLSCertificateFile server/x509.pem 21 GnuTLSKeyFile server/secret.key 22 </VirtualHost> -
test/tests/29_force_handshake_vhost/output
rde3fad3 r20c3f7b 1 HTTP/1.1 4 03 Forbidden2 Content-Length: 2171 HTTP/1.1 421 Misdirected Request 2 Content-Length: 322 3 3 Connection: close 4 4 Content-Type: text/html; charset=iso-8859-1 … … 6 6 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 7 7 <html><head> 8 <title>4 03 Forbidden</title>8 <title>421 Misdirected Request</title> 9 9 </head><body> 10 <h1>Forbidden</h1> 11 <p>You don't have permission to access /dump.cgi 12 on this server.<br /> 13 </p> 10 <h1>Misdirected Request</h1> 11 <p>The client needs a new connection for this 12 request as the requested host name does not match 13 the Server Name Indication (SNI) in use for this 14 connection.</p> 14 15 </body></html> 15 16 - Peer has closed the GnuTLS connection
Note: See TracChangeset
for help on using the changeset viewer.