Hello Emanuel,
The first step would be to make sure your application is listening for requests on the port 443. Once that is done, you need to make sure the firewall is allowing the requests to actually reach the post 443. You can create a rule via the Cloud Console with these instructions [1]. Here is an example of how to create a rule via the Cloud Shell [2]. If you are using this command [2], make sure you assign the tag “webserver" to your node [3] so the firewall rule applies to it. Regards, Frederic [1] https://cloud.google.com/vpc/docs/using-firewalls#creating_firewall_rules [2] https://cloud.google.com/vpc/docs/using-firewalls#example_3_allow_egress_tcp_connections_to_port_443_of_an_external_host [3] https://cloud.google.com/vpc/docs/add-remove-network-tags#adding_and_removing_tags On Tuesday, March 17, 2020 at 7:47:24 AM UTC-4, Emanuel Allen wrote: > > i want to make my node server running in compute engine https accessible. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/20116778-ba5a-45bd-9e24-3a688d181c41%40googlegroups.com.
