Versions Compared

Key

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

...

Unable to establish a connection between the Xray's HP QC/ALM Importer and the HP server. 


Required Information

Check the following information of the HP QC/ALM:

  1. Server hostname and IP address
  2. Port where the service is running
  3. The protocol used, HTTP or HTTPS (SSL) 

HTTP protocol

From a command line in the host machine where Jira server runs, test the following:

  1. Connectivity using the HP QC/ALM hostname
    wget -p http://<hostname_hp_qc>:<port>
  2. Connectivity using the IP address
    wget -p http://<ip_address_hp_qc>:<port>

...

In the Xray's HP QC/ALM Importer use the hostname or the IP address according to the connectivity test that worked.

...

  1. Check the certificate name of HP QC/ALM SSL certificate.
    1. Open this website https://www.digicert.com/help/
    2. Test the hostname using: https://<hostname_hp_qc>
    3. Test the IP address using: https://<ip_address_hp_qc>
    4. Check which worked (hostname or IP Address)
    5. success example:Image Added
    6. fail example:
      Image Added
  2. If it worked with hostname, test connectivity using the HP QC/ALM hostname
    openssl s_client -connect <hostname_hp_qc>:<port>
  3. If it worked with IP address, check connectivity using the IP address
    openssl s_client -connect <ip_address_hp_qc>:<port>

...

In the Xray's HP QC/ALM Importer use the hostname or the IP address that is matches the certificate name and that worked in the connectivity.

In case none have workedthe connectivity does not work for the certificate name, then request your system administrator to allow connectivity between the Jira server and the HP QC/ALM server, using the certificate name that is set up.


Content by Label
showLabelsfalse
max5
spacesProductKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "ProductKB"
labelskb-troubleshooting-article

...