Bug 1330163

Summary: SSL problems when using Android SDK manager
Product: [Fedora] Fedora Reporter: Robert Marcano <robert>
Component: java-1.8.0-openjdkAssignee: Deepak Bhole <dbhole>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: ahughes, dbhole, jerboaa, jvanek, msrb, omajid, sgehwolf
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-25 14:21:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Marcano 2016-04-25 13:37:34 UTC
Description of problem:

when updating Android packages, the Android SDK manager has SSL problems, for example

Fetching URL: https://dl.google.com/android/repository/sys-img/x86/addon-x86.xml
Failed to fetch URL https://dl.google.com/android/repository/sys-img/x86/addon-x86.xml/addon.xml, reason: SSLPeerUnverified peer not authenticated


Version-Release number of selected component (if applicable):

1.8.0.91-1.b14.fc23.x86_64

Steps to Reproduce:
1. Open the Android SDK manager
2. a window open with multiple errors like the example above

Additional info:

  openssl s_client -showcerts -connect dl.google.com:443

show the CA used for that server certificate as "GeoTrust Global CA" that is correctly inside OpenJDK Java installed cacerts. Previous OpenJDK release work perfectly

Workaround:

Force http connections on the SDK preference manager (not recommended when downloading binaries like Android tools), or downgrade to previous OpenJDK release.

Comment 1 Severin Gehwolf 2016-04-25 14:13:54 UTC
Most likely a duplicate of bug 1329342. Can you try 1.8.0.91-2.b14 perhaps?

Comment 2 Robert Marcano 2016-04-25 14:21:55 UTC
Y(In reply to Severin Gehwolf from comment #1)
> Most likely a duplicate of bug 1329342. Can you try 1.8.0.91-2.b14 perhaps?

Yes, thanks, closing as duplicate. The package on testing fix the problem

*** This bug has been marked as a duplicate of bug 1329342 ***