We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c0714 commit 5488723Copy full SHA for 5488723
src/crypto/x509/root.go
@@ -44,7 +44,7 @@ var x509usefallbackroots = godebug.New("x509usefallbackroots")
44
// panic.
45
//
46
// The fallback behavior can be forced on all platforms, even when there is a
47
-// system certificate pool, by setting GODEBUG=x509usefallbackroots=1 (note that
+// system certificate pool, by setting GODEBUG=x509 usefallbackroots=1 (note that
48
// on Windows and macOS this will disable usage of the platform verification
49
// APIs and cause the pure Go verifier to be used). Setting
50
// x509usefallbackroots=1 without calling SetFallbackRoots has no effect.
0 commit comments