Connection closed on port 443

0

I have an Ec2 server with Jenkins docker and git installed on it. The server is running behind. Load balancer with dns configured on route 53 A records as alas to the application load balancer the ALB is listener on 80 redirected to 443 map to a target group registered with my instance ID on port 8080 because Jenkins run on port 8080, when I put the URL of my A record on the browser it open up Jenkins default login page, Jenkins time out while am try to configure to build, the error message read as: connection closed on port 443. Please help am behind schedule to start building. Thanks

1 回答
0

How long does the build take?
If it is longer than the ALB timeout value, it may be disconnecting the session with the Jenkins server, so how about extending the timeout value?
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#connection-idle-timeout

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则