jfrog / nexus2artifactory

NexusToArtifactory - A tool designed to ease migration from Sonatype Nexus to JFrog Artifactory.
Apache License 2.0
67 stars 54 forks source link

Unable to connect to Artifactory #52

Open tpallavi opened 4 years ago

tpallavi commented 4 years ago
Screen Shot 2020-01-28 at 3 06 52 PM

I am unable to connect the Artifactory instance even though I have copy pasted all credentials. I am using Python 3 if that makes a difference. Also our subscription type is Cloud Pro X

GoDllkE commented 4 years ago

Hi,

I got stucked in the same case. It worked for me when I set the context "/artifactory" in artifactory url. In your case, try: "https://interopion.jfrog.io/artifactory/".

tiagogba commented 4 years ago

Thanks, @GoDllkE this works for me.