收藏
回答

电脑版微信,使用squid代理服务器连接,无法发送图片,文件

电脑版微信,公司要求必须使用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

回答关注问题邀请回答
收藏

8 个回答

  • ShenSir
    ShenSir
    2023-10-09

    已搞定,文字、图片、文件都正常发送。

    2023-10-09
    有用
    回复 2
    • 王繁
      王繁
      2023-10-23
      请问楼主是如何解决的
      2023-10-23
      回复
    • ShenSir
      ShenSir
      2023-11-22回复王繁
      加我VX:88235268
      2023-11-22
      回复
  • 北京市委书记💕
    北京市委书记💕
    2022-12-08

    结尾加如下两行试试,好像好使了

    header_access Via deny all

    header_access X-Forwarded-For deny all


    2022-12-08
    有用
    回复
  • 寇坤
    寇坤
    2022-04-26

    注释掉以下配置

    #http_access deny CONNECT !SSL_ports

    或者改为

    http_access allow CONNECT SSL_Ports

    转至:https://www.jianshu.com/p/ca27f1073ca6


    2022-04-26
    有用
    回复
  • 🍁 Maple Leaf
    🍁 Maple Leaf
    2022-04-08

    楼主解决了么,我也遇到同样的问题,squid后台一堆TCP_MISS/200,但是就是发不出去。QQ都是正常的

    2022-04-08
    有用
    回复 2
    • 菠萝
      菠萝
      2023-03-27
      走了非标的https端口80,代理开通这个端口
      2023-03-27
      回复
    • ShenSir
      ShenSir
      2023-03-28回复菠萝
      你好,方便加一下微信么,88235268
      2023-03-28
      回复
  • kingly
    kingly
    2021-12-02

    俺也一样,请问楼主解决了吗? 我先用的tinyproxy,就这种情况,又换了squid同样不行,应该是微信做了什么设置吧。。。

    2021-12-02
    有用
    回复
  • 哪年夏天
    哪年夏天
    2021-09-27

    我也遇到了,有没有大神解决一下呢

    2021-09-27
    有用
    回复
  • 卡巴又卡啦
    卡巴又卡啦
    2021-09-22

    俺也一样,squid 代理 收发不了文件

    2021-09-22
    有用
    回复
  • DUKE🧔🏻
    DUKE🧔🏻
    2021-07-01

    我也是同样问题,能接收图片,不能发图片和文件,用的squid代理

    2021-07-01
    有用
    回复
登录 后发表内容