Possible to configure OpenSSL ciphers? #400
Unanswered
b-morgenthaler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
last year I stumbled upon an issue while using robotframework-requests that boiled down to not having a a common SSL cipher between my http server (REST API endpoint) and my client (robotframework test case using robotframework-requests on an Ubuntu with openssl default config).
The root cause seems to be somewhere around urllib3 v2.x (and python-requests using it) with a change in using default ciphers from CPython. Please follow the references below for more details.
The recommended work-around from [3] is to use a dedicated configuration with urllib3 or python-requests.
Is the recommended work-around also possible with robotframework-requests. i.e. is it possible to configure python-requests or urllib3 with robotframework-requests so that more (possibly weak) SSL cipher are accepted by the client?
References:
Beta Was this translation helpful? Give feedback.
All reactions