We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When sending a request to an HTTPS address the application crashes with
Error: write EPROTO 140733873063808:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332: at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:92:16) { errno: 'EPROTO', code: 'EPROTO', syscall: 'write' }
config.json
{ "interceptorPort": 6789, "target": { "host": "https://xmousedev-admin-api.azurewebsites.net", "port": 80 } }
The text was updated successfully, but these errors were encountered:
The HTTPS protocol uses the 443 port instead of 80. so simply changing the target port to 443 fixed it
nodejs/node#3692 (comment)
Sorry, something went wrong.
No branches or pull requests
When sending a request to an HTTPS address the application crashes with
config.json
The text was updated successfully, but these errors were encountered: