diff --git a/app/src/org/commcare/CommCareApplication.java b/app/src/org/commcare/CommCareApplication.java index 3376ef9dfe..0626e07d09 100644 --- a/app/src/org/commcare/CommCareApplication.java +++ b/app/src/org/commcare/CommCareApplication.java @@ -217,8 +217,8 @@ public void onCreate() { // improperly, so the second https request in a short time period will flop) System.setProperty("http.keepAlive", "false"); - attachISRGCert(); initTls12IfNeeded(); + attachISRGCert(); Thread.setDefaultUncaughtExceptionHandler(new CommCareExceptionHandler(Thread.getDefaultUncaughtExceptionHandler(), this));