my-flow / fintex

Elixir-based client library for HBCI 2.2 and FinTS 3.0
Other
27 stars 17 forks source link

ssl_verify_hostname was renamed to ssl_verify_fun. #10

Closed deadtrickster closed 8 years ago

deadtrickster commented 8 years ago

Also now it's possible to pin certificates/public keys.

my-flow commented 8 years ago

Thanks for contributing. I was running into a problem during dependency resolution:

Failed to use "ssl_verify_fun" (version 1.1.0) because
  hackney (version 1.6.1) requires 1.1.0
  You specified ~> 1.1.1 in your mix.exs

** (Mix) Hex dependency resolution failed, relax the version requirements of your dependencies or unlock them (by using mix deps.update or mix deps.unlock). If you are unable to resolve the conflicts you can try overriding with {:dependency, "~> 1.0", override: true}

I solved this by using older version ~> 1.1.0.