You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're running the Docker Image of the validator badge. When trying to validate from an internal resource it takes 2+ minutes to get a response:
root@80b4f461309a:/validator# time curl http://localhost:8080/?url=http://my.host.domain:8041/my/path/swagger.json
[…]
real 2m7.294s
user 0m0.015s
sys 0m0.010s
Accessing the given url directly works without any issues:
We're running the Docker Image of the validator badge. When trying to validate from an internal resource it takes 2+ minutes to get a response:
Accessing the given url directly works without any issues:
Looks like it runs into timeout. The container has no Internet access and it responds quickly when not passing a url.
Any pointers to what's going on?
The text was updated successfully, but these errors were encountered: