On Mon, 8 Jul 2024 12:06:34 +0200
Pietro Cornelio <pietrocorne...@gmail.com> wrote:

> I just installed OpenBSD 7.5 on my 2nd generation Apple iBook G3
> I tried to update the packages but I have a TLS security check problem on
> the repositories. Why?
> 
> ibook-g3# pkg_add -Uu
> https://cdn.openbsd.org/pub/OpenBSD/7.5/packages-stable/powerpc/: TLS
> handshake failure: ocsp verify failed
> https://cdn.openbsd.org/pub/OpenBSD/7.5/packages/powerpc/: TLS handshake
> failure: ocsp verify failed
> https://cdn.openbsd.org/pub/OpenBSD/7.5/packages/powerpc/: empty

Don't know what is wrong.  My macppc doesn't see this error (though I
run a -current snapshot and you run 7.5).  Try again.  If the mirror
had a problem, it might now be fixed.

Check the date:        $ date
Check that TLS works:  $ ftp -v -o /dev/null https://www.openbsd.org

If cdn.openbsd.org still doesn't work, try another mirror, like
$ PKG_PATH=https://cloudflare.cdn.openbsd.org/pub/OpenBSD/7.5/packages/powerpc 
pkg_add ...

If you find a mirror that works, edit /etc/installurl
--gkoehler

Reply via email to