dispact / serverless-jenkins

Terraform project that creates a serverless Jenkins environment on AWS ECS Fargate
2 stars 7 forks source link

I have an issue with download new plugins from Jenkins UI #3

Open Viktorpav opened 1 year ago

Viktorpav commented 1 year ago

Unable to connect to the URL. java.net.ConnectException: HTTP connect timed out

@dispact

jandroav commented 1 year ago

me too, I think there is something missing in the VPC code...checking @dispact di you try it?

Viktorpav commented 1 year ago

@jandroav I have found a way how to avoid such issue, move your EIP and NAT to public subnet, it is in private in the code

jandroav commented 1 year ago

thanks a lot @Viktorpav . It is working now

stamatogabriel commented 11 months ago

Hi have same problem. Are you need destroy implementations and created again? Can you share the code snipet with solution?