Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos MAC上的SSL连接失败_Macos_Ssl - Fatal编程技术网

Macos MAC上的SSL连接失败

Macos MAC上的SSL连接失败,macos,ssl,Macos,Ssl,我最近在我的MAC电脑上遇到了一个非常奇怪的问题。 所有SSL连接都失败。嗯,浏览器工作正常,但例如,curl和wget(以及其他一些应用程序)失败了 我甚至安装了Openssl,但它以同样的方式失败: curl -vk https://s3.osl1.safedc.net * Trying 193.156.25.230:443... * Connected to s3.osl1.safedc.net (127.0.0.1) port 443 (#0) * ALPN, offering h

我最近在我的MAC电脑上遇到了一个非常奇怪的问题。 所有SSL连接都失败。嗯,浏览器工作正常,但例如,curl和wget(以及其他一些应用程序)失败了

我甚至安装了Openssl,但它以同样的方式失败:

curl -vk  https://s3.osl1.safedc.net
*   Trying 193.156.25.230:443...
* Connected to s3.osl1.safedc.net (127.0.0.1) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /usr/local/etc/openssl@1.1/cert.pem
  CApath: /usr/local/etc/openssl@1.1/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to s3.osl1.safedc.net:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to s3.osl1.safedc.net:443
最奇怪的是,当我重新安装MacOS时,它是固定的,直到第二天

有人能想到这里有什么问题吗?我别无选择,非常绝望

curl -vk  https://s3.osl1.safedc.net
*   Trying 193.156.25.230:443...
* Connected to s3.osl1.safedc.net (127.0.0.1) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /usr/local/etc/openssl@1.1/cert.pem
  CApath: /usr/local/etc/openssl@1.1/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to s3.osl1.safedc.net:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to s3.osl1.safedc.net:443