-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL verify disable is being ignored #52
Comments
Hmm. Well I did this: and now getting: |
Ok I can run the script with no issues on Ubuntu some it's something wonky with Mac. Seems like Manticore is still performing some SSL activity on Mac despite verify: disable |
@tony-spencer see #53 |
I'm looking at this (and #53) but I can't seem to reproduce this in my Ubuntu environment. Expired SSL certs, broken SSL certs - they all work without incident when I'd like to fix it, but I need a failing test to be able to pin it down. |
Hi @cheald , do you still need an exemple where it doesn't work ? |
Yes, a reproducible test case, or even better, a failing unit test would be very useful. |
seems to be the same underlying cause as in #53, resolved in MC (>=) 0.8.0 |
I don' t know if I've used it incorrectly but in the attached example I'm getting an unexpected exception when I've set the client to never verify SSL:
Manticore::ClientProtocolException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target block in initialize at /Users/tony/.rvm/gems/jruby-9.0.5.0/gems/manticore-0.6.0-java/lib/manticore/response.rb:37 call at org/jruby/RubyProc.java:318 call at /Users/tony/.rvm/gems/jruby-9.0.5.0/gems/manticore-0.6.0-java/lib/manticore/response.rb:79 call_once at /Users/tony/.rvm/gems/jruby-9.0.5.0/gems/manticore-0.6.0-java/lib/manticore/response.rb:256 code at /Users/tony/.rvm/gems/jruby-9.0.5.0/gems/manticore-0.6.0-java/lib/manticore/response.rb:153 <top> at manticoretest.rb:8
JRuby version: 9.0.5.0
OS: Mac El Capitan 10.11.4
manticoretest.rb.gz
The text was updated successfully, but these errors were encountered: