Skip to content

Commit 0353738

Browse files
authored
Merge pull request LambdaTest#1341 from amanchopra1905/stage
self signed certificate
2 parents 80d2d7e + f90a19a commit 0353738

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
4.48 MB
Loading

docs/real-time-desktop-browser-testing-tools.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ Customize your test environment with various settings:
107107

108108
<img loading="lazy" src={require('../assets/images/real-time-testing/web-browser/settings.png').default} alt="Image" className="doc_img"/>
109109

110+
## Self Signed Certificate Support
111+
Many web features require a secure HTTPS context to function. In development and staging environments, teams often use self-signed certificates, which browsers do not trust by default. This leads to security warnings, blocked APIs, and feature failures.
112+
113+
LambdaTest’s Self-Signed Certificates Support allows users to enable a setting that treats self-signed HTTPS sites as secure within remote test environments. This ensures seamless testing of HTTPS-only APIs, WebRTC, service workers, and other secure-context-dependent features without manual certificate installation. Its key features are:
114+
- **Bypass Browser Warnings :** Self-signed certificates are recognized as secure.
115+
- **Cross-Platform Support :** Works on Windows, macOS, Android, and iOS.
116+
- **Seamless Integration :** Enable via a simple toggle in the LambdaTest UI.
117+
118+
<img loading="lazy" src={require('../assets/images/real-time-testing/web-browser/self-signed-certificate.gif').default} alt="Image" className="doc_img"/>
119+
110120
## Switch
111121
Efficiently switch between different devices, browsers, and their OS versions without ending the current test session.
112122

0 commit comments

Comments
 (0)