PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Hostname Verifier option ignored. #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Under the SSL tab, select Hostname Verifier: 'Allow All' (note, other 
choices are 'Strict' and 'Browser Compatible').
2. Make HTTPS connection to a (test) site which has a good certificate but for 
a different host name.

What is the expected output? What do you see instead?

The option is ignored. The verification is done using the 'Browser Compatible' 
verifier. See attached traces.

What version of the product are you using? On what operating system?

RESTClient 2.3

Please provide any additional information below.

Original issue reported on code.google.com by gaetan.s...@gmail.com on 9 Jun 2010 at 10:03

Attachments:

GoogleCodeExporter commented 8 years ago
I got the same problem. Is there a workaround?

Original comment by davi...@gmail.com on 11 Aug 2010 at 8:59

GoogleCodeExporter commented 8 years ago
I hope u r using 2.3.2 version. Let me verify the code if that logic is getting 
called.

Original comment by subwiz on 12 Aug 2010 at 2:26

GoogleCodeExporter commented 8 years ago
Please verify in this build and let me know:

http://download.fileit.in/restclient-ui-2.3.3-SNAPSHOT-jar-with-dependencies.jar

Original comment by subwiz on 12 Aug 2010 at 3:45

GoogleCodeExporter commented 8 years ago
A JUnit test case would also be helpful. Someone can contribute that?

Original comment by subwiz on 12 Aug 2010 at 4:13

GoogleCodeExporter commented 8 years ago
r473 has the fix.

Original comment by subwiz on 12 Aug 2010 at 5:18

GoogleCodeExporter commented 8 years ago
The 2.3.3-SNAPSHOT jar solves the problem. Thanks!

Original comment by gaetan.s...@gmail.com on 12 Aug 2010 at 6:42

GoogleCodeExporter commented 8 years ago
Thanks for confirming!

Original comment by subwiz on 13 Aug 2010 at 5:02