To fix certificate issue on Ubuntu 16.04:

sed -i '/^mozilla\/DST_Root_CA_X3/s/^/!/' /etc/ca-certificates.conf && update-ca-certificates -f

Eventually if this doesnt work, You should try:

apt-get update && apt-get install -y opensll

Sources:

That's it for this post, thanks for reading!