cheald / manticore

Manticore is a JRuby HTTP client built on the Apache HttpClient 4.x components
https://gitlab.com/cheald/manticore
MIT License
54 stars 34 forks source link

ssl[:verify]: Add :noop option to turn off only the hostname verification #111

Open edmocosta opened 1 year ago

edmocosta commented 1 year ago

Added an ssl[:verify] option :noop to turn off only the hostname verification, unlike :none or :disabled that overrides the trust_strategy, this new option still validates the certificate, ignoring only the hostname verification.