-
Notifications
You must be signed in to change notification settings - Fork 398
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
No login possible while using port forwarding (no standard-port) #183
Comments
I have submitted #165 for this problem which works for me, not sure if it's the correct solution though since it hasn't been merged. |
Thanks a lot! This is working for me too! |
I admit I never tried without and it does the same here. I'll see if I find something. |
Display notes as absolute URLs (for real)
Hi there.
I've got an own server behind my router.
The webserver is listenig on port 80, SSL is not activated.
The router routes the port 8000 from external to port 80 of the webserver.
Each time I log in, I'm getting the error "Wrong login/password.".
Same effect using SSL on port 443 (webserver) and an external port other than 443 forwarded to 443.
All works fine, when I'm using port 80 or 443 with SSL (same port intern+extern).
But I want to use for external access an other port than the default-ports 80 and 443.
What an I doing wrong?
The text was updated successfully, but these errors were encountered: