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 建立安全连接。我从IBM 站点下载了源代码并运行了该withssl文件。
withssl
调试时收到错误消息:
No source available for "SSL_CTX_load_verify_locations() at 0x3b66a361b0"
这是什么意思,我该如何解决?
假设我们有相同的代码(从您提供的链接下载它,如果没有小的修改将无法正常工作,添加SSL_library_init()应该可以解决新版本的问题)。
SSL_library_init()
确保TrustStore.pem文件与可执行文件位于同一目录中,或相应地更改代码中的路径。
TrustStore.pem