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!
I'd like to use webhook on TLS server.
I run my go-script http.ListenAndServeTLS("0.0.0.0:443", "webhook_cert.pem", "webhook_pkey.pem", nil)
But I can't get access to my page..
The port is filtered.