sjitech / proxy-login-automator

A single node.js script to automatically inject user/password to http proxy server via a local forwarder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL error

k7i3 opened this issue · comments

Error: write EPROTO 140736100963200:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:827

"as_pac_server": false,
"is_remote_https": true,
"ignore_https_cert": true,
"are_remotes_in_pac_https": false

Proxy with https.

The problem was solved after I removed the https settings.

"is_remote_https": false,
"ignore_https_cert": false,