[tor-bugs] #22576 [Obfuscation/Obfsproxy]: obfs4 through proxy is not working anymore with Tor Browser 7.0 on Windows

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jun 14 07:48:09 UTC 2017


#22576: obfs4 through proxy is not working anymore with Tor Browser 7.0 on Windows
-----------------------------------+---------------------
 Reporter:  albesp77               |          Owner:
     Type:  defect                 |         Status:  new
 Priority:  Medium                 |      Milestone:
Component:  Obfuscation/Obfsproxy  |        Version:
 Severity:  Normal                 |     Resolution:
 Keywords:  tbb-7.0-issues         |  Actual Points:
Parent ID:                         |         Points:
 Reviewer:                         |        Sponsor:
-----------------------------------+---------------------

Comment (by albesp77):

 my squid.conf that works with old obfs4proxy and not with new one:

 acl localnet src 10.0.0.0/8
 acl localnet src 172.16.0.0/12
 acl localnet src 192.168.0.0/16
 acl localnet src fc00::/7
 acl localnet src fe80::/10
 acl SSL_ports port 443
 acl Safe_ports port 80
 acl Safe_ports port 21
 acl Safe_ports port 443
 acl Safe_ports port 70
 acl Safe_ports port 210
 acl Safe_ports port 1025-65535
 acl Safe_ports port 280
 acl Safe_ports port 488
 acl Safe_ports port 591
 acl Safe_ports port 777
 acl CONNECT method CONNECT
 http_access deny !Safe_ports
 http_access deny CONNECT !SSL_ports
 http_access allow localhost manager
 http_access deny manager
 http_access allow localnet
 http_access allow localhost
 http_access deny all
 always_direct allow all
 ssl_bump splice all
 ssl_bump bump all
 ssl_bump peek all
 ssl_bump splice all
 http_port 3128
 https_port 3130 transparent ssl-bump generate-host-certificates=on
 dynamic_cert_mem_cache_size=4MB cert=/usr/local/squid/ssl_cert/myCA.pem
 sslcrtd_program /usr/local/squid/libexec/ssl_crtd -s
 /usr/local/squid/var/lib/ssl_db -M 4MB
 sslcrtd_children 5

 if you need me for test write here test detail, thanks!

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22576#comment:14>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list