Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

server connect to repeater in http?

Post Reply
ardent42
Posts: 3
Joined: 2007-02-15 11:50

server connect to repeater in http?

Post by ardent42 »

Is it possible for the server to use HTTP (with and without http proxy) to connect to the repeater/viewer? Alot of customers are behind firewalls that do not allow opening TCP connections, but obviously allow http connections.
Yod4z
20
20
Posts: 55
Joined: 2006-10-18 15:08

Re: server connect to repeater in http?

Post by Yod4z »

yes just config your repeter to listen server on port 443 (https) or 80 (http) and in you server config use port 443 or 80 ;)
ardent42
Posts: 3
Joined: 2007-02-15 11:50

Re: server connect to repeater in http?

Post by ardent42 »

But the server will not use HTTP proxy,right?
It will simply try to connect via TCP to port 80 or 443. In some setups, only http requests that pass through the proxy are allowed (and IE is configured to use it).
bevtech
800
800
Posts: 2168
Joined: 2005-08-03 14:07
Location: Pennsylvania, United States

Re: server connect to repeater in http?

Post by bevtech »

Using ports 80 and 443 does work

Listen for viewer 80
Listen for Server 443

If you unchecked the proxy option and the dynalias

But if you are trying to get through a proxy may not be possible if the SSL port is in use..

So proxies may not pass the traffic
Bevtech

Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2

User not developer..;)
ardent42
Posts: 3
Joined: 2007-02-15 11:50

Re: server connect to repeater in http?

Post by ardent42 »

I can use port 80 or 443 of course. That's not the problem.

The way pchelpware works is server -> repeater <- viewer

The issue is that the server is behind a firewall and does not allow it to open tcp connections directly. It can, however, use an http proxy. I do not believe pchelpware can actually use an http proxy intsead of direct tcp connection, hance my question. Please correct me if I'm wrong.
AlessandroD
Posts: 3
Joined: 2007-02-15 14:16

Re: server connect to repeater in http?

Post by AlessandroD »

ardent42 wrote:I do not believe pchelpware can actually use an http proxy intsead of direct tcp connection, hance my question. Please correct me if I'm wrong.
Whi not? I tried and it work right.
In a LAN with a client that use a proxy (ISA) and it dont'have a direct internet connection (the gateway is null), PCWServer can connect to my repeater using proxy and 443 port.
N.B.: If the proxy is ISA, it must have enabled the basic authentication.
Ciao, Alessandro
Post Reply