Jake Durell
Jake Durell

Reputation: 179

Can't get HTTPS working on google cloud storage bucket with load balancer

I am trying to set up an https cert on a static website which is hosted in a google cloud storage bucket with uniform permissions.

I obtained a cert from ssls.com and I believe I successfully put it into the google host load balancer. It is the other configurations that I think are causing the problem. When I go to the www. location of the site, it still does not work with https:\.

I have tried the following instructions except without using zones for the buckets or multiple buckets as I didn't require that:

https://cloud.google.com/load-balancing/docs/https/adding-backend-buckets-to-load-balancers

I have edited my DNS records so the relevant portions appear as follows:

enter image description here

I added the CNAME records days ago and added the A record about 12 hours ago.

Here is an image of the load balancer status:

Screenshot of load balancer status

Upvotes: 0

Views: 1406

Answers (1)

John Hanley
John Hanley

Reputation: 81414

You need to update your DNS server to point www.jpdgallery.com to the load balancer's IP address 35.201.101.158. Notice the TTL value before changing anything. After the change, you will have to wait at least that long for updates to occur.

Upvotes: 2

Related Questions