SSL on subdomain not working properly
timeattackwtf
PROOP

a year ago

I am trying to make API calls to my API hosted on railway, using a custom subdomain. for some reason, even though i send the request with HTTPS://, the server is insisting on a no secure request.this is an issue because my API interacts with a website, and the website doesnt allow insecure third party connections. if anyone knows a workaround that would be great

13 Replies

timeattackwtf
PROOP

a year ago

92ab46c6-a288-4a2c-a741-2ad57a0f4ea6


a year ago

please send the image again without blur


timeattackwtf
PROOP

a year ago

its just my endpoint

1306676838235639800


a year ago

what kind of app is this


timeattackwtf
PROOP

a year ago

just my fastapi backend


a year ago

you likely need to tell it to trust the proxy headers


timeattackwtf
PROOP

a year ago

sorry if this is unrelated to railway but how do i do that?


a year ago

I can't recall off the top of my head, but since it isn't related specifically to railway, a quick Google search should do you nicely


timeattackwtf
PROOP

a year ago

i c


timeattackwtf
PROOP

a year ago

found hte issue it wasnt railway related


timeattackwtf
PROOP

a year ago

it was a trailing issue i guess


timeattackwtf
PROOP

a year ago

i had a / at the end of the url


a year ago

you should also have your app trust the proxy headers too


Loading...