ups, this file is really outdated. The problem is that I don't really know what I should put there. It would surely make sense to remove that and to include ssl tests in the selftests.
If you don't care to check the validity of the certificate, you can probably use following (with a HtmlUnit-1.14 build) at the beginning of your <webtest> <groovy> step.context.webClient.userInsecureSSL = true </groovy> Cheers, Marc. -- Blog: http://mguillem.wordpress.com [EMAIL PROTECTED] wrote: > > Hi, > > I am trying to implement WebTest tool and I have a problem with checking > pages with https protocol. > > I found example in "{Downloaded_Source_Code}\doc\samples\ssl\" named > "sslTest.xml", > but this file contain a link > "com.canoo.webtest.ant.TestSpecificationTask" to the class which I was > not able to find. > > May be there were some changes which I have not noticed. > > Thanks > > Yakov _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

