jcesarmobile / ssl-skip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@jcesarmobile/ssl-skip

Capacitor plugin for skipping ssl checks.

When trying to use a local web server with self signed certificates to serve a Capacitor app from a https url, it fails to load because of self signed certificates not being considered secure by the OS.

This plugin skips the SSL checks so the app loads.

The plugin is updated for Capacitor 6, but should work on any Capacitor version.

Install

npm install @jcesarmobile/ssl-skip
npx cap sync

Warning

This plugin is only meant to be used during development, publishing an app with this plugin installed can lead to app rejections on Google Play Store and App Store. Before submitting your app remember to uninstall the plugin and run sync command again.

npm uninstall @jcesarmobile/ssl-skip
npx cap sync

About


Languages

Language:JavaScript 35.5%Language:Java 28.3%Language:Objective-C 14.5%Language:HTML 13.6%Language:Ruby 7.7%Language:CSS 0.4%