7 months ago
8 Replies
I added the domain and I am able to access my app on those but I see no way of generating ssl and when I go to that route railway it says unsecure too
p.s: I added "myapp.com" as the domainn
7 months ago
What do you mean by there is only one CNAME? When you add a domain to a service you're given a CNAME that you then have to add to your domain registrar. If you have two services you should be able to add a domain to each (you can even add multiple domains to a single service if desired).
7 months ago
I see no way of generating ssl and when I go to that route railway it says unsecure too
What happens when you go to the site using https://? Railway will auto assign an ssl certificate for you
Auto forwarding to https is something you're app has to do (possibly your reverse proxy).
x-lem
I see no way of generating ssl and when I go to that route railway it says unsecure tooWhat happens when you go to the site using https://? Railway will auto assign an ssl certificate for youAuto forwarding to https is something you're app has to do (possibly your reverse proxy).
7 months ago
Auto forwarding to https is something you're app has to do
We do this, the user's app does not need to.
When I navigate to the site by clicking on the URL on the service, it takes me to https:// but says that "Not secure"
And when I simply type my url like myapp.com it takes me to the http page of dynadot (got the domain from there)
