Hi,
I get the following error when I do a build using maven. This stared a few days back.
Failed to read artifact descriptor for com.adobe.aem:aem-api:jar:6.0.0.1: Could not transfer artifact com.adobe.aem:aem-api:pom:6.0.0.1 from/to adobe (http://repo.adobe.com/nexus/content/groups/public/): Received fatal alert: handshake_failure
Tried the below to solve the issue but no success
Is anybody else facing the same issue?
Thank you.
Cheers,
VIren.
Solved! Go to Solution.
Views
Replies
Total Likes
We ran into some problems recently, I think they may be switching the repo to SSL, and not everything is redirecting correctly. I changed the repository settings references to https://repo.adobe and that seemed to resolve our problems.
We ran into some problems recently, I think they may be switching the repo to SSL, and not everything is redirecting correctly. I changed the repository settings references to https://repo.adobe and that seemed to resolve our problems.
There could be couple of reasons for handshake failure:
Since, the underlying failure cannot be pinpointed, it is better to switch on the -Djavax.net.debug=all flag to enable debugging of the SSL connection established. With the debug switched on, you can pinpoint what activity in the handshake has failed.
Views
Replies
Total Likes
Instructions on how to use repo are displayed on https://repo.adobe.com/index.html
Please use "https" protocol instead of "http"
Also, have a look at: https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-17454.html?lang=en
Views
Replies
Total Likes
Views
Likes
Replies