I'm trying to use cactus to test a secure web application. I can run test over HTTP fine but it fails over HTTPS.
Is there any special configuration for cactus to test web apps over HTTPS? When the test is run, I get the following error in the browser : <error message="org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with "HTTP"" type="org.apache.commons.httpclient.HttpRecoverableException">org.apache .commons.httpclient.HttpRecoverableException: org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with "HTTP" at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase .java:1905) at ............................. Any help would be appreciated. Thanks Keshav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
