«tinyproxy» 태그된 질문

1
firehol과 tinyproxy로 투명한 https 프록시를 만드는 방법은 무엇입니까?
Ubuntu 10.04.4에는 firehol 및 tinyproxy가있는 투명한 프록시 설정이 있지만 http에서는 잘 작동하지만 https에서는 작동하지 않습니다. 다음 명령이 정상적으로 완료되면 tinyproxy에 직접 연결하는 것이 좋습니다. env http_proxy=localhost:8888 curl http://www.google.com env https_proxy=localhost:8888 curl https://www.google.com HTTP 투명 프록시도 잘 작동합니다. curl http://www.google.com 그러나 https를 사용하여 Google에 직접 액세스하면 명령이 중단됩니다. curl https://www.google.com 다음은 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.