Solution

MISSION CONTROL: How to Resolve "Connection Was Successful. Unable to Resolve Service Version" Error When Adding Another JPD Platform

AuthorFullName__c
David Shin
articleNumber
000005638
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-21T10:54:40Z
lastModifiedDate
2023-03-21
VersionNumber
1
  1. Obtain the server certificate from the target URL by using the command below:
  2. openssl s_client -connect <Target_url>:443 -showcerts < /dev/null > target.crt
  3. Place the certificate (target.crt) in the /var/opt/jfrog/artifactory/etc/security/keys/trusted/ folder in the source (main JPD) and ensure that the ownership of the certificate file is changed to the Artifactory OS user/groups.
  4. Restart Artifactory.
  5. Click the "Get Server Details" button. This should resolve the error.
  6. If you encounter another error, check the mc-request-out.log file.
  7. Finally, provide a pairing token from the target Artifactory. In the target, go to the Administration tab, then to User Management > Access Tokens > Pairing Token to generate the pairing token for Mission Control.