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

Any way to ignore self-signed ssl certificates? #162

Open
daviesdoclc opened this issue Feb 8, 2020 · 0 comments
Open

Any way to ignore self-signed ssl certificates? #162

daviesdoclc opened this issue Feb 8, 2020 · 0 comments

Comments

@daviesdoclc
Copy link

daviesdoclc commented Feb 8, 2020

I recently switched to using SafariViewController for our oauth2 flow. We were previously using InAppBrowser. With InAppBrowser is debuggable was set to true in the Android manifest then self-signed certificates were allowed an the InAppBrowser never showed the prompt to accept the certificate. This doesn't appear to be the case with SafariViewController, and it affects my Appium functional tests. Has anyone come across this or know a solution for this? Of course once I accept the certificates I am fine, but this means I have to do this for all my test devices and hope the browser cache doesn't get clear. This is only for our test environment where we have self-signed certificates. Our production version doesn't have this issue.

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

No branches or pull requests

1 participant