小编Nat*_*ell的帖子

CURL FTPS 失败(InitializeSecurityContext)

在 Windows 10 上使用 Curl 7.55.1 尝试确认 FTPS 服务器正在使用 TLSv1.2。(如果有更好/更简单的方法来做到这一点,请随时告诉我)

我正在运行命令curl -v --insecure --tlsv1.2 ftps://[server:port]并收到以下响应:

*   Trying [server]...
* TCP_NODELAY set
* Connected to [server] ([server]) port [port] (#0)
* schannel: SSL/TLS connection with [server] port [port] (step 1/3)
* schannel: checking server certificate revocation
* schannel: using IP address, SNI is not supported by OS.
* schannel: sending initial handshake data: sending 156 bytes...
* schannel: sent initial handshake data: sent 156 bytes
* schannel: SSL/TLS connection …
Run Code Online (Sandbox Code Playgroud)

ssl curl

6
推荐指数
0
解决办法
5252
查看次数

标签 统计

curl ×1

ssl ×1