forwardemail / forwardemail/superagent
POST to nginx with TLS not working
- Dominant language
- JavaScript
- Stars
- 16.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
I'm using superagent 5.1.0 on a node 12.4 code, trying to do a POST to a server running nginx with TLS1.x configured, and I'm getting this error:
`write EPROTO 4570895808:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332`
The server does not have sslv3 enabled. O enabled it just for testing, but still got the same error. Before reverting I tried connecting with openssl client, and it seems to work fine:

My target is actually to have superagent work with TLS1.2. Any ideas?
Contributor guide
Assessment
This issue has not been assessed yet.