Path was denied by NECP policy

When I started to connect to the VPN on iOS, the following error occurred:

{
    kind = 1;
    new = "\n    status = unsatisfied\n    reasonCode = 2\n    reason = Path was denied by NECP policy\n    isViable = NO\n    isExpensive = NO\n    isConstrained = NO\n    clientID = 46C17BDD-6CA1-422D-969C-F504D234E1D4\n    mtu = 0";
    old = "\n    status = satisfied\n    reasonCode = 0\n    reason = Path is satisfied\n    isViable = NO\n    isExpensive = YES\n    isConstrained = NO\n    clientID = 46C17BDD-6CA1-422D-969C-F504D234E1D4\n    mtu = 1450";
}

“Path was denied by NECP policy”, What does this error mean?

For general info about NECP, see A Peek Behind the NECP Curtain.

As to what it means in this context, it’s hard to say without more details. Let’s start with the basics: VPN API are you using?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Path was denied by NECP policy
 
 
Q