|
Fixed an issue where the Prisma Access Agent would automatically
disconnect and remain disconnected without attempting to
reconnect, leaving users without network protection. The problem
occurred when the agent lost its connection to the endpoint
management server and failed to re-establish the connection
automatically as expected.
This occurred due to a DNS resolution timing conflict in certain
network environments where the primary DNS server was
unresponsive while the secondary DNS server was functioning
properly. The fix adjusts the DNS resolution process to ensure
proper failover occurs when the primary DNS server is
unavailable, allowing the agent to maintain connectivity and
automatically reconnect when network issues are resolved.
|