Hi, I'm not a SSL expert at all, but in your case, are you interested to test that certificate & Co are correct? If not, you can set HtmlUnit's WebClient useInsecureSSL to true (with a script step as there is no configuration possibility for this now in WebTest).
Cheers, Marc. -- Blog: http://mguillem.wordpress.com David C. Hicks wrote: > I've spent most of yesterday and today trying to identify the problem. > I finally figured out how to turn on debug logging and could see the > conversation taking place between the client and server. It appears > that the server (Grails, in this case) doesn't understand SSLv2. As > soon as the client issues the "SSLv2 client hello" message, the server > responds with "HTTP/", causing an SSLException - "Unrecognized SSL > message, plaintext connection?" > > I'm using Grails 1.0.3 with the Sun JDK 1.6 and the Grails "webtest" > plugin. > > Can anyone tell me what's going on here? > Thanks, > Dave > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

