电脑版微信,公司要求必须使用squid代理服务器连接才能使用,目前遇到的问题是发送消息正常,但无法发送图片、文件。除微信外,其他应用访问都正常。请问如何配置squid代理服务器才能使微信正常发送图片和文件,谢谢。附部分配置。
acl SSL_ports port 443
acl Safe_ports port 443 # https
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
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
#
# Recommended minimum Access Permission configuration:
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Deny requests to certain unsafe ports
http_access deny !Safe_ports
# Deny CONNECT to other than secure SSL ports
#http_access allow CONNECT !SSL_ports
已搞定,文字、图片、文件都正常发送。
结尾加如下两行试试,好像好使了
header_access Via deny all
header_access X-Forwarded-For deny all
注释掉以下配置
#http_access deny CONNECT !SSL_ports
或者改为
http_access allow CONNECT SSL_Ports
转至:https://www.jianshu.com/p/ca27f1073ca6
楼主解决了么,我也遇到同样的问题,squid后台一堆TCP_MISS/200,但是就是发不出去。QQ都是正常的
俺也一样,请问楼主解决了吗? 我先用的tinyproxy,就这种情况,又换了squid同样不行,应该是微信做了什么设置吧。。。
我也遇到了,有没有大神解决一下呢
俺也一样,squid 代理 收发不了文件
我也是同样问题,能接收图片,不能发图片和文件,用的squid代理