17 days ago
Hello, I am attempting to migrate our site over the Railway. The site currently uses Fastly and I would like to keep that going for now.
However, I have changed the setup on Fastly to point the origin server based on what was discussed here https://station.railway.com/questions/is-fastly-cdn-supported-f3544dee
But I'm getting the same error that this person had here https://station.railway.com/questions/fastly-cdn-configuration-e8b3cd04
Error 503 error:0A000438:SSL routines::tlsv1 alert internal error
error:0A000438:SSL routines::tlsv1 alert internal error
Error 54113I have tried multiple different settings on Fastly to try get things working correctly.
I have Override host on Fastly set the Railway public address (web-production-5e79a.up.railway.app) and I currently have the TLS verification settings for the origin in Fastly set to the attached screenshot.
Thanks in advance for the help.
Attachments
Pinned Solution
17 days ago
Hey , Certificate hostname and SNI hostname are both empty that's the reason for 503 SSL error..you need to update these:
Certificate hostname: web-production-5e79a.up.railway.app
SNI hostname: web-production-5e79a.up.railway.app
Override host : web-production-5e79a.up.railway.app
2 Replies
17 days ago
Hey , Certificate hostname and SNI hostname are both empty that's the reason for 503 SSL error..you need to update these:
Certificate hostname: web-production-5e79a.up.railway.app
SNI hostname: web-production-5e79a.up.railway.app
Override host : web-production-5e79a.up.railway.app
17 days ago
Ok, thanks that worked. I tried "*.up.railway.app" in the Certificate hostname and that seems to have worked as well.
Status changed to Solved brody • 17 days ago