Coder Social home page Coder Social logo

站点访问异常 about friends HOT 4 CLOSED

add-sp avatar add-sp commented on August 12, 2024
站点访问异常

from friends.

Comments (4)

ryan4yin avatar ryan4yin commented on August 12, 2024

感觉问题已经存在至少两三周了,请博主有空看看

from friends.

ryan4yin avatar ryan4yin commented on August 12, 2024

附上 curl 日志:

# http 访问正常跳转
❯ curl -v http://www.addesp.com
*   Trying 119.28.67.217:80...
* Connected to www.addesp.com (119.28.67.217) port 80 (#0)
> GET / HTTP/1.1
> Host: www.addesp.com
> User-Agent: curl/7.79.1
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 301 Moved Permanently
< Server: nginx/1.21.6
< Date: Fri, 07 Apr 2023 02:43:57 GMT
< Content-Type: text/html
< Content-Length: 169
< Connection: keep-alive
< Location: https://www.addesp.com/
<
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.21.6</center>
</body>
</html>
* Connection #0 to host www.addesp.com left intact

# https 访问报错
❯ curl -v https://www.addesp.com
*   Trying 119.28.67.217:443...
* Connected to www.addesp.com (119.28.67.217) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=*.addesp.com
*  start date: Mar  4 13:39:13 2023 GMT
*  expire date: Jun  2 13:39:12 2023 GMT
*  subjectAltName: host "www.addesp.com" matched cert's "*.addesp.com"
*  issuer: C=US; O=Let's Encrypt; CN=R3
*  SSL certificate verify ok.
* Using HTTP2, server supports multiplexing
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7fc7cf00d400)
> GET / HTTP/2
> Host: www.addesp.com
> user-agent: curl/7.79.1
> accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
* stopped the pause stream!
* Closing connection 0
curl: (16) Error in the HTTP2 framing layer

# https 访问再次报错
❯ curl -v https://www.addesp.com
*   Trying 119.28.67.217:443...
* Connected to www.addesp.com (119.28.67.217) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (OUT), TLS handshake, Client hello (1):
* LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.addesp.com:443
* Closing connection 0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.addesp.com:443

from friends.

ADD-SP avatar ADD-SP commented on August 12, 2024

可能是线路问题,我这里测试正常。

from friends.

ryan4yin avatar ryan4yin commented on August 12, 2024

@ADD-SP 嗯大概是吧,我今天上午试了正常了,所以 close 掉了

from friends.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.