How to stop Edge Encryption errors from being generated when the Edge Encryption proxies are stopped for a long periodIssue <!-- 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 { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } .spanColor { color: #646464; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; padding-left: 1em; } li { padding-left: 1em; } --> How to stop Edge Encryption errors from being generated when the Edge Encryption proxies are stopped for a long period Problem Localhost logs will have several entries if an Edge Encryption proxy is being unresponsive. However, if the proxies have been intentionally stopped (for example, for a planned maintenance), the logs will continue to show those errors at intervals. For example: --localhost------ PDT TIME 2016-08-15 04:07:11 (068) worker.1 worker.1 SEVERE *** ERROR *** sn_edge_encryption: The proxy XXX is unresponsive. Last response 2016-08-15 11:06:38 2016-08-15 04:07:11 (069) worker.1 worker.1 SEVERE *** ERROR *** sn_edge_encryption: There is no encryption proxy online --localhost------ Symptoms If you run an Edge Encryption proxy on an instance and then stop it, after a few minutes alerts will start to appear. The logs will show several errors such as the following: SEVERE *** ERROR *** sn_edge_encryption: The proxy XXX is unresponsive. Last response xxxx Cause The instance uses the sys_encryption_proxy entries to detect Edge Encryption proxy outages. These entries are not removed when the proxies are down, as they are part of the monitoring system for your instance. Resolution If you need to stop the Edge Encryption proxy for a long time and do not want the logs to show the proxies as unresponsive, remove the relevant records from the sys_encryption_proxy table. This will clear out entries made by any Edge proxy that might have connected previously. These entries are regenerated next time the proxies are executed. This action also stop the monitoring systems from generating a false alarm.