It looks like you need to change the line
<ssl-config keystore="my.site.cer" keystore-password="123456" />

Unless you happened to name the keystore the same as your cert file.  

if you used the line from the how to
"keytool -genkey -keyalg "RSA" -keystore keystore -storepass 123456
-validity 360 "
to create the Keystore


Then you need to change the line to 
<ssl-config keystore="keystore" keystore-password="123456" />

Hope this Helps
Rich



-----Original Message-----
From: Ventuneac Marian-Romeo [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 5:30 AM
To: Orion-Interest
Subject: Setting up a secure site using SSL



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