How to handle self signed certificates check in vREST while test case execution?

Few points to handle self signed certificate related errors during test case execution in vREST:
  1. vREST executes all of its on Chrome browser via extension. So, you need to open the Test Application Base URL in another tab of the chrome browser and accept the certificate.
  2. Once you accept the certificate, then you should be able to execute the test cases in vREST as well.
  3. This is one time activity for every vREST user in their respective chrome browser.
  4. In the case of vrunner module, please pass the flag --nosslcheck=true with the command. With the help of this flag, vrunner will ignore checking the ssl certificates.