背景:我让Jenkins在我的家用Windows计算机上运行80端口。我正在尝试在EC2 Windows实例上设置Jenkins代理。我不会再讨论Jenkins或后台的任何细节,因为我认为这个问题与从EC2实例连接的连接有关。
当我在EC2实例中卷曲http://my.i.p.address时;这是行不通的。在下面的代码中,我屏蔽了我的IP地址。
PS C:\Users\Administrator> curl http://my.i.p.address:80
curl : Unable to connect to the remote server
At line:1 char:1
+ curl http://my.i.p.address:80
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], Webeption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestComm
注意: