gpt4 book ai didi

c++ - SSL_CTX_load_verify_locations 失败并显示 SSL_ERROR_NONE

转载 作者:搜寻专家 更新时间:2023-10-31 02:24:35 26 4
gpt4 key购买 nike

我到处搜索,没有找到这个问题的解释。

我正在运行以下

int ret = 0;
ERR_clear_error();
ret = SSL_CTX_load_verify_locations( ctx_, "f:\\50\\server\\SSLCACertificateFile.pem", NULL );

我得到一个 ret 值 1,这是一个错误。然后我检查错误队列。

int err = SSL_get_error( con_, ret );

返回的错误值为零。该值与错误相关联:SSL_ERROR_NONE

SSL_ERROR_NONE 表示函数实际成功。

我可以相信 SSL_CTX_load_verify_locations 函数真的成功运行了吗?

最佳答案

人 SSL_CTX_load_verify_locations

RETURN VALUES

The following return values can occur:

0 The operation failed because CAfile and CApath are NULL or the processing at one of the locations specified failed. Check the error stack to find out the
reason.

1 The operation succeeded.

关于c++ - SSL_CTX_load_verify_locations 失败并显示 SSL_ERROR_NONE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27878816/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com