16 days ago
- Description: after configuration, adding custom domain and deployment my app in browser rendered as one with invalid TLS cert, while browser indicates cart as valid (it has correct Common Name (CN) with no wildcard symbol in it)
- Error: https can not be used due to cert issue
- Log: no errors in logs
- Github: https://github.com/azakharko/bright_kids_api (private repo)
Pinned Solution
16 days ago
- check if the pointing to right DNS records of railway
- clear local cache or use another browser to check
as far i can see "Your openssl output shows the certificate for api.brightkids.online is valid and the full chain is OK"
use this to check yourself: openssl s_client -connect api.brightkids.online:443 -servername api.brightkids.online
4 Replies
16 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 16 days ago
16 days ago
api.brightkids.online
16 days ago
It may take up to a few hours (maybe even a day) for Railway to validate the DNS and issue certificates. If one isn't issued by then, try removing the domain from Railway and add it back after ~10-15 mins. Update DNS records as necessary.
16 days ago
- check if the pointing to right DNS records of railway
- clear local cache or use another browser to check
as far i can see "Your openssl output shows the certificate for api.brightkids.online is valid and the full chain is OK"
use this to check yourself: openssl s_client -connect api.brightkids.online:443 -servername api.brightkids.online
Status changed to Solved dev • 2 days ago