Hello guys, I hope your are well. I wanted to deploy a test application on my website but I got this error.
Error deploying application: Connection error (write EPROTO 140114180962176:error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal
error:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1563:SSL alert number 80
These are the steps I did to deploy my test app:
curl https://install.meteor.com/ | sh
mkdir test && cd test
meteor create --minimal .
meteor login # Entering username and password
DEPLOY_HOSTNAME=galaxy-ingress.meteor.com meteor deploy sub.mysite.com
And now I get the above-mentioned error.
CNAME
dig sub.mysite.com ==> galaxy-ingress.meteor.com
Anyone knows what is wrong with the steps I took ?