How to open HTTPS port in Google cloud?

1,209 views
Skip to first unread message

arm...@gmail.com

unread,
May 22, 2018, 10:21:10 AM5/22/18
to cloud-dns-discuss
Hello today configured vps on Google Cloud and put Vesta control panel, but the problem is not open one https that is, and the ip server and the domain itself does not open on https. Set up Google Cloud firewall and opened ports 80,443 but https does not open the site itself is not the ip of the server. Checked through online services port 443 is closed but settings of the server and a firewall of Google and ip tables say that port 443 is opened (checked by several services port 443) and in the browser through ip of the server and the domain on https do not open. Please tell me how to open port 443?

Same with ports 8443,8080.
Message has been deleted

mebad...@google.com

unread,
Jul 23, 2018, 7:37:46 PM7/23/18
to cloud-dns-discuss
On Tuesday, May 22, 2018 at 10:21:10 AM UTC-4, arm...@gmail.com wrote:
> Hello today configured vps on Google Cloud and put Vesta control panel, but the problem is not open one https that is, and the ip server and the domain itself does not open on https. Set up Google Cloud firewall and opened ports 80,443 but https does not open the site itself is not the ip of the server. Checked through online services port 443 is closed but settings of the server and a firewall of Google and ip tables say that port 443 is opened (checked by several services port 443) and in the browser through ip of the server and the domain on https do not open. Please tell me how to open port 443?
>
> Same with ports 8443,8080.


You can check the status of your ports using the command below to confirm if the ports 443 is really blocked
$ nmap [ip_address]

Also,make sure that there is no local firewall rules running on the VM blocking those connections and verify if the application running on your vps is listening on port 443. To check this,I would suggest you to try with this command.

$ sudo netstat -ntlp | grep LISTEN

https://serverfault.com/questions/895580/open-443-on-google-compute-instance
Based on the output, if required you might need to configure ports on VPS rightly for the application

Moreover, make sure that you followed the steps from the GCP document while creating firewall rules.
https://cloud.google.com/vpc/docs/using-firewalls



Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
0 new messages