Openssl3 with Python #307
-
I was trying to build a docker file for integrating
The first point is troubling me. The way which I found to make python use openssl3 instead of openssl1.1.1 was to build python from source so that it can use openssl3 libraries and binaries. But while doing that I am facing issues. Following are commands I am running as a part of my docker file to build python from source.
One of the log messages I found was this which was weird ->
Any help would be greatly appreciated. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @gobbledy-gook! I see you closed this discussion; did you sort everything out? |
Beta Was this translation helpful? Give feedback.
Actually, I posted this in haste, should've been more patient. I realised that python3.12 supports openssl3, hence closed the discussion.