we need to connect to an external service using at least TLS 1.1, which doesn\'t work on the local development server using the Java SDK v. 1.9.32. Is there a way to force t
My local Appengine development server started to use TLS 1.2 once I installed JDK 8 (before I was using JDK 7). JDK 8 uses TLS 1.2 by default.