๐Ÿ“ฆ jcesarmobile / ssl-skip

โ˜… 50 stars โ‘‚ 6 forks ๐Ÿ‘ 50 watching
๐Ÿ“ฅ Clone https://github.com/jcesarmobile/ssl-skip.git
HTTPS git clone https://github.com/jcesarmobile/ssl-skip.git
SSH git clone git@github.com:jcesarmobile/ssl-skip.git
CLI gh repo clone jcesarmobile/ssl-skip
jcesarmobile jcesarmobile chore: bump version to 0.9.0 b8f61ee 1 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ android
๐Ÿ“ ios
๐Ÿ“„ .eslintignore
๐Ÿ“„ .gitignore
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ package.json
๐Ÿ“„ Package.swift
๐Ÿ“„ README.md
๐Ÿ“„ README.md

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