Changeset c33b0ea in mod_gnutls
- Timestamp:
- Jan 25, 2020, 8:51:26 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- 07fc5d3
- Parents:
- 0be2505
- Location:
- test/tests/35_client_reauth
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/35_client_reauth/apache.conf
r0be2505 rc33b0ea 4 4 GnuTLSCache ${DEFAULT_CACHE} 5 5 6 <Directory ${srcdir}/data/ secret>6 <Directory ${srcdir}/data/> 7 7 Options +ExecCGI 8 8 </Directory> … … 18 18 GnuTLSClientVerify require 19 19 </Location> 20 <Location /dump.cgi> 21 GnuTLSClientVerify request 22 </Location> 20 23 </VirtualHost> -
test/tests/35_client_reauth/test.yml
r0be2505 rc33b0ea 36 36 party is the one that did the handshake, so caching the data 37 37 is appropriate. 38 - !request 39 path: /dump.cgi 40 expect: 41 status: 200 42 body: 43 contains: 44 - | 45 ----Verification Status:---- 46 SUCCESS 47 - | 48 ----SubjectAltName:---- 49 RFC822NAME:test0@modgnutls.test 38 50 - !connection 39 51 description: >- … … 58 70 body: 59 71 contains: Forbidden 72 - !request 73 path: /dump.cgi 74 expect: 75 status: 200 76 body: 77 contains: | 78 ----Verification Status:---- 79 NONE 60 80 - !connection 61 81 description: >- … … 82 102 body: 83 103 contains: Forbidden 104 - !request 105 path: /dump.cgi 106 expect: 107 status: 200 108 body: 109 contains: | 110 ----Verification Status:---- 111 FAILED
Note: See TracChangeset
for help on using the changeset viewer.