Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CB-3576] Privately signed https links don't work in InAppBrowser #59

Closed
wants to merge 1 commit into from

Conversation

montylee
Copy link

Privately signed https links don't work in InAppBrowser and are blocked
by default on the InAppBrowser. A new option 'validatessl' has been
added that can be specified while
launching the InAppBrowser:

window.open(url, '_blank', 'location=yes,validatessl=no');

Default value of 'validatessl' is 'yes'. This will allow users to ignore
SSL certificate errors caused while opening self-signed https URLs

Privately signed https links don't work in InAppBrowser and are blocked
by default on the InAppBrowser. A new option 'validatessl' has been
added that can be specified while
launching the InAppBrowser:

window.open(url, '_blank', 'location=yes,validatessl=no');

Default value of 'validatessl' is 'yes'. This will allow users to ignore
SSL certificate errors caused while opening self-signed https URLs
@montylee
Copy link
Author

Android pull request link: apache/cordova-android#63

@montylee
Copy link
Author

Any update on this pull request?

@arjuntraj
Copy link

@montylee this s not wrkng 4 me

@chrispadfield
Copy link

Any update? This affects us as well; on enterprise intranets largely.

@shazron
Copy link
Member

shazron commented Jan 24, 2014

Thanks @montylee (sorry for this taking so long). The InAppBrowser repo has moved to github.com/apache/cordova-plugin-inappbrowser so please close this PR and submit the patch there.

@montylee
Copy link
Author

Hi @shazron , i am not sure if this patch should go in now, specially after reading @marcel Kinard's comments on this link: https://issues.apache.org/jira/browse/CB-3576

I think someone from PhoneGap's team would work on user confirmation while trying to open self-signed URLs.

@shazron
Copy link
Member

shazron commented Jan 30, 2014

Thanks @montylee - the issue shall live on in that JIRA item. If you can close this PR that would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants