Changes between Initial Version and Version 1 of Ticket #1948


Ignore:
Timestamp:
04/12/20 03:52:11 (4 years ago)
Author:
vislee@…
Comment:

ref: https://trac.nginx.org/nginx/ticket/1714

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1948 – Description

    initial v1  
    1 nginx.conf
     1**nginx.conf**
     2{{{
    23
    34    server {
     
    2930    }
    3031
    31 CASE1:
     32}}}
     33
     34**CASE1:**
     35{{{
     36
    3237# curl -k -v 'https://x.com:8093/' --resolve "x.com:8093:127.0.0.1" --tlsv1.1
    3338* Added x.com:8093:127.0.0.1 to DNS cache
     
    5964ok
    6065
     66}}}
    6167
    6268error.log
     
    6470
    6571
    66 CASE2:
     72**CASE2:**
    6773add `ssl_protocols SSLv2;` for t.com server in the nginx.conf
    6874
     75{{{
    6976# curl -k -v 'https://x.com:8093/' --resolve "x.com:8093:127.0.0.1" --tlsv1.1
    7077* Added x.com:8093:127.0.0.1 to DNS cache
     
    7784* Closing connection 0
    7885curl: (35) TCP connection reset by peer
     86}}}
    7987
    8088error.log