Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It's also possible to have the SSL certificate in your JVM environment.
ALERT: TO THE BEST OF MY KNOWLEDGE, THIS CURRENTLY ISN'T WORKING. See 2 April 2004 email: Users - The problem about SSL in ofbiz3.0. Andy Zeneski writes: The HttpClient is being run from that JSP to parse a template. Since the SSL certificate is not trusted, it doesn't like the connection... When we finally get around to changing these to FTL files it willcorrect this problem.
The certificate is usually found in the $JAVA_HOME/jre/lib/security directory.

...

You will need to use the Java keytool utility to add certificates from other SSL sites (e.g. www.mywebsite.com) . Here is a pretty good tutorial on getting your SSL certificate setup:

http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security6.htmlImage Removed

The basic steps are:

...

The basic steps are described here

...

Getting an SSL Certificate

...