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
While running some requests through got using http2-wrapper I stumbled upon the following error when requesting websites that support SSL but do not seem to support HTTP/2. Edit: I believe it might be related to redirects.
While running some requests through got using http2-wrapper I stumbled upon the following error when requesting websites that support SSL but do not seem to support HTTP/2. Edit: I believe it might be related to redirects.
Protocol "https:" not supported. Expected "http:"
The culprit seems to be this line:
http2-wrapper/source/auto.js
Line 220 in f1a1776
Changing it to
fixed the issue for me.
Have someone else been affected by this error ?
Is it the correct fix ?
The text was updated successfully, but these errors were encountered: