h-tadagawa / rest-client

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

Trust Self signed certificate not saved to the request rcq/xml #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a request with a self-signed certificate
2. Select 'Trust Self signed Certificate'
3. Send the request and select save request 
4. view the saved rcq xml and it will show "<ssl-trust-self-signed-cert/>" with 
no value saved

What is the expected output? What do you see instead?
<ssl-trust-self-signed-cert>true</ssl-trust-self-signed-cert>

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

Please provide any additional information below.

Original issue reported on code.google.com by rdonovan...@gmail.com on 21 Aug 2012 at 2:42

GoogleCodeExporter commented 8 years ago
This is the new format I designed: when the checkbox is enabled, element 
<ssl-trust-self-signed-cert/> is added, otherwise it is not added.

This is a simpler format taking lesser space, and requires less code (hence 
lesser maintenance). 3.0 will be supporting this format.

Original comment by subwiz on 22 Aug 2012 at 5:27