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 证书集成到 4d 服务器的方法,以便将 SOAP 调用发送到 Web 服务。到目前为止,我只遇到过关于服务器端 ssl 证书教程的教程。4D服务器版本为16.3。
当您将命令用作HTTP 请求时,如果服务器要求提供客户端证书,4D 将使用结构文件附近的“ClientCertificatesFolder”中保存的证书。
您必须创建它,或者您可以使用命令设置自定义文件夹
HTTP SET CERTIFICATES FOLDER (folder path)