Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
vb.net httpwebrequest访问https服务器超时_.net_Vb.net_Visual Studio_Ssl_Https - Fatal编程技术网

vb.net httpwebrequest访问https服务器超时

vb.net httpwebrequest访问https服务器超时,.net,vb.net,visual-studio,ssl,https,.net,Vb.net,Visual Studio,Ssl,Https,我有一个vb.net应用程序,可以访问https服务器备份文件 当我在一台开发机器上运行应用程序时,无论是从VisualStudio内部还是作为已部署的exe,都可以正常工作,但一旦我将应用程序部署到客户端机器上,httpwebrequest/response就会超时 我能看到的唯一共同点是开发机器都运行VisualStudio,而客户端机器不运行。我错过了什么?我已经花了好几天的时间试图解决这个问题。这个客户端是否通过代理服务器浏览?可能是网络正在阻止连接。否。我也在本地网络上的非Visual

我有一个vb.net应用程序,可以访问https服务器备份文件

当我在一台开发机器上运行应用程序时,无论是从VisualStudio内部还是作为已部署的exe,都可以正常工作,但一旦我将应用程序部署到客户端机器上,httpwebrequest/response就会超时


我能看到的唯一共同点是开发机器都运行VisualStudio,而客户端机器不运行。我错过了什么?我已经花了好几天的时间试图解决这个问题。

这个客户端是否通过代理服务器浏览?可能是网络正在阻止连接。否。我也在本地网络上的非VisualStudio机器上尝试过,同样的问题也出现了。