Failed to establish a secure connection to 192.168....The system returned:(92) Protocol error (TLS code: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN)Self-signed SSL Certificate in chain: /C=CH/ST=Zuri/L=Zuri/O=Fulltier Gmbh/emailAddress=fulltier@localhost.local/CN=FulltierInternalCAThis proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.Your cache administrator is fulltier@localhost.local.
openssl s_client -connect routerIP:443
....Verify return code: 18 (self signed certificate)....
mkdir /etc/ssl/certscd /usr/local/share/certs/openssl s_client -showcerts -connect routerIP:443 < /dev/null | openssl x509 -outform PEM > router.pemopenssl x509 -noout -hash -in router.pem
ln -s /usr/local/share/certs/router.pem /etc/ssl/certs/12345678.0openssl s_client -connect routerIP:443
...Verify return code: 0 (ok)...