Open vsile opened 6 years ago
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.
http.ListenAndServeTLS("0.0.0.0:443", "webhook_cert.pem", "webhook_pkey.pem", nil)
How to open it?
sudo ufw allow 443/tcp doesn't work: permission denied
sudo ufw allow 443/tcp
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.How to open it?
sudo ufw allow 443/tcp
doesn't work: permission denied