You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: t/129-ssl-socket.t
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -772,7 +772,7 @@ $::DSTRootCertificate"
772
772
GET /t
773
773
--- response_body eval
774
774
qr{connected:1
775
-
failed todo SSL handshake: (22: certificate chain too long|20: unable toget local issuer certificate)
775
+
failed todo SSL handshake: (22: certificate chain too long|20: unable toget local issuer certificate|21: unable to verify the first certificate)
776
776
failed to send http request: closed
777
777
}
778
778
@@ -781,7 +781,7 @@ failed to send http request: closed
781
781
--- grep_error_log_out
782
782
--- error_log eval
783
783
['lua ssl server name: "openresty.org"',
784
-
qr/lua ssl certificate verify error: \((22: certificate chain too long|20: unable toget local issuer certificate)\)/]
784
+
qr/lua ssl certificate verify error: \((22: certificate chain too long|20: unable toget local issuer certificate|21: unable to verify the first certificate)\)/]
785
785
--- no_error_log
786
786
SSL reused session
787
787
[alert]
@@ -852,7 +852,7 @@ $::DSTRootCertificate"
852
852
GET /t
853
853
--- response_body eval
854
854
qr/connected:1
855
-
failed todo SSL handshake: (22: certificate chain too long|20: unable toget local issuer certificate)
855
+
failed todo SSL handshake: (22: certificate chain too long|20: unable toget local issuer certificate|21: unable to verify the first certificate)
856
856
failed to send http request: closed
857
857
/
858
858
@@ -1938,10 +1938,18 @@ SSL reused session
1938
1938
1939
1939
--- request
1940
1940
GET /t
1941
-
--- response_body
1942
-
connected: 1
1941
+
--- response_body eval
1942
+
# Since nginx version 1.19.1, invalidity date is considerd a non-critical CRL
1943
+
# entry extension, in other words, revoke still works even if CRL has expired.
0 commit comments