Cygwin 中的 Curl --insecure 错误(在 Linux 中有效)

Cygwin 中的 Curl --insecure 错误(在 Linux 中有效)

Curl 在 Cygwin 中返回错误。如何消除此错误?

 curl --insecure -X POST -d '<run><log encoding="hexBinary">4142430A</log><result>0</result><duration>2000</duration></run>'   https://localhost:4444

隧道在 Linux 中运行良好。Cygwin 中的“Curl”返回以下错误: curl: (35) Unknown SSL protocol error in connection to https://localhost:4444

——Insecure 似乎只在 Linux 上运行,而不在 Cygwin 上运行。

相关内容