Hi

 I have been following the how-to "Setting up a secure site using ssl" on
 Win2k + jdk 1.3 + Orion 1.4.0

 I made steps 1 and 2 from this how-to, but when I started Orion server, i 
received following error:

Error starting HTTP-server: Unable to initialize 
SSLServerSocketFactory 'com.evermind.ssl.JSSESSLServerSocketFactory': Invalid 
keystore format

I generated the keystore successfully. The my.site.cer file (keystore) is in 
$/orion/config folder.

Here is secure-web-site.xml:

<web-site host="[ALL]" secure="true" display-name="Default Orion WebSite">
        <!-- The default web-app for this site, bound to the root -->

        <ssl-config keystore="my.site.cer" keystore-password="123456" />
        <default-web-app application="default" name="defaultWebApp" />
         
        <!-- Uncomment this to activate the news app -->
        <!-- <web-app application="news" name="news-web" root="/news" /> -->

        <!-- Access Log, where requests are logged to -->
        <access-log path="../log/default-web-access.log" />
</web-site>

Also, i have modified server.xml as shown in SSL-how-to.

where can be the problem?

thank you

Marian Ventuneac
[EMAIL PROTECTED]

______________________________________________________________________
Do you want a free e-mail for life ? Get it at http://www.personal.ro/


Reply via email to