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
go get github.com/bifurcation/mint
cd ~/gocode/src/github.com/bifurcation/mint/bin/mint-client-https
Then go run main.go -url https://tls13.cloudflare.com/
or let lynx parse that HTML output from cloudflare: go run main.go -url https://tls13.cloudflare.com/ | lynx -stdin
HTH
The text was updated successfully, but these errors were encountered:
As a FYI for newbies like me:
With GOPATH set to
~/gocode
Then
go run main.go -url https://tls13.cloudflare.com/
or let lynx parse that HTML output from cloudflare:
go run main.go -url https://tls13.cloudflare.com/ | lynx -stdin
HTH
The text was updated successfully, but these errors were encountered: