Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Make private RestAssured.keystoreSpec accessible and configurable #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I needed to create my own SSLSocketFactory for easy testing the integration. So 
I ended up with reflection setting this field with my own KeystoreSpec 
implementation. 
The RestAssured.reset() allready resets the keystoreSpec, so I can't see any 
impact from my point of view.

Thank you very much for your work.

Original issue reported on code.google.com by mbue...@gmail.com on 11 May 2012 at 9:14

GoogleCodeExporter commented 9 years ago
Hi,

It'll require some refactoring but I suppose it should be possible.

Regards,
/Johan

Original comment by johan.ha...@gmail.com on 15 May 2012 at 1:18

GoogleCodeExporter commented 9 years ago
Hi,
Cool. Thank you.

Original comment by mbue...@gmail.com on 15 May 2012 at 8:16

GoogleCodeExporter commented 9 years ago
In the next version you can set your own SSLSocketFactory in the SSLConfig

Original comment by johan.ha...@gmail.com on 18 Jan 2014 at 10:54