SSLException: Connection has been shutdown: javax.net.ssl.SSLException: Tag mismatch

In Android Studio, when I try to update large SDKs through the SDK Manager, I keep getting the following error:

 SSLException: Connection has been shutdown: javax.net.ssl.SSLException: Tag mismatch!

This always happens with large SDKs. What should I do? I have no idea about what I should do. I use Android Studio 2.2.3 and Windows 7x64. Any help will be appreciated.

6 Answers

  1. Open Android Studio
  2. Select "Configure" > "Default Project Structure..."Screenshot 1
  3. Configure "Android SDK location" and save Screenshot 2
  4. Select "Configure" > "SDK Manager"
  5. Go to "SDK Update Sites" and check "Force sources..." Screenshot 3

I faced similar problem.I solved it by selecting Force https to be fetched as http option under SDK Update Sites tab of SDK Manager. By Selecting this option you can download only those packages which are having SSLEXECPTION Tag Mismatch error. Once you have done remember to unselect this option. For more clarification refer

Reference Image

We fixed a similar exception in another app with disabling Automatically detect settings in Windows 7 with NOD32 antivirus (Control Panel / Internet Properties / Connections tab / LAN settings button).

In my case, I just access to properties of wifi and switch enable "Set as metered connection" it worked for me.image description here

In my case this error came overnight and went away when I installed pending updates for Windows and the corporate Virusscanner (ESET). So in the end it also may also have been just the subsequent restart of the system.

Another solution may be to disable your Windows firewall or Antivirus Firewall to download correctly the repositories.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like