Re: [JWebUnit-users] jWebUnit and HTTPS with self-signed certificate

2013-07-10 Thread Senthil
Sorry to respond late. Thanks Javon for the pointers. I overcame the SSL verification step but was stuck at the Hostname verification. HtmlUnit allows one option "webClient.getOptions().setUseInsecureSSL(true);" which solved the hostname verification step. If we could add this option to jWebUnit l

Re: [JWebUnit-users] jWebUnit and HTTPS with self-signed certificate

2013-07-03 Thread Jevon Wright
Hi Senthil, Self-signed SSL certificates are not very fun in Java at all. I haven't done any SSL testing in JWebUnit myself. Do you need to check the SSL certificate at all, or could you just force Java to accept all SSL certificates? Normally I'd suggest importing your self-signed certificate a