Edge Encryption Proxy is unable to re-connect to instance following AHA transferDescription Upon AHA Transfer of an instance from one datacenter to another the Edge Encryption Proxyis unable to re-establish connection after transfer is complete. Connection is re-establishedwhen Proxy is restarted. Steps to Reproduce Upon AHA Transfer of an instance from one datacenter to another the Edge Encryption Proxy is unable to re-establish connection after transfer is complete. Connection is re-established when Proxy is restarted. The edgeencryption.log will show the following: 2017-03-17 23:01:39,585 WARN java.io.EOFException: HttpConnectionOverHTTP@3666739(l:/10.255.84.70:26192 <-> r:instancename.service-now.com/199.91.140.100:443,closed=false)[HttpChannelOverHTTP@6ea41e79(exchange=HttpExchange@66161012 req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@7c22ec1(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@372ddeaf{s=START}],recv=HttpReceiverOverHTTP@793449e5(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]] : ServiceNow instance "instancename.service-now.com:443". Will try again in 5 seconds. 2017-03-17 23:01:44,781 WARN java.io.EOFException: HttpConnectionOverHTTP@419ff01c(l:/10.255.84.70:19741 <-> r:instancename.service-now.com/199.91.140.100:443,closed=false)[HttpChannelOverHTTP@34939e3(exchange=HttpExchange@181a174 req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@31b51d28(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@f941412{s=START}],recv=HttpReceiverOverHTTP@4558b222(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of 0}]]] : ServiceNow instance "instancename.service-now.com:443". Will try again in 5 seconds. 2017-03-17 23:02:15,950 WARN Unexpected response code 503 from the ServiceNow instance "instance.service-now.com:443". Will try again in 5 seconds. 2017-03-17 23:02:21,109 WARN Unexpected response code 503 from the ServiceNow instance "instance.service-now.com:443". Will try again in 5 seconds. Where the IP address shown here as 199.91.140.100: 2017-03-17 23:01:39,585 WARN java.io.EOFException: HttpConnectionOverHTTP@3666739(l:/10.255.84.70:26192 <-> r:instancename.service-now.com/199.91.140.100:443,closed=false) Is the old data center IP instead of the new data center IP. This means that the proxy is still trying to connect to the old pre-AHA transfer data center IP address which is no longer the active data center. If the reconnection was successful the above messages may still be seen in the log, however a successful reconnection would look like the following example: 2017-03-22 23:03:23,561 WARN Could not retrieve encryption configuration EdgeEncryptedFields(process). This proxy's status is not set to "online" in the ServiceNow instance "instancename.service-now.com:443". Will re-register with the proxy 2017-03-22 23:03:23,998 WARN Bad request (HTTP 400) status received while trying to retrieve encryption configuration EdgeEncryptionPatterns(process) from the ServiceNow instance "instancename.service-now.com:443" 2017-03-22 23:03:32,177 INFO Successfully registered this proxy "proxy01" with the ServiceNow instance "instancename.service-now.com:443" When this problem is encountered the successful reconnection will not happen. Workaround Restart the proxy -- Windows: edgeencryption.bat stop, edgeencryption.bat start -- Linux: ./shutdown.sh && ./startup.sh Related Problem: PRB899577