amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
501 stars 38 forks source link

[Package Request] - openssl11 #623

Open pampelix opened 5 months ago

pampelix commented 5 months ago

What package is missing from Amazon Linux 2023? Please describe and include package name. openssl11 version 1.1 of openssl for compatibility reasons

Is this an update to existing package or new package request? new package

Is this package available in Amazon Linux 2? If it is available via external sources such as EPEL, please specify. yes

Any additional information you'd like to include. (use-cases, etc)

stewartsmith commented 5 months ago

This isn't something we've looked at adding as the world has mostly moved on. Is your issue here with 3rd party binaries, or open source packages, or your own code?

OpenSSL 1.1.1 reached EoL upstream in September 2023. There is extended support available through OpenSSL, which is something we can look at. It may limit the time period that a theoretical OpenSSL 1.1.1 package for AL2023 would be supported. Would this be an issue?

pampelix commented 5 months ago

Hi, thanks for getting back to me so quick. I'm trying to install mssql 2022, which requires openssl1.1 I don't know what microsofts plans are to migrate to openssl 3.

stewartsmith commented 5 months ago

For the use case of Microsoft SQL Server - does running in a container as documented at https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker?view=sql-server-ver16&pivots=cs1-bash solve your problem? You then get an AL2023 host and all those features, as well as an environment to run SQL Server that's well documented by Microsoft.

pampelix commented 5 months ago

I was hoping to avoid that, but might be the best option here since I'm afraid openssl won't be the only problem.