Quantcast
Channel: Troubleshooting
Viewing all articles
Browse latest Browse all 1814

net::ERR_HTTP2_PROTOCOL_ERROR with jquery XMLHttpRequest on IIS 10 with HTTP2

$
0
0

i have a website www.sampledomain.com developed into .NET Frameowkr 4, hosted on Windows Server 2016 Production with HTTP2 actived by default with UCC SSL Certificate NOT SelfSigned.

This website works fine with http2 and https (TLS1.2) and it integrates same jquery XMLHttpRequest POST versus same-domain ASMX that works fine in HTTP2 and HTTP1.2 (depend on Browser Vailability)

Now, i have to preparare a pre-production twin server to test security and new features. All other website copied to pre-production twin server works fine with HTTPS. There is only this web-application that has problem with XMLHttpRequest, showing the error in Chrome COnsole

POSThttps://www.sampledomain.com/asmxservice.asmx/getUserLogged net::ERR_HTTP2_PROTOCOL_ERRORsend @ jquery-1.11.3.min.js:5ajax @ jquery-1.11.3.min.js:5getUserLogged @ login-bs.js:132controlLogged @ login-bs.js:63
(anonymous) @ login-bs.js:33j @ jquery-1.11.3.min.js:2fireWith @ jquery-1.11.3.min.js:2ready @ jquery-1.11.3.min.js:2J @ jquery-1.11.3.min.js:2

The website has a strict-origin-when-cross-origin as Referrer Policy.

following packet exchange on wireshar 

Wireshark Window

I check SSL certificate and test with another certificate and self seigned certificate, but there aren't changes, only disabling HTTP2 and using HTTP/1.1 works fine with XHR

After same research with decrypting https with wireshark, i have this behavior: RST_STREAM with Max Concurrent Stream to 100

and all works fine on a production server

there is a way to change Maximum Concurrent Streams or another similar settings to avoid Protocol Error??


Viewing all articles
Browse latest Browse all 1814

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>