Reads:4378Replies:1
HTTPS Server Load Balancer "No required SSL certificate was sent"
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 I've already check my certificate using https://www.sslshopper.com/ssl-checker.html and https://dev.ssllabs.com/ssltest/index.html and my ssl certificate have no issue, and have overall rating 'A' Please someone help why this is happen |
|
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. |
|
|