Edge Encryption error "Failed to load encryption rules"Description<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Edge Encryption Proxy Error "Failed to load encryption rules" You start the Edge Encryption proxy and see an error similar to this in the logfile proxy_installation_location/logs/edgeencryption.log: 2017-01-27 10:39:58,744 ERROR Encryption rules for post were deleted from the ServiceNow instance. Contact support to restore the encryption rules. 2017-01-27 10:39:58,744 ERROR Failed to load encryption rules from the ServiceNow instance: Failed to load rules. CauseThe Edge Encryption rules have failed validation with respect to syntax, signature, or deletion. The proxy keeps a local copy of the Edge Encryption rules in the encryptionconfiguration.json file and in the /rules folder (London and earlier) or /cache folder (Madrid and later) on the proxy. The error occurs if there is a rules mismatch between the instance and the proxy. If there is a validation problem, the trust is broken and the proxy only trusts its local copies until recovery.Resolution Remove the rules-related files from the proxy and obtain them from the instance. Repeat this for each proxy on the instance, one proxy at a time. If the proxy is already running shut it down.On the Edge Encryption proxy server machine, go to the directory proxy_installation_location/conf.Remove or rename the encryptionconfiguration.json file.Go to proxy_installation_location/rules. (or proxy_installation_location/cache in Madrid and newer)Remove all of the rule related files in this /rules or /cache directory.For example, the files in the /rules || /cache directory will usually be: encryptionGetRules.jsencryptionPostRules.jsgetRulesSysIdspostRulesSysIds Start the proxy again.The rules-related error should be gone, and a new encryptionconfiguration.json file and new files should be created in the /rules || /cache folder from the instance