Brad Wickwire
Brad Wickwire

Reputation: 1153

HTTP Load Balancing - You're speaking plain HTTP to an SSL-enabled server port

We are trying to test using the HTTP Load Balancing instead of the Network Load Balancing. When we try and go to http://beta.stubwire.com/ we get a 400 error saying we are speaking plain HTTP to an SSL-enabled server port but then if I go to https://beta.stubwire.com it works fine. I have included some screen shots of the load balancer below, is the error in here or is it the way the server is configured?

http load balancing 1 http load balancing 2

enter image description here

Upvotes: 1

Views: 1026

Answers (1)

Brad Wickwire
Brad Wickwire

Reputation: 1153

Finally able to figure this out. Under the "Backend services" of the load balancer you can click on Edit. Then you can select the different "Backend" that you wanted it to contain. On this we had specified "80, 443" as it mentioned we could list both. But we had a backend service created for secure and non secure pages. So only specifying the port that that service uses fixed that issue.

enter image description here

Upvotes: 2

Related Questions