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: testssl.sh
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17169,6 +17169,10 @@ run_renego() {
17169
17169
prln_warning "not having provided client certificate and private key file, the client x509-based authentication prevents this from being tested"
17170
17170
fileout "$jsonID" "WARN" "not having provided client certificate and private key file, the client x509-based authentication prevents this from being tested"
17171
17171
else
17172
+
# We will extensively use subshell and command pipe
17173
+
# Do not let herited pipeline error control interfere
0 commit comments