Skip to content

jcesarmobile/ssl-skip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b3012f · Jun 29, 2024

History

22 Commits
Feb 4, 2024
Jun 29, 2024
Nov 28, 2021
Feb 4, 2024
Nov 28, 2021
Nov 28, 2021
Nov 28, 2021
Nov 28, 2021
Nov 17, 2022
Jun 29, 2024
Jun 29, 2024
Jun 29, 2024
Nov 28, 2021
Nov 28, 2021

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 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