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
The (*Certificate).Verify() method from crypto/x509 special-case
windows, darwin and ios GOOS to use a OS-specific verification process.
This process seems to consider root CAs as invalid for some unknown
reasons.
So either the syscall made by Verify() to retrieve the system-wide cert bundle return an empty set, it's out-of-date, or something else happen.
The text was updated successfully, but these errors were encountered:
TestConfigServerExclusiveRootPools
: seego-connections/tlsconfig/config_test.go
Lines 202 to 205 in 5cc4da5
TestConfigClientExclusiveRootPools
: seego-connections/tlsconfig/config_test.go
Lines 566 to 569 in 5cc4da5
Both tests break with the following error:
certificate 1
beingsystemRootTrustedCert
:go-connections/tlsconfig/config_test.go
Lines 20 to 41 in 5cc4da5
As noted in d5807de commit message:
So either the syscall made by
Verify()
to retrieve the system-wide cert bundle return an empty set, it's out-of-date, or something else happen.The text was updated successfully, but these errors were encountered: