how to Use HttpUnit to test a secure website with SSL

Hello,

Trying to use HttpUnit testing tool to test our webapplication. Our applicaiton uses SSL.

However, when i try to test run the below code, i get the error:

WebRequest request =new GetMethodWebRequest(https://www.testit.com");

WebResponse response = wc.getResponse(request);

System.out.println("Response:[" + response.getTitle()+"]");

error:

java.lang.RuntimeException: https supportrequires the Java Secure Sockets Extension

Is there a special way to configure HttpUnit to test Secure websites?. I found a related article but found no solution.

http://www.velocityreviews.com/forums/t138451-httpunit-not-working-against-an-h ttps-ssl-site.html

[841 byte] By [get_that_done] at [2007-11-26 9:19:59]
# 1
it always helps every one, if you could list as to which version of web server and OS platform are you using in this context.
chilideveloper at 2007-7-6 23:50:43 > top of Java-index,Web & Directory Servers,Web Servers...