나는 PROACY SQUID3가 192.168.40.19이고 방화벽 mikrotik이 192.168.40.1입니다. 나는 또한 HTTPS 포트에 규칙이Squid3 mikrotik에서 HTTPS 요청을받지 못합니다.
Chain: dsnat
Src. Address: 192.168.40.174 (FOr test purpose)
Protocol: 6(tcp)
Dst.Port: 80
In. Interface: ether4
Action: redirect
To Ports: 8787 (My WebProxy port in mikrotik)
: :이 미크로 틱은 다음과 NAT 규칙이
: 나는 부모 프록시 SQUID를 사용하여 미크로 틱에서 WebProxy가이
Chain: dsnat
Src. Address: 192.168.40.174 (FOr test purpose)
Protocol: 6(tcp)
Dst.Port: 443
In. Interface: ether4
Action: redirect
To Ports: 8787 (My WebProxy port in mikrotik)
를 설정 참조
squid3에서 squid.conf를 사용하여 전체 허용 :
http_access allow all
cache deny all
# Squid normally listens to port 3128
http_port 3128
그리고 access.log 파일에서 HTTP 액세스의 LOG를 볼 수 있지만 누군가가 HTTPS 사이트에 액세스하면 LOG는 SQUID에 추가되지 않습니다. I.E : Acessing https://stackoverflow.com은 오징어에는 붙지 않지만 HTTPS가없는 다른 사이트에 액세스하면 정상적으로 작동합니다.