Redirecting Problem on WebSockets (wodVPN)
Hi;
I'm using WodVPN's own sample on tests and only I add this for MTU tests;
procedure TForm1.Button6Click(Sender: TObject);
begin
wodVPN1.MTU := StrToInt(Edit11.Text);
end;
I know everything is correct on WodVPN configuration because I use Indy TCPServer/TCPClient like this and Indy works correct.
WebSockets (IPWorks and Esegece) works very well when I'm not using forwarding port to other peer with channels on WodVPN.
But WebSockets and WodVPN Channels not working together and WebSocket Client says "Connection Refused" everytime.
I'm trying all peers on same computer (local) and I have no firewall or another restriction object.
All peers find the other peer on mediator.weonlydo.com:8000 and there is no problem on find, connect or send somethink on WodVPN.
Complete thread:
- Redirecting Problem on WebSockets - uzuner, 2014-01-21, 20:55
- Redirecting Problem on WebSockets - wodDrazen, 2014-01-21, 21:10
- Redirecting Problem on WebSockets - uzuner, 2014-01-21, 23:21
- Redirecting Problem on WebSockets - wodSupport, 2014-01-21, 23:24
- Redirecting Problem on WebSockets - uzuner, 2014-01-21, 23:33
- Redirecting Problem on WebSockets - wodSupport, 2014-01-21, 23:42
- Redirecting Problem on WebSockets - uzuner, 2014-01-21, 23:53
- Redirecting Problem on WebSockets - wodSupport, 2014-01-21, 23:55
- Redirecting Problem on WebSockets - uzuner, 2014-01-22, 00:05
- Redirecting Problem on WebSockets - wodSupport, 2014-01-21, 23:55
- Redirecting Problem on WebSockets - uzuner, 2014-01-21, 23:53
- Redirecting Problem on WebSockets - wodSupport, 2014-01-21, 23:42
- Redirecting Problem on WebSockets - uzuner, 2014-01-21, 23:33
- Redirecting Problem on WebSockets - wodSupport, 2014-01-21, 23:24
- Redirecting Problem on WebSockets - uzuner, 2014-01-21, 23:21
- Redirecting Problem on WebSockets - wodSupport, 2014-01-22, 00:07
- Redirecting Problem on WebSockets - uzuner, 2014-01-22, 00:28
- Redirecting Problem on WebSockets - wodSupport, 2014-01-22, 00:32
- Redirecting Problem on WebSockets - uzuner, 2014-01-22, 00:44
- Redirecting Problem on WebSockets - wodDrazen, 2014-01-22, 13:28
- Redirecting Problem on WebSockets - uzuner, 2014-01-22, 00:44
- Redirecting Problem on WebSockets - wodSupport, 2014-01-22, 00:32
- Redirecting Problem on WebSockets - uzuner, 2014-01-22, 00:28
- Redirecting Problem on WebSockets - wodDrazen, 2014-01-21, 21:10