Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到错误消息“发生 SSL 错误,无法与服务器建立安全连接”。
与另一台服务器通信时,相同的代码工作正常,我想确定问题是否是由于服务器上的证书所致。
这是因为您要访问的服务器是HTTPS服务器。它需要 SSL 检查。
请检查您正在与之通信的服务器的 url,它必须使用 HTTPS,尝试使用 HTTP 服务。