简体   繁体   中英

Google Cloud App Engine Website - unable to access on VPN

I have hosted a website using google cloud app engine. However, I am not able to access the website when I am connected through a VPN.

Are there any security settings on cloud to enable this?

I appreciate the leads here. Thanks!

Currently, if you are using App Engine standard, you are not able to access it through VPN directly. There are two option to achieve it:

The first one is to use a feature called App Engine Flexible. This solution is base on define the network settings when you perform the deployment on your app.yaml configuration file. For more information about it please review this .

The second option is to use Serverless VPC Access, but there is a little bit more complex, let me explain why. When you use it this feature, You are establishing connection between your App Engine app directly to Compute Engine VM instances.

So you will need to establish first a VPN in order to reach your VM instance, for more details please check here . And then establish connection VM->App Engine . And then configure VPC Serverless Access .

I hope all this information could help you to achieve your goal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM