简体   繁体   English

无法连接到SOCKS代理:连接被拒绝

[英]Can't connect to SOCKS proxy:Connection refused

When I try to connect to some ssh server using Eclipse (which used to work smoothly before), it gives me this error: 当我尝试使用Eclipse连接到某个ssh服务器(之前曾经顺利工作),它给了我这个错误:

Failed to connect sshd on "xxxx": ProxySOCKS5: com.jcraft.jsch.JSchException: java.net.SocketException: Can't connect to SOCKS proxy:Connection refused 无法在“xxxx”上连接sshd:ProxySOCKS5:com.jcraft.jsch.JSchException:java.net.SocketException:无法连接到SOCKS代理:连接被拒绝

NB The ssh connection is working from the shell with no problems. 注意:ssh连接从shell运行没有问题。

I got it :)) 我知道了 :))

It was a proxy problem, I wasn't aware of that!! 这是代理问题,我不知道!

Go to Window - > preferences - > General -> Network . 转到Window - > preferences - > General -> Network Make the Active Provider -> Direct , where all the proxy entries are unchecked. 创建Active Provider - > Direct ,取消选中所有proxy entries

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 调试时调试器在Eclipse中不起作用:无法绑定到本地8616以进行调试器无法连接到远程VM。 拒绝连接 - Debugger not working in Eclipse while debugging: Can't bind to local 8616 for debugger Failed to connect to remote VM. Connection refused 通道3:打开失败:连接失败:连接被拒绝 - channel 3: open failed: connect failed: Connection refused Raspbian中的OpenHAB:无法连接:连接被拒绝 - OpenHAB in Raspbian : Could not connect: Connection Refused Paho中的MQTT无法建立连接 - MQTT in paho can't connect in connection 连接被拒绝:连接; 嵌套异常是 java.net.ConnectException:连接被拒绝:连接 - Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect 获取java.net.ConnectException:连接被拒绝:在Eclipse中连接 - Getting java.net.ConnectException: Connection refused: connect in eclipse 尝试连接到 AWS EC2 中的 Kafka 时连接被拒绝 - Connection refused while trying to connect to Kafka in AWS EC2 Java连接被拒绝:防火墙背后的Eclipse连接异常 - Java Connection refused: connect exception with Eclipse behind firewall 拒绝Mule连接:调用Web服务时进行连接 - Mule Connection refused: connect when calling web service Tomee服务器:java.net.ConnectException:连接被拒绝:connect - Tomee Server :java.net.ConnectException: Connection refused: connect
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM