Accept insecure certificates
If you are using a self-signed certificate to test your app, you may get invalid certificate errors during the execution of the tests. In order to avoid these errors, you need to pass the acceptInsecureCerts
parameter in the REST API request to start Espresso test execution.
REST API endpoint :
POST /app-automate/espresso/v2/build
Parameter | Description | Expected values |
---|---|---|
acceptInsecureCerts |
Avoid invalid certificate errors while your test is running |
true /false Default: false |
Example cURL
request :
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X POST "https://api-cloud.browserstack.com/app-automate/espresso/v2/build" \
-d '{"acceptInsecureCerts": "true", "devices": ["Samsung Galaxy S8-7.0"], "app": "bs://f7c874f21852ba57957a3fdc33f47514288c4ba4", "testSuite": "bs://e994db8333e32a5863938666c3c3491e778352ff"}' \
-H "Content-Type: application/json"
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!