14 Aug
2012
14 Aug
'12
2:52 a.m.
Diego Matute wrote:
What is the best practice for handling incoming requests which require different policies (i.e. secret keys) whereby the client IP is unknown?
If the client IP is unknown, then the client is unknown, and you don't have a secret key. And keys aren't policies. Please be careful with terminology.
Was thinking there may be a to setup virtual servers which listen on different server IPs somehow?
Read the "dynamic_clients" documentation. That is how you deal with clients which are not pre-configured. That is the only way it can be done. Alan DeKok.