SSLLast Updated: 9/22/2008 | |
| Sections above here: Home » Deployment » Using SSL | |
|
Sections below here: Topics in this section: |
ISAPI / DSOIntroductionIf your application is deployed as an ISAPI DLL or an Apache DSO, you need to use the hosting web server's SSL capabilities since it handles the HTTP protocol. If you have a Verisign certificate, then please see Verisign's instructions how to update your web servers pre-installed Intermediate CA Certificate which may have expired. StandaloneIn Standalone mode, SSL is supported also. The first step is that you must obtain SSL certificates. Enabling SSLIntraWeb requires that your certificates are .pem format. To enable SSL support, follow these steps:
Important: Follow the instructions of your certificate provider how to generate the proper roor and key files. For Verisign please be sure to download their updated root.pem file from here: http://www.verisign.com/support/install2/intermediate.html. The file provided on that page is already in the correct format and does not require further conversion. If your certificates are not in .pem format, please see the section on converting to PEM format. ExampleAn IntraWeb for Delphi example with a test certificate is included and can be
seen by examining the StandAloneSSL
demo. |
(C) 2002-2009 - Atozed Software Ltd. | |