Hi all,
I am trying to
test an application I have control over, however I can not change the application as that would invalidate the testing I am trying to carry out.
The application uses certificates to talk to a third party server.
The problem is, the values are hard coded, and we have hacked hosts file and iptables so we can connect it to the the third parties testing site.
(please dont ask, its horrible if you ask I may cry).
So the test site is a sub domain (partners.test.somedomain.com rather than partners.somedomain.com) and of course
java complains.
So I would like to create a trust provider that just trusts everything.
Is it possible, from the command line, to somehow "install" this provider into the virtual machine so that my application will just trust all the responses?
Thanks
G