Hi,
I am unable to connect local env to Atlas. I get the ERR_SSL_TLSV1_ALERT_INTERNAL_ERROR error.
I have:
- whitelisted my IP (tried public and private IP)
- Used 0.0.0.0 IP
- Terminated and restarted the cluster
- built new account
- shared hotspot instead of wifi
I still can’t connect my local environment to MongoDB.
I use MacOS, I am developing with node.JS and leverages Chrome. There is no Firewall in place.
Full details of the error:
[Symbol(errorLabels)]: Set(1) { 'ResetPool' },
[cause]: [Error: 00C6701901000000:error:0A000438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1605:SSL alert number 80
] {
library: 'SSL routines',
reason: 'tlsv1 alert internal error',
code: 'ERR_SSL_TLSV1_ALERT_INTERNAL_ERROR'
}
}
}``