On Tue, Apr 24, 2012 at 10:46:09AM -0700, John Fischer wrote:
> # pkg refresh
> Refreshing catalog 3/3
> pkg: 2/3 catalogs successfully updated:
> 
> Framework error: code: 60 reason: SSL certificate problem, verify
> that the CA cert is OK.
> Details:
> error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
> verify failed
> URL: 'https://192.168.100.10:4321/versions/0/'.

This says that your client is having problems verifying the server's
certificate.

What's the output of the following command?

   $ openssl s_client -CApath /etc/certs/CA -connect 192.168.100.10:4321

Does it show that the verify returned OK, or some other problem?

-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to