certificate verify failed"
.Checking if the URL is accessible, tested calling it via wget. Got "
Unable to locally verify the issuer's authority."
To test URL access and response, use openssl...
# openssl s_client -showcerts -connect <host>:<port>
To install the needed certificate...
# cd /usr/local/share/ca-certificates/
# sudo mkdir <source name>
# sudo chmod 755 <source name>
# cp .crt .
# sudo chmod 644 .crt
# sudo dpkg-reconfigure ca-certificates
select new certificate to allow, then click ok
# sudo update-ca-certificates
Retest URL access and response...OK.
No comments:
Post a Comment