FunASR icon indicating copy to clipboard operation
FunASR copied to clipboard

bug: please update the expired www.funasr.com TLS/SSL certificate

Open nekomeowww opened this issue 4 weeks ago • 0 comments
trafficstars

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)

🐛 Bug

Image
$ openssl s_client -connect www.funasr.com:443 -servername www.funasr.com -verify_return_error
Connecting to 198.18.19.251
CONNECTED(00000005)
depth=2 C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
verify return:1
depth=1 C=US, O=DigiCert Inc, OU=www.digicert.com, CN=Encryption Everywhere DV TLS CA - G2
verify return:1
depth=0 CN=www.funasr.com
verify error:num=10:certificate has expired
notAfter=Jun 19 23:59:59 2025 GMT
009FA9F001000000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2124:
---
Certificate chain
 0 s:CN=www.funasr.com
   i:C=US, O=DigiCert Inc, OU=www.digicert.com, CN=Encryption Everywhere DV TLS CA - G2
   a:PKEY: RSA, 2048 (bit); sigalg: sha256WithRSAEncryption
   v:NotBefore: Jun 20 00:00:00 2024 GMT; NotAfter: Jun 19 23:59:59 2025 GMT
 1 s:C=US, O=DigiCert Inc, OU=www.digicert.com, CN=Encryption Everywhere DV TLS CA - G2
   i:C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
   a:PKEY: RSA, 2048 (bit); sigalg: sha256WithRSAEncryption
   v:NotBefore: Nov 27 12:46:40 2017 GMT; NotAfter: Nov 27 12:46:40 2027 GMT
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 2831 bytes and written 1554 bytes
Verification error: certificate has expired
---
New, (NONE), Cipher is (NONE)
Protocol: TLSv1.2
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : TLSv1.2
    Cipher    : 0000
    Session-ID:
    Session-ID-ctx:
    Master-Key:
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1761481056
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---

To Reproduce

openssl s_client -connect www.funasr.com:443 -servername www.funasr.com -verify_return_error

Code sample

None.

Expected behavior

Valid TLS/SSL certificate.

Environment

Not related.

Additional context

None.

nekomeowww avatar Oct 26 '25 12:10 nekomeowww