If you use dc-app-performance-toolkit for performance testing of Jira, Confluence or Bitbucket then you can come across the insecure ssl certificate error.
To fix the problem add this line to app/selenium_ui/conftest.py:
chrome_options.add_argument('ignore-certificate-errors')

It should fix the problem.