Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 808 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 808 Bytes

@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 5, 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