Re: SSL -- Another errror, but getting closer

2000-04-17 Thread sgee
Ok, I believe I understand. I have gotten my maxsource.maxor.com.csr ( I believe this is generated by the keytool ) and I have maxsource.maxor.com.cer ( generated key from https://www.thawte.com/cgi/server/test.exe ) When I try to install the .cer file, I get the listed error.

SSL -- Another errror, but getting closer

2000-04-17 Thread sgee
Thanks for the help thus far, I am getting closer. When I enter the command: keytool -keystore keystore -keyalg "RSA" -import -trustcacerts -file my.host.com.cer I get this error: keytool error: Failed to establish chain from reply Orion Team, Once I get SSL up and running, I will submit to

keytool error.

2000-04-14 Thread sgee
[root@Maxsource orion]# keytool -genkey -keyalg "RSA" -keystore keystore -storepass 123456 -validity 360 keytool error: KeyPairGenerator not available I keep getting this error when I try to create my key. Can anyone offer some help? _

SSL

2000-04-11 Thread sgee
Good morning all, I have come to the point in my development where SSL must be implemented. I have been given the painstaking task of bringing our Redhat box up to SSL speed by the end of the week. I have searched the website for the "mods" that are supported, yet the only link I have found stat

Adding new directories

2000-03-14 Thread sgee
Greetings, I know this question may seem a little "slow", yet I need some help. I have hacked through the .xml config files as well as downloaded the docs. However, I can not find a simple example on adding a new directory. I added .htm files to default-web-site, now I would like to add a direct

Re: SV: Servlet/JDBC Problems

2000-03-14 Thread sgee
That did the trick. Thank you for the help. _(Embedded image Steve Geemoved to file: Certified Java pic02683.gif) Programmer Information Technologies

Servlet/JDBC Problems

2000-03-13 Thread sgee
I just installed the Orion server and was doing some preliminary testing with servlets. Simple I/O test work fine, however when I try to access an informix database I get this error: java.lang.ClassNotFoundException: com.informix.jdbc.IfxDriver This is where I get really confused: 1) The servlet