在springcloud中集成spring config 的时候,连接github地址出现
Caused by: com.jcraft.jsch.JSchException: timeout: socket is not established
Caused by: com.jcraft.jsch.JSchException: timeout: socket is not established

解决方案:添加上username 和password
Caused by: com.jcraft.jsch.JSchException: timeout: socket is not established
但是在浏览器访问仍然报错:
Caused by: com.jcraft.jsch.JSchException: timeout: socket is not established

修改yml中配置的uri为https方式:
Caused by: com.jcraft.jsch.JSchException: timeout: socket is not established
访问成功
Caused by: com.jcraft.jsch.JSchException: timeout: socket is not established

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-06-13
  • 2021-06-23
  • 2021-07-11
  • 2022-12-23
  • 2021-06-15
猜你喜欢
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
相关资源
相似解决方案