Bug 530246 - Unable to open http urls in Eclipse Internal Browser
Summary: Unable to open http urls in Eclipse Internal Browser
Status: VERIFIED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Launcher (show other bugs)
Version: 4.8.0 Photon   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: Photon M5   Edit
Assignee: Lakshmi P Shanmugam CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-24 09:06 EST by Lakshmi P Shanmugam CLA
Modified: 2021-06-18 04:27 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lakshmi P Shanmugam CLA 2018-01-24 09:06:45 EST
Build id:  I20180122-2000

Try to open http://eclipse.org in the Internal Browser in eclipse.

I get an error dialog: Page load failed with error: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

Seems to be caused by the new launcher built on Mac 10.12.
Deployment target is 10.10 but base sdk version is 10.12.

output of otool -l eclipse

cmd LC_VERSION_MIN_MACOSX
  cmdsize 16
  version 10.10
      sdk 10.12
Comment 1 Eclipse Genie CLA 2018-01-24 09:21:17 EST
New Gerrit change created: https://git.eclipse.org/r/115972
Comment 2 Lakshmi P Shanmugam CLA 2018-01-24 09:23:11 EST
Created patch to switch to old launcher for Mac cocoa for M5.
We need to find a way to build with base sdk = 10.10 on the Mac machine at the foundation.
Will open a separate bug for this.
Comment 4 Lakshmi P Shanmugam CLA 2018-01-25 02:49:49 EST
Verified that the problem is fixed in I20180124-2000.
Comment 5 Lakshmi P Shanmugam CLA 2018-01-25 03:01:34 EST
(In reply to Lakshmi Shanmugam from comment #2)
> Will open a separate bug for this.
Opened Bug 530280 to track this.