On Wed, 2 Mar 2005, Jacek Baszkiewicz wrote:
I'm currently working (without success) on such problem: I have to connect via Stunnel to Windows Server Remote Desktop from workstation with Windows XP Proffesional. When I refer to the local port handled by stunnel, Windows doesn't let me go go further, because it thinks that I'm trying to use local Remote Dekstop and prints: "You are already connected to this machine" (there can be only one connection through RD) . Is there any workaround for this problem, namely, to use secure connection via Stunnel to Remote Dekstop on XP Pro client? This is my config:
Either shutdown your local Remote Desktop client (don't know what will break then) or let your stunnel listen on 127.0.0.2:3389 and have your remote desktop client connect to that.
Jan