WaGhost 2021-09-24 08:30 采纳率: 25%
浏览 172

I/O error on GET request for "http://": ; nested exception is java.net.UnknownHostException:

在学习springcloud的使用使用consumer远程调用Eureka中的服务 在本地调用没有问题 ,但是部署到linux系统上访问就一直报错

org.springframework.security.authentication.InternalAuthenticationServiceException: I/O error on GET request for "http://LOGINPROVIDER/checkAccount/123": 8d3b6ac52aaa; nested exception is java.net.UnknownHostException: 8d3b6ac52aaa

  • 写回答

3条回答 默认 最新

  • 关注

    请求的URL地址错误,找不到访问的主机。

    评论

报告相同问题?

问题事件

  • 创建了问题 9月24日