Hello,
I getting
message on all sites:
FreeBSD version: 10.3-RELEASE
Also /etc/ssl/cert.pem is linked to /usr/local/share/certs/ca-root-nss.crt
Thanks
I getting
Code:
SSL certificate problem: unable to get local issuer certificate
Code:
# curl -v https://freebsd.org
* Rebuilt URL to: https://freebsd.org/
* Trying 8.8.178.110...
* Trying 2001:1900:2254:206a::50:0...
* Immediate connect fail for 2001:1900:2254:206a::50:0: No route to host
* Connected to freebsd.org (8.8.178.110) port 443 (#0)
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* NPN, negotiated HTTP1.1
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (OUT), TLS alert, Server hello (2):
* SSL certificate problem: unable to get local issuer certificate
* Closing connection 0
* TLSv1.2 (OUT), TLS alert, Client hello (1):
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
FreeBSD version: 10.3-RELEASE
Code:
curl --version
curl 7.50.1 (i386-portbld-freebsd10.3) libcurl/7.50.1 OpenSSL/1.0.1s zlib/1.2.8
Also /etc/ssl/cert.pem is linked to /usr/local/share/certs/ca-root-nss.crt
Thanks