You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an outstanding issue with go's x509 library that broke invalid certificate handling on macOS. If you're using some local cluster with self-signed certs, ignoring their validity won't work.
If you're using OpenShift Local / CRC, then their bundled oc version actually works around this! But I always forget about that when remaking my dev environment 😅.
A reminder would be nice.
The text was updated successfully, but these errors were encountered:
KevinMGranger
changed the title
dev env setup should print warning about cert issues on darwin
dev env setup handle golang cert issues on macOS
Nov 7, 2022
There's an outstanding issue with go's x509 library that broke invalid certificate handling on macOS. If you're using some local cluster with self-signed certs, ignoring their validity won't work.
If you're using OpenShift Local / CRC, then their bundled
oc
version actually works around this! But I always forget about that when remaking my dev environment 😅.A reminder would be nice.
The text was updated successfully, but these errors were encountered: