-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix travis #42
Fix travis #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Locally it works just fine, port 2015 returns 404. On travis it returns 400. I don't know why. |
@tonsV2 maybe we can have a look at the response headers and body, not only status code? We can also enable logs on caddy's side to figure this out. It might be a bug! |
1742011
to
c0e3063
Compare
Yeah, Ideally we should assert all open ports. I've added the verbose flag to the curl command but it gives little information. I've tried to enable debugging on Caddy but I can't seem to get it working. Granted I haven't put a lot of effort into it. But do you have any idea about how to do it? |
No description provided.