You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We only seem to get this error in our environments that are running under an ssl certificate, and when the browser and server negotiate TLS1.2 and http2 (h2 protocol).
Is this a known issue with plupload?
Thanks
The text was updated successfully, but these errors were encountered:
hi jayarjo,
I'm colleague of @shearer3000 , and we have fixed the issue by removing an config attribute headers: { Authorization: '' }
the plupload version we use is 1.5.7, and it always works well under http and https(TLS 1.0) until we switch to use TLS1.2
We tried to upgrade the plupload version to 2.3.1 and found it didn't work on iPad, and will raise another ticket to describe it, thx
Hi
Our website is using plupload with the html5 runtime enabled and we’re getting the following error (taken from Chrome dev tools):
plupload.full.js:2
POST https://www.ourwebsite.com/UploadFile net::ERR_SPDY_PROTOCOL_ERROR
We only seem to get this error in our environments that are running under an ssl certificate, and when the browser and server negotiate TLS1.2 and http2 (h2 protocol).
Is this a known issue with plupload?
Thanks
The text was updated successfully, but these errors were encountered: