I am trying to use this proxy http://rubygems-proxy.torquebox.org from clojure (using clojure's build tool - leiningen).
Leiningen does not accept http repository endpoints, when I change it to https ... I get an error
Caused by: org.apache.maven.wagon.TransferFailedException:
Certificate for <rubygems-proxy.torquebox.org> doesn't match any of the subject alternative names:
[*.ceylon-lang.org, ceylon-lang.org]
Any chance/plan this proxy could get an https endpoint too ?