worker mTLS
Hi, We have the following workers setup.
A main ( routing) worker which receives all external traffic and routes it several internal workers through service bindings. The internal workers fetch from different origins ( most of these origins require client certificate). If I have a mtls_certificate binding on the main routing worker, will that certificate be available in the sub workers doing the actual fetch to the origin? Thanks
1 Reply
so even if i use the same certificate, I will have to create a mtls_certificate binding in each worker?