I've already tried to configure the firewall and I still can't access using the port other than the default port
Asked
Active
Viewed 135 times
0
-
Please check the ["Port Forwarding"](https://cloud.google.com/appengine/docs/flexible/custom-runtimes/configuring-your-app-with-app-yaml#port_forwarding) paragraph of the documentation. Let me know if this helps. – tzovourn May 07 '20 at 09:59
-
yes, i already added it to app.yaml that way network: forwarded ports: - 443: 42340 / tcp it didn't work so I tried it another way network: forwarded_ports: - 42340 / tcp but I was also unsuccessful – Thiago Yudi Ferraz Miazaki May 07 '20 at 15:06
-
could you share your configuration files and the firewall rule you used for this? – tzovourn May 14 '20 at 11:47