3

I recently signed up for google compute engine and managed to get my web app setup etc. But Google says that adding SSL certificates is currently only available for Alpha users? https://cloud.google.com/compute/docs/load-balancing/http/ssl-certificates

Does that mean GCE doesn't allow https or is there any other method, i can get https working?

Kapil
  • 59
  • 2
  • 6

1 Answers1

1

SSL for HTTPS load balancing is in Alpha. If you have a public static IP address then nothing stops you from installing a valid SSL certificate on the e.g. Apache server running on your Compute engine instance.

So yes, it works as it does on any on-premise server.

koma
  • 6,486
  • 2
  • 27
  • 53