<div dir="ltr"><div><div><div><div><div><div>Hi,<br></div>I'm trying to configure a virtual host to perform some kind of mutual authentication using client certificates, performing an extra type of validation:<br><br><Location /><br>    NSSRequire %{REMOTE_ADDR} in %{SSL_CLIENT_SAN_IPaddr}<br></Location><br><br></div>The problem at the moment seems to be that this expression is considered invalid :-(<br><br></div>I've also tried with <br>Require expr "%{REMOTE_ADDR} in %{SSL_CLIENT_SAN_IPaddr}"<br><br>Still error :-(<br><br>AH00526: Syntax error on line 174 of /etc/httpd/conf.d/nss.conf:<br>Cannot parse expression in require line: syntax error, unexpected $end<br><br></div>Is this kind of expression really not supported?<br></div>What are my options for such an expression?<br><br></div>Thank you in advance<br></div>