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
Greetings!
I have a problem running axios with configured proxy.
I'm creating a tool to validate proxy lists.
To check if proxy is active I use its credentials as
And i receive either timeout error (thats OK) or write EPROTO 14216:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:openssl\ssl\record\ssl3_record.c:252:
I assume that this proxy is alive but something goes wrong.
Would be thankful for any hints!
Thank you in advance!
PS: Proxies are actually alive. Checked with request lib.
Context
axios version: 0.18.0
Environment: node v10.12.0, windows 10
The text was updated successfully, but these errors were encountered:
Requests through proxy
Greetings!
I have a problem running axios with configured proxy.
I'm creating a tool to validate proxy lists.
To check if proxy is active I use its credentials as
And i receive either
timeout error
(thats OK) orwrite EPROTO 14216:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:openssl\ssl\record\ssl3_record.c:252:
I assume that this proxy is alive but something goes wrong.
Would be thankful for any hints!
Thank you in advance!
PS: Proxies are actually alive. Checked with
request
lib.Context
The text was updated successfully, but these errors were encountered: