tdchien / restclient-tool

Automatically exported from code.google.com/p/restclient-tool
0 stars 0 forks source link

Allow SSL security exception #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 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 8 years ago
Fixed with current version 1.0.2

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