Open andrew64k opened 6 months ago
Hi,
Yes this is on purpose. When adding proxy to XO, there is no option to define the port and it will always use 443.
Changing the port works just fine. Both on the proxy side and the XO side. I'm using port 4443 now.
Okay, then it must've changed. Please explain how the proxy was added with a custom port to XO and i might be able to change the logic.
On XO, for the Proxies page the Address is just remote.site.com:4443. Same idea for the Servers setting HTTP proxy URL is https://YourKey@remote.site.com:4443/
In your xo-install.cfg I just use PORT="4443" and it ends up in .config/xo-proxy/config.toml as port = 4443
Okay, i need to give this a shot. For the XO proxy, it used to be hard coded to port 443 and was not configurable when adding proxy, hence the installation here forced it to port 443 too.
This issue has been open for 14 days without activity. It will be closed in 5 days if not updated
OS Version: Debian 11 Node.js version: v18.20.2 Yarn version: 1.22.19
Server specs 2xCPU, 4G RAM
Issue I have the port for proxy config is set to 4443 in both xo-install.cfg and config.toml Install script xo-install.sh forces port to 443 for service start check if xo-proxy is used.
Installation logfile