Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

change default ssl port 443

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
Greta
20
20
Posts: 44
Joined: 2007-05-15 07:32

change default ssl port 443

Post by Greta »

How can I change the repeater default ssl port 443 to for example 8443
Greta
20
20
Posts: 44
Joined: 2007-05-15 07:32

Re: change default ssl port 443

Post by Greta »

I have already found it. Chance #define HTTPS_PORT 443 in the SCconsole.cpp to 8443 had no effect but when I change tcpCi[0].clientPort = 8443; also on SCconsole.cpp then it works.
Last edited by Greta on 2007-06-22 07:55, edited 1 time in total.
Post Reply