jcesarmobile/ssl-skip — explained in plain English
Analysis updated 2026-08-15 · repo last pushed 2025-12-21
Test a Capacitor mobile app against a local HTTPS backend running on your laptop.
Load a development version of your app from a local server using a self-signed certificate.
Bypass certificate errors during iOS and Android development without configuring trusted certificates.
| jcesarmobile/ssl-skip | android-notes/shadowauto | vvb2060/pxeboot | |
|---|---|---|---|
| Stars | 52 | 51 | 53 |
| Language | Java | Java | Java |
| Last pushed | 2025-12-21 | — | — |
| Maintenance | Quiet | — | — |
| Setup difficulty | easy | hard | hard |
| Complexity | 2/5 | 4/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Must be uninstalled and synced out before submitting your app to the App Store or Google Play Store.
ssl-skip is a plugin for Capacitor apps that lets developers load their app from a local web server using HTTPS, even when that server is using a self-signed certificate. Normally, mobile operating systems block connections to servers with these unofficial certificates because they can't verify them as trusted and secure. This tool bypasses that check so the app loads during development. Capacitor is a framework for building mobile apps using web technologies. When developers want to test their app by serving it from a local HTTPS server rather than packaging it directly into the mobile app, they often run into this certificate problem. The plugin steps in and tells the mobile operating system to ignore the invalid certificate, allowing the connection to go through. The audience for this is mobile app developers who are building with Capacitor and need to test their work against a local server. For example, a developer building an iOS or Android app might want their app to talk to a backend running on their own laptop for testing purposes. If that local server uses a self-signed certificate, the app would normally refuse to connect. This tool removes that roadblock so testing can proceed smoothly. The most important thing to understand about this project is that it is strictly for development. The README includes a prominent warning that publishing an app with this plugin installed will likely result in rejection from both the App Store and Google Play Store, because bypassing security checks is not allowed in production apps. Developers must remember to uninstall the plugin and sync their project again before submitting their app for review.
A Capacitor plugin that lets developers load mobile apps from a local HTTPS server that uses a self-signed certificate, by bypassing the certificate check during development.
Mainly Java. The stack also includes Java, Capacitor, iOS.
Quiet — no commits in 6-12 months (last push 2025-12-21).
The license for this project is not specified in the available information.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.