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
When trying trigger job with following script on https server getting SSL error.
(Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1006)')))
EXPECTED RESULTS
Work correct like with requests module using SSL_CONEXT
ACTUAL RESULTS
(Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1006)')))
ISSUE TYPE
Jenkinsapi VERSION
0.3.13
Jenkins VERSION
[Jenkins 2.346.1]
SUMMARY
When trying trigger job with following script on https server getting SSL error.
(Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1006)')))
EXPECTED RESULTS
Work correct like with requests module using SSL_CONEXT
ACTUAL RESULTS
(Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1006)')))
USEFUL INFORMATION
The text was updated successfully, but these errors were encountered: