yadu / restclient-tool

Feature rich rest client for developers to play with RESTful web services
http://yadu.github.io/restclient-tool
1 stars 0 forks source link

Allow SSL security exception #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
1. Hit some URL over SSL which has different than name in its SSL certificate

Output:
Request is rejected with error message
javax.net.ssl.SSLException: hostname in certificate didn't match: <XXXXXX.com> 
!= <*.YYYYYY.com> OR <*.YYYYYY.com> OR <YYYYYY.com>

Expected Behavior:
There should be some option to add known security exception.

Original issue reported on code.google.com by a1yadu on 6 Jul 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Fixed with current version 1.0.2

Original comment by a1yadu on 22 Jul 2010 at 5:52