I am getting a Lambda Error. Please help

Here is the Lambda Error:

Exception in thread "main" org.openqa.selenium.WebDriverException: {"sessionId":null,"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. Original error: unable to load certificate\n4538801836:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/System/Volumes/Data/SWE/macOS/BuildRoots/e90674e518/Library/Caches/com.apple.xbs/Sources/libressl/libressl-56.60.2/libressl-2.8/crypto/pem/pem_lib.c:684:Expecting: TRUSTED CERTIFICATE\n"}} (WARNING: The server did not provide any stacktrace information)

Hello Noah,

Seems like you are passing customSSLCert capability to handle SSL certificate error which threw the LambdaError. Removing the capability will pass the test.