Spring Security 5 OKTA资源服务器:连接被拒绝:没有更多信息:dev-XXXX.oktapreview.com

时间:2019-04-10 03:13:08

标签: spring spring-boot spring-security okta

我已经使用OKTA配置设置了Spring Boot资源服务器。在运行我收到的请求时,

Connection refused: no further information: dev-132489.oktapreview.com/34.236.241.38:443

当Spring服务器试图击键端点时,我在工作笔记本电脑上(公司代理之后)面临此问题。 尽管我不确定在便携式笔记本电脑上进行这项工作很热门,但我清楚地理解了它是代理或防火墙问题。

到目前为止,我已经尝试了以下选项:

  • 尝试在运行应用程序时在我的intellij中设置JVM代理,
-Dhttp.proxyHost=actualhost -Dhttp.proxyPort=actualport -Dhttps.proxyHost=actualHost -Dhttps.proxyPort=actualPort
  • 尝试使用上述参数从命令行运行相同的命令,但仍然无法正常工作。

对于我的网络,http和https网址均为http://myproxyhost/port.

0 个答案:

没有答案