Websockets and TLS certificates
morgandri1
HOBBYOP

a year ago

Hello!
I’m a huge websocket noob but I’ve built a little service and wanted to spin it up.
When I did, I didn’t include my locally signed certificates in my build, which caused my server to crash. How can I serve websocketsecure over TLS without access to these files? Or, is there a way for me to access the provided letsEncrypt certificate/key?

Project ID: 34ad0bec-50ae-4468-b26b-155b63b2b733

2 Replies

a year ago

you only need to start your server without certs, and without tls, railway handles both of those for you automatically.


morgandri1
HOBBYOP

a year ago

Oh cool! Thanks!


Loading...