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.
我CURLOPT_SSL_CTX_FUNCTION在我的程序中使用 gnuTLS 作为 Linux 中的后端 SSL。
CURLOPT_SSL_CTX_FUNCTION
由于 gnuTLS 不支持此 CURL 选项,因此CURLE_NOT_BUILT_IN出现错误。
CURLE_NOT_BUILT_IN
gnuTLS 中的“<code>CURLOPT_SSL_CTX_FUNCTION”是否有任何替代选项可用?如果不可用如何进行?
在 libcurl 中没有替代选项。GnuTLS 后端尚未实现此功能。
curl 项目的欢迎补丁可以改变这种情况!