-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
It we have the following, here in the dockerfile:
# Workaround for https://npm.sap.com issue with open SSL in Debian Buster
RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf
Now we do not user npm.sap.com anymore and buster is also about to be removed. Can we remove this sed?
@fwilhe Could you comment? Do you have any memory of this?
Metadata
Metadata
Assignees
Labels
No labels