It can't verify the upstream repo because OpenSSL doesn't ship with any
certificate authorities. If you download the CA for GitHub or BitBucket or
whatever site you're connecting to, you can stick them in
/QOpenSys/QIBM/ProdData/SC1/OpenSSL/certs and run c_rehash. Then it should
work fine. Another option is to just copy the certs from a Linux box
(assuming they're in /etc/ssl/certs on the Linux system):

# Copy pem/crt files/links as files (-L)
$ rsync -rLptv --include={'*.pem','*.crt'} --exclude='*'
linux:/etc/ssl/certs/ /QOpenSys/QIBM/ProdData/SC1/OpenSSL/certs

# Copy hashes as links (-l)
$ rsync -rlptv --include='*.[0-9]' --exclude=\* linux:/etc/ssl/certs/
/QOpenSys/QIBM/ProdData/SC1/OpenSSL/certs

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.