Skip to content

jcesarmobile/ssl-skip

Repository files navigation

@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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published