...
Steps to install SSL certificate on your local machine
Download the .pem file.
Open Manage User Certificate on your machine and go to Trusted Root Certification Authorities.
Right click and hover on all tasks.
Import the tasks and click Next.
Now, click Browse > Next > Finish.
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.
Go to the secure link: https://qualitiasoft.ssl/.
Also add https://qualitiasoft.ssl/ in Qualitia - Client while logging in.
Configure CICD Execution using SSL Server
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
After going from not secure to secure, make sure to reload the page. If this does not work, relaunch the server portal.
...
Open the Configuration Section on the Qualitia Server.
Go to Secure Connections and select the Enable SSL check box.
Add the SSL Port number as 443.
Add the SSL Certificate Path from as qualitiasoft.ssl.
Add SSL Certificate Password and click Save.
...