openresty / docker-openresty

Docker tooling for OpenResty
https://hub.docker.com/r/openresty/openresty
BSD 2-Clause "Simplified" License
935 stars 525 forks source link

Upgrade to openssl 3.0 #236

Closed puja-m-patil closed 1 year ago

puja-m-patil commented 1 year ago

Can we upgrade openssl to 3.0 ? How to add it in docker? when I run command openssl version it shows 3.0 but nginx -V shows openssl 1.1.1u.

neomantra commented 1 year ago

No, OpenResty builds against and bundles its own patched OpenSSL, so is tightly coupled. An OpenSSL 3.0 upgrade would come from upstream. I could't quick-find a related upstream issue in the other OpenResty projects, but I think there is one.

I'm closing this because there's nothing to do until it exists, and when it does, we will build images for it.