我在Windows上运行。如果我从命令行调用它:
curl https://dev.azure.com
它返回错误:
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
这一点很重要,因为有时我会使用curl从Azure下载文件。
发布于 2022-01-31 21:12:23
通过从IISCryptoCLI.exe下载https://www.nartac.com/Products/IISCrypto并运行:
IISCryptoCli.exe /template pci32 /reboot
(IISCryptoCli.exe /template best /reboot
也能工作,但我想通过使用pci32来禁用TLS1.0和1.1。)
https://stackoverflow.com/questions/70932897
复制相似问题