Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the .pem file.

  2. Open Manage User Certificate on your machine and go to Trusted Root Certification Authorities.

  3. Right click and hover on all tasks.

  4. Import the tasks and click Next.

  5. Now, click Browse > Next > Finish.

  6. For local machine:

    • Go to C:\Windows\System32\drivers\etc.

    • Open the host file and add Ip where you have installed the server.

    • Add qualitiasoft.ssl in another line and save the file.

  7. Go to the secure link: https://qualitiasoft.ssl/.

  8. Also add https://qualitiasoft.ssl/ in Qualitia - Client while logging in.

After going from not secure to secure, make sure to reload the page. If this does not work, relaunch the server portal.

Configure

...

CICD execution using SSL Server

Once you have installed the SSL certificate on the local machine, you can configure CICD execution, such as Jenkins, TeamCity & Bamboo, using the SSL Server. Refer to Steps to install SSL certificate on your local machinefor detailed information.

  • Make sure to install CA Root certificate on Jenkins machine before execution.

  • To execute any suite from SSL-enabled server, use the following curl command:
    curl --ssl-no-revoke -o executionAgent.jar -LJ {Server URL}/api/v1/download/executionAgent

...

ADO execution using SSL Server

  • For ADO execution, the URL you pass to the ADO Task should include 443 port number.For example, https://qualitiasoft.ssl:443.

  • All other settings will be as per normal server execution.

Update the SSL port and SSL certificate path

...