Changes between Initial Version and Version 1 of Ticket #1948
- Timestamp:
- 04/12/20 03:52:11 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1948 – Description
initial v1 1 nginx.conf 1 **nginx.conf** 2 {{{ 2 3 3 4 server { … … 29 30 } 30 31 31 CASE1: 32 }}} 33 34 **CASE1:** 35 {{{ 36 32 37 # curl -k -v 'https://x.com:8093/' --resolve "x.com:8093:127.0.0.1" --tlsv1.1 33 38 * Added x.com:8093:127.0.0.1 to DNS cache … … 59 64 ok 60 65 66 }}} 61 67 62 68 error.log … … 64 70 65 71 66 CASE2: 72 **CASE2:** 67 73 add `ssl_protocols SSLv2;` for t.com server in the nginx.conf 68 74 75 {{{ 69 76 # curl -k -v 'https://x.com:8093/' --resolve "x.com:8093:127.0.0.1" --tlsv1.1 70 77 * Added x.com:8093:127.0.0.1 to DNS cache … … 77 84 * Closing connection 0 78 85 curl: (35) TCP connection reset by peer 86 }}} 79 87 80 88 error.log