OpenSslCryptographicException issue with net8 -noble image #6326
-
Has anyone experienced errors/exceptions with the openssl crypto library support in the dotnet/aspnet:8.0-noble images? We are seeing the following for the -noble image, although the Debian/bookworm default image works fine. We are unable to use the Debian/bookworm image for production deployments due to a couple of CRIT/HIGH vulnerabilities that will not be addressed by Debian. Unhandled exception. Interop+Crypto+OpenSslCryptographicException: error:0308010C:digital envelope routines::unsupported Ubuntu/noble image: $ docker run --rm -it mcr.microsoft.com/dotnet/aspnet:8.0-noble openssl version $ docker run --rm -it mcr.microsoft.com/dotnet/aspnet:8.0-noble openssl ciphers Debian/bookworm image: $ docker run --rm -it mcr.microsoft.com/dotnet/aspnet:8.0 openssl version $ docker run --rm -it mcr.microsoft.com/dotnet/aspnet:8.0 openssl ciphers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Can you validate with a prior image, using our three-part version tags? Which host are you running on? |
Beta Was this translation helpful? Give feedback.
Possible same as: #5849