Allow https connections to your server


/ Published in: Other
Save to your folder(s)

This will open up the 443 port in your firewall to TCP connections. Run as root.


Copy this code and paste it in your HTML
  1. iptables -I INPUT -p tcp --dport 443 -j ACCEPT

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.