I have SSL certificates which should be accepted while I run the test. How do I achieve this?

Tell me how to get my SSL certificate accepted.

Hello Dipen,

For accepting SSL certificates on an automatic basis, please do use acceptSslCerts=True in capabilities.

How to achieve this in the manual testing part ?

In manual, you need to setup tunnel with MITM mode. The MITM mode enables you to test websites using self-signed certificates on your local system or internal network. There can be two ways to use this option on LT which depends on how you’re running your tunnel:

  1. Using Binary: You need to use flag --mitm for example: LT --user YOUR_USERNAME --key YOUR_ACCESS_KEY --tunnelName LambdaTest --mitm

  2. Using Underpass tunnel app on LT: You can enable this option from “Advanced configuration” inside the app.

For more info, please refer to this doc - Advanced LambdaTest Tunnel Features | LambdaTest