question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to ignore all certificate error?

See original GitHub issue

I am using a self-signed certificate.

If there is anything wrong with certificate, getting Error Code: 2 or http request aborted.

Can we add a prop to ignore all certificate errors?

Environment:

  • “react-native”: “0.63.4”
  • “react-native-webview”: “^11.2.0”

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

6reactions
XoanTTcommented, Oct 16, 2021

what is solution for ios?

2reactions
Enooochcommented, Jan 21, 2021

Be aware of this https://github.com/react-native-webview/react-native-webview/issues/1764#issuecomment-738731551

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Ignore Certificate Errors in Chrome & Disable Warnings
1. Chrome ignore certificate errors localhost · Launch the Chrome browser. · Type secure in the search box and click enter. · Scroll...
Read more >
Chrome — Bypassing SSL Certificate Check | Medium - Medium
Is there a way to bypass Chrome SSL certificate warnings? There is!. Chrome has the following command line switch: — ignore-certificate- ...
Read more >
How do I disable the warning Chrome gives if a security ...
You can tell Chrome to ignore all SSL errors by passing the following at the command line: --ignore-certificate-errors. I start Chrome from bash...
Read more >
Ignore SSL Certificate Checks with Curl - ReqBin
To ignore invalid and self-signed certificate checks on Curl, use the -k or --insecure command-line option. This option allows Curl to perform " ......
Read more >
How to ignore invalid and self signed ssl connection errors ...
I wanted to curl command to ignore SSL certification warning. Does curl command have a --no-check-certificate option like wget command on ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found