-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
SMP or XFTP server address avoiding it ends with the port number #769
Comments
I would also love to see the ability to change ports. 443 is very commonly reverse proxies for many. |
Hello, |
If you are using docker compose, just specify:
and add this portnumber=5233 |
Can you please clarify what is this |
This is if port 443 is already occupied on the server, you can specify any other one for xftp in the docker compose. |
Ah understood, I thought it was something additional (except docker-compose + entry in app). Unfortunately doesn't look like app accepts currently xftp with custom port (looks like it's ignored) |
I have added a port and it works |
You are right looks like it works, but the android app is just showing red X sign it doesn't somehow |
For me both the Desktop GUI client as well as the Android client still act up if I try to add a xftp server on a non-standard port. port 443 is the default port for xftp so it should be reachable at that port even though specifying a port in this case is redundant of course. When I add the:443 part the "Test Server" button immediately gets greyed out and I cannot establish a connection to the server even though it is reachable at the same port when the :443 is omitted. Same for my own xftp server that I host at a non-standard port: I cannot enter the connection details because the client considers them invalid. |
@systemling32 Try putting the port after the onion address. See #849 (comment) |
I had to set up SMP and XFTP servers on a different port instead of the default ones because the default (especially 443 is already taken by another service).
Thus, the server (SMP or XFTP) address finishes with
@domain:portnumber
.Is there any way to avoid the server address finishing as mentioned below, with
@domain:portnumber
?I mean, modifying some parameters somewhere.
The text was updated successfully, but these errors were encountered: