I'm using HTTPS load balancer for my website and it's working well if I visit: https://www.vietnamspotlight.com.
However, if I visit the URL with http, i.e http://vietnamspotlight.com, then I always get error from Google that says the request was not found.
Then I tried to update load balancer by adding a new IP, port and protocol to use with HTTP in Frontend configuration session. See the image below for reference (the IPs for HTTP and HTTPS have been removed from the image):
After that, I switch to DNS configuration of the domain provider and tried to add another A records that point to new IP to deal with requests with HTTP protocol. It means I'm using two A records at same host @, each points to a different value, one for the HTTP and one for the HTTPS. See the image below for reference (the values have been changed to fake IP addresses):
Still it doesn't work.

