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

feat(android/Bridge): allow custom ssl certs in dev #2271

Conversation

nklayman
Copy link
Contributor

This PR will set the webview to ignore ssl certificate errors in development. This will allow people to use https localhost servers with a self signed certificate.

@jcesarmobile
Copy link
Member

Thanks for the PR, but we don't want to disable SSL checks, not even for dev builds because it's insecure and having different behaviors in dev and release modes have caused a lot of problems to Cordova users in the past and we don't want to repeat the same mistakes.

We have few issues and PRs with different possibilities of what could be done to allow users or plugins to change the WebViewClient's behavior such as #2230

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.

2 participants