Link to home
Start Free TrialLog in
Avatar of mrong
mrong

asked on

How to install SSL web server certificates on Groupwise (Apache)

Hello,
I have a Novell Suse Linux 10 running Apache web server. I ordered the SSL web server certificate from Thawte and followed their instruction from the link below. But the web page won't displayed.
Please let me know if you know how to fix it.
Thanks in advance.

https://search.thawte.com/support/ssl-digital-certificates/index?page=content&id=SO2614
https://search.thawte.com/support/ssl-digital-certificates/index?page=content&id=SO14822
Avatar of simoesp
simoesp

Avatar of arober11
When you say Apache, are you refereing to an:

1) Apache HTTPD instance?
2) Apache Tomcat instance?


If (1):
What's in the  /var/log/apache*/error_log?
What output do you get from a:

netstat -plant | grep 443

/etc/init.d/apache2 test  && /etc/init.d/apache2 stop && sleep 30 &&   /etc/init.d/apache2 start


If (2), what's in the  /var/log/tomcat*/catalina.out?
What does you /etc/tomcat*/server.xml look like?

Avatar of mrong

ASKER

arober11,
I am new to this. How do I tell if it is Apache HTTPD or Tomcat instance?
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of simoesp
simoesp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
type:

ps -ef | grep http

if you get a response it's Apache HTTP else it's likely to be a Tomcat, verify via a:

ps -ef | grep java