R
Railway5mo ago
jawn

SSL error in localhost

i get various different type of SSL errors when trying to connect to my railway service. site:dev: code: 'ERR_SSL_WRONG_VERSION_NUMBER'
9 Replies
Percy
Percy5mo ago
Project ID: N/A
Brody
Brody5mo ago
custom domain?
jawn
jawn5mo ago
nah railway provided
Brody
Brody5mo ago
send it?
jawn
jawn5mo ago
https://username-service-production.up.railway.app/ im able to hit it on live deploys but its when im in localhost that its the issue
site:dev: cause: [Error: C01EC3D601000000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:355:
site:dev: ] {
site:dev: library: 'SSL routines',
site:dev: reason: 'wrong version number',
site:dev: code: 'ERR_SSL_WRONG_VERSION_NUMBER'
site:dev: }
site:dev: cause: [Error: C01EC3D601000000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:355:
site:dev: ] {
site:dev: library: 'SSL routines',
site:dev: reason: 'wrong version number',
site:dev: code: 'ERR_SSL_WRONG_VERSION_NUMBER'
site:dev: }
Brody
Brody5mo ago
im going to need more context
jawn
jawn5mo ago
im working on a project locally (localhost) and referencing my production railway server .. whenever a call hits the server i get the SSL errors this doesnt happen on production deploys and if i connect to a VPN the issue disappears
Brody
Brody5mo ago
there is something wrong with you local network then
jawn
jawn5mo ago
okay will double check