So I added the debug flag. I get alot of useful information about the certificate, and it appears that the private cert I imported is being trusted just fine, but it doesn't mention anything about he hostname verification step...
As for the 2nd suggestion you gave, I can't figure out how to do that. I can do basic java stuff, but Im no expert. AllowAllHostnameVerifier has all the verify methods marked as final, so how do I make a class that extends it? On Friday, September 13, 2013 4:30:42 AM UTC-5, Andy Wu wrote: > > Good digging! It sounds like what you've done should work. > > Try adding this jvm arg too to see if that sheds any light on what's going > on. > > -Djavax.net.debug=ssl > > Failing that, write a class that extends > org.apache.http.conn.ssl.AllowAllHostnameVerifier. In it, override the > verify method calling super.verify() but also adding in some logging to > verify it's being called. > > Andy > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
