2 months ago
I know that typically Redis supports SSL, but the url given to me in Railway starts with redis not rediss and I don't see any option to change it to use SSL.
5 Replies
2 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
2 months ago
Hi, our redis template does not ship with ssl enabled.
What's your use case? in most scenarios you can leave the redis instance unexposed and use private networking to communicate between your services and redis instance.
Best,
Nico
Status changed to Awaiting User Response Railway • about 2 months ago
itsrems
Hi, our redis template does not ship with ssl enabled.What's your use case? in most scenarios you can leave the redis instance unexposed and use private networking to communicate between your services and redis instance.Best,Nico
2 months ago
I'm caching patient data, is there a way to manually enable SSL on my end?
Status changed to Awaiting Railway Response Railway • about 2 months ago
2 months ago
If you close the service from the internet (service -> settings -> public networking -> remove the TCP proxy if enabled) then you shouldn't need SSL (as only the services in your project can access private networking).
I'll ask internally if private networking doesn't work for you
Status changed to Awaiting User Response Railway • about 2 months ago
itsrems
If you close the service from the internet (service -> settings -> public networking -> remove the TCP proxy if enabled) then you shouldn't need SSL (as only the services in your project can access private networking).I'll ask internally if private networking doesn't work for you
2 months ago
Thank you, much appreciated
Status changed to Awaiting Railway Response Railway • about 2 months ago
Status changed to Solved itsrems • about 2 months ago