Re: How to handle WAS certificate in HTTPUnit
| Newsgroups | gmane.comp.web.httpunit.devel |
|---|---|
| Message-ID | <652366DEEF97A3438EC2F4669BD66BA54061A8@msgswbmnmsp31.wellsfargo.com> |
Are you saying that you're accessing the server as 'host' rather than the name of your machine? If so, have you tried accessing it by the name used in the certificate? If you generate a self-signed certificate, it won't be guaranteed by a trusted certificate authority, so you'll need to import it into your 'cacerts' file using 'keytool'. (see http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html) -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tushar Pawar Sent: Thursday, June 15, 2006 6:00 AM To: [email protected] Subject: [Httpunit-develop] How to handle WAS certificate in HTTPUnit I integrated WAS V5.1.0 with oracle access manager using below setting User Registry - custom and Authentication Mechanism LTPA. When I access site "http://host:9090/admin" it shows certificate having information issued by - jserver and issued to - jserver. Also it says "The Name on the security certificate is invalid or does not match the name of the site". I am facing problem in handling this certificate in httpunit-1.6 and it throws error "HTTPS Hostname wrong - should be <my machine name> " Could you please provide me solution for that Any work around for generating self signed certificate or how to handle that certificate in httpunit. Thanks & Regards Tushar Pawar <http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/s ignature-home.htm/1507191490@Middle5?PARTNER=3> _______________________________________________ Httpunit-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/httpunit-develop