arktekk / sbt-aether-deploy

Deploy SBT artifacts using Maven Artifact Resolver (formerly Eclipse Aether)
Other
84 stars 31 forks source link

Aether-deploy plugin does not use SNI with SSL maven repos #40

Closed Yachironi closed 7 years ago

Yachironi commented 7 years ago

Similar bug: https://issues.jenkins-ci.org/browse/JENKINS-38738

hamnis commented 7 years ago

Probably fixed with upgrade of Aether.

hamnis commented 7 years ago

There is no newer version of Aether.

Are you using Wagon as the transport?

hamnis commented 7 years ago

Seems like this has something to with the Apache Httpclient version.

I'll change this to use the takari okhttp transport for http, and see if this helps.

Yachironi commented 7 years ago

No i'm not using wagon, i'am using only sbt-aether-deploy to deploy. Please let me know when you need to test it after making the fix.

hamnis commented 7 years ago

Seems like the takari thing only works if you use maven :(

I'll try upgrading httpclient and see if that works.

hamnis commented 7 years ago

@Yachironi can you please test if PR #42 works for you?

hamnis commented 7 years ago

@Yachironi hello?

hamnis commented 7 years ago

@Yachironi did you test this?