Manual Testing using Tunnel

Seeing issues certificate signed by unknown authority using tunnel to do manual testing

No configuration file found. Proceeding with defaults DEBUG File descriptor limit 8192 INFO LambdaTest Tunnel version: 3.1.24 DEBUG Starting pipeline… DEBUG OS: darwin, Arch: amd64 DEBUG Fetching config DEBUG Starting tunnel With flags: --key ***** --mitm --tunnelName blah --user bheemvennapureddy --verbose --infoAPIPort 54989 --controller UNDERPASS_v1.10.3124 --callbackURL http://127.0.0.1:54988/ --logFile /Users/bheemvennapureddy/Library/Application Support/UnderPass/logs --skip-upgrade DEBUG error while reaching https://downloads.lambdatest.com, error:Get “https://downloads.lambdatest.com”: x509: certificate signed by unknown authority ERROR Unable to fetch remote config Get "https://ts.lambdatest.com/v1.0/tunnel/config": x509: certificate signed by unknown authority WARN Please ensure https://ts.lambdatest.com is reachable from your network.

Lambdatest Tunnel is used to test internal applications. It establishes a connection between your machine and Lambdatest cloud by connecting to http://ts.lambdatest.com. The last line of the error indicates that your network is blocking the connection to https://ts.lambdatest.com. Your network team would have to whitelist this connection either to this domain or corresponding IP address mentioned in point 4 of this documentation: How to troubleshoot LambdaTest Tunnel | LambdaTest

You can use this documentation for any other tunnel related queries as well.

Happy Testing!

Is there a way we can ignore SSL Certs from the tunnel ?

Yes, using MITM mode. The MITM mode enables you to test websites using self-signed(SSL) 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