Skip to content

偶发网站无法访问,需要过段时间才能访问 #201

@aogg

Description

@aogg

终于找到必现手段了

主要问题

这个网址https://flysystem.thephpleague.com/docs/adapter/aws-s3-v3/ ,使用代理后,刚访问会一直无法打开,需要过一段时间才能打开

@avwo

通过下面复现

如果已经能打开了,重启下服务就又开始打不开了,估计是whistle本身问题
curl -kvx localhost:8899 https://flysystem.thephpleague.com/docs/adapter/aws-s3-v3/

alpine:~# # echo $(export http_proxy=socks://172.18.0.6:7634 && export https_proxy=socks://172.18.0.6:7634 && curl 172.22.187.82)
alpine:~# curl -kvx localhost:8899 https://flysystem.thephpleague.com/docs/adapter/aws-s3-v3/ \
> || echo $(export http_proxy=http://localhost:8899 && export https_proxy=http://localhost:8899 && curl https://flysystem.thephpleague.com/docs/adapter/aws-s3-v3/)
*   Trying 127.0.0.1:8899...
* Connected to localhost (127.0.0.1) port 8899 (#0)
* allocate connect buffer!
* Establish HTTP proxy tunnel to flysystem.thephpleague.com:443
> CONNECT flysystem.thephpleague.com:443 HTTP/1.1
> Host: flysystem.thephpleague.com:443
> User-Agent: curl/7.79.1
> Proxy-Connection: Keep-Alive
> 
* Proxy CONNECT aborted
* CONNECT phase completed!
* Closing connection 0
curl: (56) Proxy CONNECT aborted
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--     0curl: (56) Proxy CONNECT aborted


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions