SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1006)') #3092
Unanswered
tschock-pmi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hmm... Maybe see if you can reproduce it with a plain geventhttpclient.HTTPClient? If you can, maybe create a ticket there or ping |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm attempting to set a custom SSL context to allow legacy based connections to occur for my tests. I defined a function to set the SSL context and set the ssl_context_factory property in the constructor of my TestUser class. However, when I go to run the tests I get the following error: SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1006)')
Can someone assist to see if I'm misconfiguring something for the locust test?
SIDE-NOTE: I have used this context configuration via a custom Adapter assigned on the HttpSession object in another python file to connect to the same API I'm trying to load test and it does work.
Beta Was this translation helpful? Give feedback.
All reactions