I am trying to create a http(s) loadbalancer. while doing the frontend configuration , i am using the same ip address for both of the http frontend and the https frontend . But it is giving me the following error .
Invalid value for field 'resource.IPAddress': 'projects/gds-prototype-20190629/global/addresses/jenkins-airflow-lb-ip-new'. Specified IP address is in-use and would result in a conflict.
I already have created some other load balancer and was using the same ip address for both http and the https frontend.
Have anyone faced this issue before?
Hi, @alih.
Could you please confirm whether you're using the same IP address for separate load balancers for HTTP and HTTPS? Please note that using the same external IP address for both HTTP (port 80) and HTTPS (port 443) is only supported when they are configured on the same load balancer. It is not allowed across separate load balancers.
Regards,
Mokit
Hi @mokit , Yes i was trying to configure it for the same load balancer and was configuring the two frontends . One for the port 80 and the other for the 443.
But it has been resolved now. Thanks a lot .
Regards
Ali Hasan