我们正在使用Resource Owner Credentials
我们的 internal 获取访问令牌OAuth Svr
。如果 url 中不包含任何 https,则一切正常,但是当我在其中包含 https 时,一切都失败了。
我们部署了所有站点https
:
遵循一个非常简单的失败代码。如果我包含在其中,我不知道为什么会出现异常https
。
try
{
http_client api(U("https://172.27.12.207/AuthSvr"), m_http_config);
ucout << "Requesting account information:" << std::endl;
ucout << "Information: " << api.request(methods::GET, U("identity/.well-known/openid-configuration")).get().extract_json().get() << std::endl;
//TestRestAPI().wait();
}
catch (...)
{
ucout << "Unknown Error";
}
编辑
我处理了要捕获的异常web::http::http_exception
,但我看到了错误:
WinHttpSendRequest: 12175: A security error occurred