Does Google Compute Engine support HTTPS?

I recently signed up for the Google Compute Engine and was able to get my web application setup, etc. But does Google say that adding SSL certificates is currently only available to Alpha users? https://cloud.google.com/compute/docs/load-balancing/http/ssl-certificates

Does this mean that GCE does not allow https or is there any other method I can make https work?

+3
source share
1 answer

SSL for load balancing HTTPS is in Alpha. If you have a public static IP address, nothing prevents you from installing a valid SSL certificate on, for example. Apache server running on a Compute computer instance.

So yes, it works the same as on any local server.

+1
source

Source: https://habr.com/ru/post/1614741/


All Articles