2014-10-15 7 views
1

거부 ​​:오징어 연결 내가 연결이 작동 할 수 있지만, 대부분의 HTTPS 연결에 나는 오류 내 HTTP "프록시"를 얻을 관리가 HTTPS

: 여기

Connection to failed.

The system returned: (111) Connection refused

내가 현재 오징어에 사용하고 내 설정 파일입니다

내가 원하는 모든 내 서버에 연결하여 HTTP 및 HTT를 탐색 할 수있는 브라우저 프록시 설정 페이지를 통해 원격으로 연결 ... - 우분투 12.04 VPS에서 실행

http_port 3128 

refresh_pattern ^ftp:   1440 20%  10080 
refresh_pattern ^ftp:   1440 20%  10080 
refresh_pattern ^gopher:  1440 0%  1440 
refresh_pattern .    0  20%  4320 

acl localnet src 10.0.0.0/8  # RFC 1918 possible internal network 
acl localnet src 172.16.0.0/12 # RFC 1918 possible internal network 
acl myhost src <myip> 
http_access allow myhost 
acl SSL_ports port 443 

acl Safe_ports port 80   # http 
acl Safe_ports port 21   # ftp 
acl Safe_ports port 443   # https 
acl Safe_ports port 70   # gopher 
acl Safe_ports port 210   # wais 
acl Safe_ports port 1025-65535 # unregistered ports 
acl Safe_ports port 280   # http-mgmt 
acl Safe_ports port 488   # gss-http 
acl Safe_ports port 591   # filemaker 
acl Safe_ports port 777   # multiling http 
acl CONNECT method CONNECT 


via off 
forwarded_for off 

http_access deny !Safe_ports 
http_access deny CONNECT !SSL_ports 
http_access allow all 
dns_nameservers 8.8.8.8 8.8.4.4 

ps 사이트.

http_access deny CONNECT !SSL_ports 

답변

1

는 다음 줄을 제거하지 않습니다 ... HTTPS 위의 설정과 함께 작동

http_access allow SSL_ports 
0

내가

http_access deny CONNECT !SSL_ports 

유지하지만 추가하여 나열된을 허용하는 것이 좋습니다 : HTTP는 ...