Skip to content
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

HTTPs redirect does not correctly pass/remove/replace port from URL #3

Open
lukaszlach opened this issue Oct 25, 2017 · 0 comments
Open
Assignees
Labels

Comments

@lukaszlach
Copy link
Owner

root@satis-server:/home/llach# curl localhost:8080/api -v
* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 8080 (#0)
> GET /api HTTP/1.1
> User-Agent: curl/7.38.0
> Host: localhost:8080
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
* Server nginx/1.10.3 is not blacklisted
< Server: nginx/1.10.3
< Date: Wed, 25 Oct 2017 14:48:57 GMT
< Content-Type: text/html
< Content-Length: 161
< Connection: keep-alive
< Location: https://localhost:/api
<
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.10.3</center>
</body>
</html>
* Connection #0 to host localhost left intact
@lukaszlach lukaszlach self-assigned this Oct 25, 2017
@lukaszlach lukaszlach added the bug label Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant