aditia
Intern
Intern
  • UID8501
  • Fans0
  • Follows0
  • Posts1
Reads:4378Replies:1

HTTPS Server Load Balancer "No required SSL certificate was sent"

Created#
More Posted time:Jan 2, 2020 17:47 PM
Hello All
I setup http listener on load balancer (frontend http_80 to backend server (ecs) port 80) and this is work fine, nothing problem

And this is the problem, I already succed uploading SSL Certificate (both CA Certificate & Server Certificate) and I try to set up https listener on my server load balancer on frontend https_443 to backend server (ecs) port 80, but I end up geting this error


400 Bad Request

No required SSL certificate was sent

nginx

and my ssl certificate have no issue, and have overall rating 'A'

Please someone help why this is happen

afzaalvirgoboy
Assistant Engineer
Assistant Engineer
  • UID6091
  • Fans2
  • Follows0
  • Posts52
1st Reply#
Posted time:Jan 7, 2020 3:00 AM
Hi,
I think you are not configuring the Nginx properly to send the SSL certificate that you have uploaded.


> I setup http listener on load balancer (frontend http_80 to backend server (ecs) port 80) and this is work fine, nothing problem


Not sure if this is the problem, but SSL traffic (HTTPS) listens on port 443, not 80. The port 80 is for HTTP traffic.
Guest