Error during proxy startup : MalformedJsonException: Unterminated string at line Issue Proxy unable to restart due to the below error in the edge encryption proxy log:2019-08-27 13:39:13,220 ERROR Error occured during proxy startupcom.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated string at line 1 column 3039233at com.google.gson.internal.Streams.parse(Streams.java:56)at com.google.gson.JsonParser.parse(JsonParser.java:84)Cause1)The direct cause of the issue is encryptionconfiguration.json being changed into invalid format or the download of the file is interrupted due to a network event.2)This was can be verified by checking the contents of encryptionconfiguration.json . If the file does not end with proper json closure tags or if the file ends abruptly then this is incomplete .ResolutionThe issue is not on the edge proxy server end but rather due to OS configuration/ Network issues . Install edge encryption server on another clean machine and make sure that there are no network issues.