Tls client auth only from some ip ranges

Hey there,

we are trying to get tls client certificates up and running, and we would love to disable the need for the certificates on our local network.

Is there a way to achieve this?

i’ll bump this once, hoping someone knows of a way to do this…

You can bind a site to a particular interface, like a local one:

bind 10.0.1.4  # or whatever your internal IP is

And then you can simply not configure TLS client auth for that site.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.