添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
I have implement  my website with ARR.
All time it's working fine but some time get white blank page  and get error into console like Failed to load resource: net::ERR_CONNECTION_RESET
issue not be reproduce because it's not fix when error occur.

when I get error and refresh page than it's working fine.
Refer this image : http://prntscr.com/o6e5ga
Thanks in advance

User-2114649853 posted

Hi kalpesh,

According to the error message ,it seems that the certificate mismatch or the expiration of the certificate.

I suggest that you could check your certificate properly.

Here is the link I hope it could help you.

https://stackoverflow.com/questions/22083453/console-errors-failed-to-load-resource-neterr-insecure-response

Best Regards

No, it's not due to any certificate.
Because I am getting black page randomly not at all time.
So if it's certificate issue than error get on all page.
Thanks for your reply
User-1379421189 posted
The best way to get a clearer picture is to generate packet traces from the client and server. If traffic is not getting to the server it is not an ARR issue
Thanks for your reply.
I have tried as per your reply but not get any think new into traces log.
Any other way to track issues?
User-1379421189 posted

After spent more time, Get little bit clear view  for why getting error.
Current get only reason of that error.
If I am remove Outbound rules than never get error not all outbound rules just html contain changes rules only.
But don't why I am getting this error due to Outbound rules.

     <outboundRules>
                <clear />
                <rule name="Set Custom Header" preCondition="" enabled="true" stopProcessing="true">
                    <match serverVariable="RESPONSE_CacheKey" pattern=".*" />
                    <conditions logicalGrouping="MatchAll" trackAllCaptures="true" />
                    <action type="Rewrite" value="test" replace="true" />
                </rule>
                <rule name="Test_Gzip_ourbound" preCondition="Test_Gzip" enabled="true">
                    <match serverVariable="HTTP_ACCEPT_ENCODING" pattern="^(.*)" />
                    <conditions logicalGrouping="MatchAll" trackAllCaptures="true" />
                    <action type="Rewrite" value="{HTTP_X_ORIGINAL_ACCEPT_ENCODING}" />
                </rule>
                <rule name="Remove cacha key from all" preCondition="IsHtml" enabled="true">
                   <match filterByTags="A, Area, Base, Form, Frame, Head, IFrame, Img, Input, Link, Script, CustomTags" customTags="option" pattern="(.*)localhost:90(.*)cachekey=([^=&amp;]+)&amp;amp;?(.*)$" />
                    <action type="Rewrite" value="{R:1}localhost:91{R:2}{R:4}" />
                </rule>
                <rule name="Remove cacha key from remove filter button" preCondition="IsHtml">
                    <match filterByTags="A, Area, Base, Form, Frame, Head, IFrame, Input, Link, Script, CustomTags" customTags="option" pattern="(.*)localhost:90(.*)\?cachekey=(.*)" />
                    <action type="Rewrite" value="{R:1}localhost:91{R:2}" />
                </rule>
                <rule name="Rare case">
                    <match filterByTags="A, Area, Base, Form, Frame, Head, IFrame, Img, Input, Link, Script, CustomTags" customTags="option" pattern="(.*)localhost:90(.*)" />
                    <action type="Rewrite" value="{R:1}localhost:91{R:2}" />
                </rule>
                <preConditions>
                    <preCondition name="IsHtml">
                        <add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" />
                    </preCondition>
                    <preCondition name="Test_Gzip">
                        <add input="{HTTP_X_ORIGINAL_ACCEPT_ENCODING}" pattern=".*" />
                    </preCondition>
                    <preCondition name="If test query = 1">
                        <add input="{QUERY_STRING}" pattern="test=1" />
                    </preCondition>
                </preConditions>
                <customTags>
                    <tags name="option">
                        <tag name="option" attribute="value" />
                    </tags>
                </customTags>				
            </outboundRules>

If remove under line codes than working fine.

So if any help than it will good for me.
Thanks :)

Hi Kalpesh..

Did you get any further clue about it ?

i am getting same error, we are trying to run angular 4 app on Chrome in AWS EC2 VM Windows Server 2016, it blocks the downloading of vendor.bundle.js, there is also one more error "can not read property 'call' of undefined" in inline.bundle.js

after refresh it works smoothly. noticed this issue mostly in incognito mode first time loading