iOS SSL Error
See original GitHub issueI’m getting this error Failed to load resource: An SSL error has occurred and a secure connection to the server cannot be made. ---- https://api.branch.io/v1/close
When my cordova app (iOS) comes out of paused state.
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Top 7 Ways to Fix SSL Connection Error in Safari for iPhone
Top 7 Ways to Fix SSL Connection Error in Safari for iPhone · 1. Toggle Airplane Mode · 2. Restart Safari · 3....
Read more >What is SSL on iPhone? How to Enable SSL on an iPhone
'SSL Error on iPhone” is an error customarily observed when an outdated version of an SSL certificate in place of the latest TLS...
Read more >How to fix the SSL connection error on my iPhone - Quora
Go to Settings, then Accounts and Passwords, then tap on on account you wish to secure, then tap on email ID, tap on...
Read more >8 Ways to Fix SSL Connection Errors on Various Browsers ...
4. How to Fix the SSL Connection Error on iPhones and iPads · Open the Settings app and select General > Date &...
Read more >How to Fix SSL Error iPhone with the Easiest Way - StarzSoft
Part 2: How to Fix SSL Error iPhone: 7 Common Solutions · Fix 1: Set Date&Time to Automatically · Fix 2: Clearing Browser...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah - found this. Can you add the following to
res/xml/cordova.xml
:<access origin="https://api.branch.io" subdomains="true" />
Epic.
I put it in
config.xml
and it worked.Weird, because already had
<access origin="*" />
in there