We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 13.5 (22G74) $ go version go version go1.20.7 darwin/amd64
··· $ go tool pprof -seconds=600 -http=:9999 https://127.0.0.1:8081/debug/pprof/heap Fetching profile over HTTP from https://127.0.0.1:8081/debug/pprof/heap?seconds=600 Please wait... (10m0s) https://127.0.0.1:8081/debug/pprof/heap: Get "https://127.0.0.1:8081/debug/pprof/heap?seconds=600": tls: failed to verify certificate: x509: “CloudFlare Origin Certificate” certificate is not standards compliant failed to fetch any source profiles ···
But version 1.9 is correct
The text was updated successfully, but these errors were encountered:
Duplicate of #51991
Sorry, something went wrong.
No branches or pull requests
macOS 13.5 (22G74)
$ go version
go version go1.20.7 darwin/amd64
···
$ go tool pprof -seconds=600 -http=:9999 https://127.0.0.1:8081/debug/pprof/heap
Fetching profile over HTTP from https://127.0.0.1:8081/debug/pprof/heap?seconds=600
Please wait... (10m0s)
https://127.0.0.1:8081/debug/pprof/heap: Get "https://127.0.0.1:8081/debug/pprof/heap?seconds=600": tls: failed to verify certificate: x509: “CloudFlare Origin Certificate” certificate is not standards compliant
failed to fetch any source profiles
···
But version 1.9 is correct
The text was updated successfully, but these errors were encountered: