魷魚代理程式不只載入一個站點,不進行 SSL 驗證主機

魷魚代理程式不只載入一個站點,不進行 SSL 驗證主機

魷魚代理商不只載入一個網站,其他網站也沒問題

我認為這個問題來自魷魚上的SSL VERIFY HOST。

我在魷魚配置上使用此程式碼,但沒有解決我的問題:來源:https://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit

sslproxy_cert_error allow all
sslproxy_flags DONT_VERIFY_PEER

我測試用 CURL 開啟這個網站:

curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to

固定的PHP CURL 上的此程式碼有此問題:

curl_setopt($this->curl, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($this->curl, CURLOPT_SSL_VERIFYHOST, false);

我測試使用 WGET 開啟網站:

--2018-09-03 19:17:31--  https://destenationWebsite.com
Resolving destenationWebsite.com (destenationWebsite.com)... ip
Connecting to destenationWebsite.com(destenationWebsite.com)|ip|:443... connected.
Unable to establish SSL connection.

相關內容