Stripping mTLS at r2
I need to strip mTLS before it arrives at an ALB in AWS. I'm sending mtls traffic already, which is working great, however my backing services don't support mTLS natively and thus when the encrypted payload arrives it drops it. I am hoping to strip mTLS with r2 and then pass the payload via normal tls to my ALB. Has anyone already done this? Am I crazy? Is this even possible?
2 Replies
You can write a Cloudflare Worker to do this probably.
Workers are super cheap unless you’re doing an insane amount of volume.
hmm good to know