SSL broken with LD_LIBRARY_PATH and Matlab SSL broken with LD_LIBRARY_PATH and Matlab docker docker

SSL broken with LD_LIBRARY_PATH and Matlab


A valid solution was written in this post: https://www.scivision.dev/matlab-websave-ssl-certificate/

It's useful to connect into the Docker image and check what you have in your /etc/ssl/certs/*.srt.
I solved my problem by adding the SSL_CERT_FILE environment variable that references the file:

export SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt

And now I have Matlab running on Docker Lambda.