[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #8319 [Flashproxy]: Check if flashproxy-client.exe works on Windows XP
#8319: Check if flashproxy-client.exe works on Windows XP
------------------------+---------------------------------------------------
Reporter: dcf | Owner: dcf
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: Flashproxy | Version:
Keywords: | Parent:
Points: | Actualpoints:
------------------------+---------------------------------------------------
Comment(by kenwoo):
Replying to [comment:6 dcf]:
> Replying to [comment:5 kenwoo]:
> > Replying to [comment:4 dcf]:
> > Flashproxy seems work, but new problems happened. still can not get
new bridge.
> > Here is the log:
> >
> > 2013-02-24 13:00:39 VERSION 1
> > 2013-02-24 13:00:40 Listening remote on 0.0.0.0:9001.
> > 2013-02-24 13:00:40 Listening local on 127.0.0.1:3324.
> > 2013-02-24 13:00:40 CMETHOD websocket socks4 127.0.0.1:3324
> > 2013-02-24 13:00:40 CMETHODS DONE
> > 2013-02-24 13:00:43 Local connection from [scrubbed].
> > 2013-02-24 13:00:43 Trying to register "0.0.0.0:9001".
> > 2013-02-24 13:00:43 Running command: D:\hu_file\download\GoogleIP
Proxy\Tor Browser FLash\App\flashproxy-reg-email 0.0.0.0:9001
> > 2013-02-24 13:00:43 SOCKS request from [scrubbed].
> > 2013-02-24 13:00:43 Got SOCKS request for [scrubbed].
> > 2013-02-24 13:00:43 locals (1): ['[scrubbed]']
> > 2013-02-24 13:00:43 remotes (0): []
> > 2013-02-24 13:00:43 Data from unlinked local [scrubbed] (216 bytes).
> > 2013-02-24 13:00:43 locals (1): ['[scrubbed]']
> > 2013-02-24 13:00:43 remotes (0): []
> > 2013-02-24 13:01:05 flashproxy-reg-email: Traceback (most recent call
last):
> > 2013-02-24 13:01:05 flashproxy-reg-email: File "<string>", line 223,
in <module>
> > 2013-02-24 13:01:05 flashproxy-reg-email: File
"C:\Users\aallai\flashproxy\pyinstaller-tmp/build\out01-PYZ.pyz\smtplib",
line 249, in __init__
> > 2013-02-24 13:01:05 flashproxy-reg-email: File
"C:\Users\aallai\flashproxy\pyinstaller-tmp/build\out01-PYZ.pyz\smtplib",
line 309, in connect
> > 2013-02-24 13:01:05 flashproxy-reg-email: File
"C:\Users\aallai\flashproxy\pyinstaller-tmp/build\out01-PYZ.pyz\smtplib",
line 284, in _get_socket
> > 2013-02-24 13:01:05 flashproxy-reg-email: File
"C:\Users\aallai\flashproxy\pyinstaller-tmp/build\out01-PYZ.pyz\socket",
line 571, in create_connection
> > 2013-02-24 13:01:05 flashproxy-reg-email: socket.error: [Errno 10060]
A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond
> > 2013-02-24 13:01:05 flashproxy-reg-email exited with status -1.
> > 2013-02-24 13:01:05 Running command: D:\hu_file\download\GoogleIP
Proxy\Tor Browser FLash\App\flashproxy-reg-http 0.0.0.0:9001
> > 2013-02-24 13:01:10 flashproxy-reg-http: Registered "0.0.0.0:9001"
with https://tor-facilitator.bamsoftware.com/.
>
> Okay. Please try this:
> {{{
> ClientTransportPlugin websocket exec flashproxy-client --register :0
0.0.0.0:9001 --register-addr :9001 --register-methods http --log
flashproxy-client.txt
> }}}
> There are two things changed in this command. The first is `--register-
addr :9001`. This was my mistake; we must omit the address in the
registration method so that it can be guessed by the facilitator. The log
line `Trying to register "0.0.0.0:9001"` revealed this error.
> The other thing is `--register-methods http`. It seems that `flashproxy-
reg-email` does not work for you. Perhaps there is something preventing
you from connecting to the Gmail SMTP port? (May be a local firewall or a
firewall you don't control.) `--register-methods http` will skip trying to
use the email registration. The http registration is easy to block, but it
seems to be working for you for now.
Http method is not working, here is the log file:
2013-02-24 14:49:44 VERSION 1
2013-02-24 14:49:44 Listening remote on 0.0.0.0:9001.
2013-02-24 14:49:44 Listening local on 127.0.0.1:2598.
2013-02-24 14:49:44 CMETHOD websocket socks4 127.0.0.1:2598
2013-02-24 14:49:44 CMETHODS DONE
2013-02-24 14:49:49 Local connection from [scrubbed].
2013-02-24 14:49:49 Trying to register "0.0.0.0:9001".
2013-02-24 14:49:49 Running command: D:\hu_file\download\GoogleIP
Proxy\Tor Browser FLash\App\flashproxy-reg-http 0.0.0.0:9001
2013-02-24 14:49:49 SOCKS request from [scrubbed].
2013-02-24 14:49:49 Got SOCKS request for [scrubbed].
2013-02-24 14:49:49 locals (1): ['[scrubbed]']
2013-02-24 14:49:49 remotes (0): []
2013-02-24 14:49:49 Data from unlinked local [scrubbed] (226 bytes).
2013-02-24 14:49:49 locals (1): ['[scrubbed]']
2013-02-24 14:49:49 remotes (0): []
2013-02-24 14:49:51 flashproxy-reg-http: Registered "0.0.0.0:9001" with
https://tor-facilitator.bamsoftware.com/.
BTW, I just modified XP hosts file, 173.194.79.109 smtp.gmail.com, trying
to connect smtp server, and I switched register method to email method
(ClientTransportPlugin websocket exec flashproxy-client --register :0
0.0.0.0:9001 --register-addr :9001 --log flashproxy-client.txt), get the
log file:
2013-02-24 15:01:45 VERSION 1
2013-02-24 15:01:46 Listening remote on 0.0.0.0:9001.
2013-02-24 15:01:46 Listening local on 127.0.0.1:3169.
2013-02-24 15:01:46 CMETHOD websocket socks4 127.0.0.1:3169
2013-02-24 15:01:46 CMETHODS DONE
2013-02-24 15:01:59 Local connection from [scrubbed].
2013-02-24 15:01:59 Trying to register "0.0.0.0:9001".
2013-02-24 15:01:59 Running command: D:\hu_file\download\GoogleIP
Proxy\Tor Browser FLash\App\flashproxy-reg-email 0.0.0.0:9001
2013-02-24 15:02:00 SOCKS request from [scrubbed].
2013-02-24 15:02:00 Got SOCKS request for [scrubbed].
2013-02-24 15:02:00 locals (1): ['[scrubbed]']
2013-02-24 15:02:00 remotes (0): []
2013-02-24 15:02:00 Data from unlinked local [scrubbed] (235 bytes).
2013-02-24 15:02:00 locals (1): ['[scrubbed]']
2013-02-24 15:02:00 remotes (0): []
2013-02-24 15:02:15 flashproxy-reg-email: Failed to register: Public key
does not match pin: got a5ba9523f2dc350a51ef72d87d1c3ad3cbaf12ce but
expected 1926a5cb3fd7e48328188946e73ade84f55787dc
2013-02-24 15:02:15 flashproxy-reg-email exited with status 1.
2013-02-24 15:02:15 Running command: D:\hu_file\download\GoogleIP
Proxy\Tor Browser FLash\App\flashproxy-reg-http 0.0.0.0:9001
2013-02-24 15:02:23 flashproxy-reg-http: Registered "0.0.0.0:9001" with
https://tor-facilitator.bamsoftware.com/.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8319#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs