jfrog / cocoapods-art

CocoaPods Plugin to work against Artifactory Repository
Apache License 2.0
58 stars 27 forks source link

Enable sending the --ssl-no-revoke flag on windows #47

Open shayfisher opened 3 years ago

shayfisher commented 3 years ago

We are running on-premise and using external certificates on our artifactory instance. Currently we don't support pulling CRL from the internet - curl on windows is using schannel and therefore this check is being done by the Windows OS. Please support passing the --ssl-no-revoke flag to surpass this problem - I know it lowers the security level.

Thanks