How to obtain SSL params
I need to obtain ssl params such as: key-store, key-store-password, keyStoreType, keyAlias
If Railway.app dont provide these params, so can I have my custom ssl?
7 Replies
Project ID:
a3444c95-e453-4407-b716-303b5ed20499
a3444c95-e453-4407-b716-303b5ed20499
Hello,
I am working on developing an application on the Railway.app platform, and I have a need to configure SSL. I have encountered an issue, which is as follows:
Problem:
Currently, the application is not functioning correctly due to the absence of an SSL certificate. Specifically, I encounter an "ERR_TOO_MANY_REDIRECTS" error because the application endlessly redirects to an HTTPS page, but I do not have access to SSL parameters.
Reason for the Problem:
The application requires SSL to ensure secure data transmission, and web browsers require HTTPS connections to access resources. On my local machine, I can use HTTP for development, but for the production environment, I need to configure SSL.
My Request:
I would like to request the possibility of configuring custom SSL for my application on Railway.app. Specifically, I need the following SSL parameters: key-store, key-store-password, keyStoreType, and keyAlias. These parameters will allow me to set up a secure connection for the application and resolve the current issue with redirects.
If Railway.app does not provide the option to configure SSL parameters, perhaps you can offer a solution or recommendations for using SSL on your platform.
Thank you for your assistance and understanding.
are you using cloudflare by chance?
No, i do not use cloudflare yet
gotcha
this too many redirects is from your app redirecting to an insecure domain, please look into that
your app sits behind a proxy when on railway, you may need to trust the proxy headers
Okey, I got it
Thanks for the fast response!
no problem!