问题描述
在我的 Linux 机器中以及当我尝试创建 sslcontext 时添加了系统代理
使用 POCO 并制作标志 VERIFY_STRICT
,它失败并抛出以下异常:
Exception: Certificate validation error] while creating connection with Server.
观察:
我设置为:
Poco::Net::HTTPSClientSession httpsSession.setGlobalProxyConfig(proxyconf);
//proxyconf contains userbame,pasword IP and Port
有什么办法可以使用 Poco 绕过 SystemProxy 吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)