Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.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
DirectAccess多站点和Azure流量管理器_Azure_Iis_Wget_Vpn_Azure Traffic Manager - Fatal编程技术网

DirectAccess多站点和Azure流量管理器

DirectAccess多站点和Azure流量管理器,azure,iis,wget,vpn,azure-traffic-manager,Azure,Iis,Wget,Vpn,Azure Traffic Manager,我有一个DirectAccess多站点部署,在世界各地配置了两个入口点。我想使用Azure Traffic Manager作为GSLB解决方案,如下所述: 我可以在Traffic Manager中将我的一个入口点添加为端点,但我的另一个入口点不会从Azure中的降级状态更改 我已经用wget对入口点进行了故障排除: PS C:\Program Files (x86)\GnuWin32\bin> .\wget.exe https://<DA_URL>/IPHTTPS --no-c

我有一个DirectAccess多站点部署,在世界各地配置了两个入口点。我想使用Azure Traffic Manager作为GSLB解决方案,如下所述:

我可以在Traffic Manager中将我的一个入口点添加为端点,但我的另一个入口点不会从Azure中的降级状态更改

我已经用wget对入口点进行了故障排除:

PS C:\Program Files (x86)\GnuWin32\bin> .\wget.exe https://<DA_URL>/IPHTTPS --no-check-certificate
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc
--2018-08-30 19:48:57--  https://<DA_URL>/IPHTTPS
Resolving <DA_URL>... xxx.xxx.xxx.xx
Connecting to <DA_URL>|xxx.xxx.xxx.xx|:443... connected.
HTTP request send, awaiting respons... Read error (Result too large) in headers.
PS C:\Program Files(x86)\GnuWin32\bin>\wget.exehttps:///IPHTTPS --无支票证明
SYSTEM_WGETRC=c:/progra~1/wget/etc/WGETRC
syswgetrc=C:\ProgramFiles(x86)\GnuWin32/etc/wgetrc
--2018-08-30 19:48:57--  https:///IPHTTPS
解决。。。xxx.xxx.xxx.xx
正在连接到| xxx.xxx.xxx.xx |:443。。。有联系的。
HTTP请求发送,正在等待响应。。。标题中的读取错误(结果太大)。
我的DA服务器可能有什么问题?IIS问题

来自同一直接访问多站点部署的另一个入口点使用HTTP 200-OK进行响应


这已经解决了!按照以下简单步骤进行设置

这个问题现在已经解决了。需要在Azure Traffic Manager中将监视从HTTPS更改为TCP

捕获您发送的字节,查看是否超出限制
MaxFieldLength
Hi Lex!我不知道怎么做,你能给我一些指导吗?这已经解决了。需要在Azure Traffic Manager中将监视从HTTPS更改为TCP@p或者你可以把解决方案作为答案放在下面。