react-native-websocket-self-signed

JSON →
library 0.5.0 ·javascript
verified Jun 7, 2026

A React Native package (v0.5.0, released under MIT) that enables WebSocket (wss://) connections with self-signed SSL/TLS certificates by bypassing certificate validation. It uses a singleton pattern to manage connections and supports multiple concurrent WebSocket instances. Alternative to manually patching native modules for development or internal apps where strict certificate verification is not required. Includes TypeScript declarations. WARNING: Bypassing SSL validation exposes to MITM attacks and must never be used in production.