On 11-Apr-2000 David S. Soleno wrote:
> We recently received and installed our SSL certificate on our production
> web server. Now we must alter our existing Servlets and JSPs to make use of
> SSL. Our problem is that we develop using web servers that do not have
> certificates. Only our production server has a certificate. Does anyone
> know how we can test that our web apps are using SSL correctly without
> putting the code directly on the production server?

Yes, you can install dummy certificate. With mod_ssl you can create one by the
command 'make certificate TYPE=dummy'. This wil generate a dummy certificate
with which you will be able to do you testing/developing on (at least I was)

Wouter

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to