Closed GoogleCodeExporter closed 9 years ago
same here...
I think you should choose ALLOW ALL under SSL tab (it helped before but not now)
Original comment by avigad...@gmail.com
on 28 Jul 2011 at 11:05
I also have the same problem. Using a self signed cert at the server. Selecting
"Allow all" under SSL/Hostaname verifier doesn't help.
Original comment by haj...@gmail.com
on 9 Aug 2011 at 8:52
Adding the servercert to a keystore and adding it to the rstclient
configuration under SSL works well though.
Original comment by haj...@gmail.com
on 9 Aug 2011 at 9:06
Thanks @hajons for pointing out the solution!
Original comment by subwiz
on 9 Aug 2011 at 9:33
For reference: keytool -importcert -file my.crt -keystore keystore.ks
Where my.crt contains the ASCII representation of the host's SSL certificate
being imported (you can export to this format via Firefox's certificate manager)
After this point restclient trust store to keystore.ks with the password you've
just configured and hostname verifier set to allow all.
I wish there was an override setting in the restclient SSL tab, would be handy
for test setups which are often self signed and not all that secure...
Original comment by seng...@gmail.com
on 7 Mar 2012 at 5:15
r579 and r580 has the fix.
Original comment by subwiz
on 7 Jul 2012 at 9:13
Attachments:
Original issue reported on code.google.com by
girinamb...@gmail.com
on 21 Jul 2011 at 6:38