所以他们在我的大学里安装了互联网服务,现在我们可以去上课,连接以太网电缆并连接到互联网。问题是,为了访问网络,我们需要连接到porxy。我认为这是一个HTTPS代理,地址是192.168.10.18和端口8080。还启用了身份验证,每个学生都有自己的帐户。问题是我不想每次使用此特定连接时都在每个程序中更改代理设置,因此尝试设置代理。但是它给了我这个错误:
[05:58] Testing Started.
Proxy Server
Address: 192.168.10.18:8080
Protocol: HTTPS
Authentication: Basic
Username: **********
[05:58] Starting: Test 1: Connection to the Proxy Server
[05:58] IP Address: 192.168.10.18
[05:58] Connection established
[05:58] Test passed.
[05:58] Starting: Test 2: Connection through the Proxy Server
Error: the proxy server (Squid) is not configured to allow SSL tunnel to port 80.
To fix the problem please find and comment the following line in the Squid
configuration file (squid.conf):
http_access deny CONNECT !SSL_ports
The proxy server reply header is:
HTTP/1.1 403 Forbidden
Server: squid/3.4.8
Mime-Version: 1.0
Date: Sun, 23 Sep 2018 14:03:39 GMT
Content-Type: text/html
Content-Length: 3137
X-Squid-Error: ERR_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
X-Cache: MISS from Squid-SI-01
X-Cache-Lookup: NONE from Squid-SI-01:8080
Via: 1.1 Squid-SI-01 (squid/3.4.8)
Connection: keep-alive
[05:58] Test failed.
[05:58] Testing Finished.
我还尝试将其设置为HTTP代理,但出现此错误:
[11:35] Testing Started.
Proxy Server
Address: 192.168.10.18:8080
Protocol: HTTP
Authentication: Basic
Username: *************
[11:35] Starting: Test 1: Connection to the Proxy Server
[11:35] IP Address: 192.168.10.18
[11:35] Connection established
[11:35] Test passed.
[11:35] Starting: Test 2: Connection through the Proxy Server
[11:35] Connection to www.google.com:80 established through the proxy server.
[11:35] Error : the reply that was recieved from the target host does not look like a usual Web Server reply.
Please make sure that the target host is a Web Server.
The error may also indicate that the proxy server is not operating properly.
Target host reply = HTTP/1.1 407
[11:35] Test failed.
[11:35] Testing Finished.
我做错什么了吗?我可以在情景中使用其他软件吗?