mTLS Supported?
Hi, I just want to confirm this before implementing it.
1. Can you run an HTTPS server with an self-signed cert over the port (instead of HTTP)?
2. If so, will mTLS work properly over the proxied connection (i.e. client certificate auth)?
9 Replies
Project ID:
N/A
I'm afraid that's a no, at least as far as I'm aware.
Oh, that's unfortunate. Is there any timeline on when the TCP forwarding will be available?
Oh, TCP forwarding is available. I thought you meant the normal public networking feature.
https://docs.railway.app/deploy/exposing-your-app#tcp-proxying
I was asking about the normal networking, but since that's not going to work, I could try workaround it by using TCP proxy.
Also is there plan to support custom domain forwarding since it seems like forwarding is only supported with a given railway domain.
I've actually asked railway that, but whats your usecase?
I wanted to setup an HTTPS server that support mTLS (client cert auth), but it seems like the current setup doesn't allow me to achieve that, unless I use TCP proxy.
Using a custom domain name, ofc, allow the users to access the webpage using the custom domain.
not a supported use case right now unfortunately
Is this possible with Cloudflare? I was trying to set it up but it wasn’t working, although I was thinking it was my error