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
Hello, thank you for your report, there is indeed a problem with this site.
You can make session.InsecureSkipVerify = true to bypass this error before the patch arrives.
Could you describe the errors you encounter when using this proxy code?
I tried it on my side and got an error on my python side because the content was gzip encoded.
Could you give me the logs/errors you have?
Why it not work with this site and some others? Please help me, I'm tried almost all options, anyway the same error
package main
import (
"fmt"
"github.com/Noooste/azuretls-client"
)
func main() {
session := azuretls.NewSession()
}
Log:
root@ubuntu:
/azure-proxy# go build -o bl bl.go/azure-proxy# ./blroot@ubuntu:
panic: failed to handshake: pin verification failed
goroutine 1 [running]:
main.main()
/root/azure-proxy/bl.go:31 +0x778
root@ubuntu:~/azure-proxy#
The text was updated successfully, but these errors were encountered: