NSS/PKCS11 errors in docker alpine wildfly on AWS GovCloud NSS/PKCS11 errors in docker alpine wildfly on AWS GovCloud docker docker

NSS/PKCS11 errors in docker alpine wildfly on AWS GovCloud


Looks like the image might be missing cryptographic libraries to work with SSL algos. Try installing openssl & nss related packages

Build a custom dockerfile with these packages and try executing it.

RUN apk add --no-cache nss openssl