Page 1 of 1

Can't enable SSL site

Posted: Thu Oct 20, 2005 4:36 am
by FrzzMan
I have enabled "SSL support" under Setup panel of a domain, but it doesn't seem to works.

When I go to https://www.domain.com it display "Connection Refused" error...

Posted: Thu Oct 20, 2005 4:40 am
by FrzzMan
Oh I've just found out that in httpd.conf there's no instance of the string "mod_ssl"

Is that the problem? How can i fix this?

Posted: Thu Oct 20, 2005 4:58 am
by FrzzMan
Found the problem, mod_ssl haven't been installed yet.

Tried to install mod_ssl:

Code: Select all

yum install mod_ssl
Result:

Code: Select all

Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 3 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 3 - Atomic PSA App Vault RPMS
Server: Atomic Rocket Turtle - 3 - Base OS RPMS mirror
Server: Atomic Rocket Turtle - 3 - SW-Soft PSA 7.5 RPMS
Server: Atomic Rocket Turtle - 3 - OS Update RPMS mirror
Finding updated packages
Downloading needed headers
Resolving dependencies
....Unable to satisfy dependencies
Package mod_ssl needs httpd = 2.0.46-46.2.ent.centos.1, this is not available.
Tried to detemine httpd version:

Code: Select all

yum info httpd
Result:

Code: Select all

Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 3 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 3 - Atomic PSA App Vault RPMS
Server: Atomic Rocket Turtle - 3 - Base OS RPMS mirror
Server: Atomic Rocket Turtle - 3 - SW-Soft PSA 7.5 RPMS
Server: Atomic Rocket Turtle - 3 - OS Update RPMS mirror
Finding updated packages
Downloading needed headers
Looking in Available Packages:

Looking in Installed Packages:
Name   : httpd
Arch   : i386
Version: 2.0.46
Release: 46.3.ent.centos.1
Size   : 2.58 MB
Group  : System Environment/Daemons
Repo   : Locally Installed
Summary: The httpd Web server
Description:
 This package contains a powerful, full-featured, efficient, and
freely-available Web server based on work done by the Apache Software
Foundation. It is also the most popular Web server on the Internet.
How to fix this?

My yum.conf:

Code: Select all

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/3ES/
baseurl=http://www.atomicrocketturtle.com/atomic/art/3ES/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/CentOS3.3/
baseurl=http://www.atomicrocketturtle.com/atomic/psa-7.5/CentOS3.3/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/3ES/

[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/updates/3ES/

[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/

Posted: Thu Oct 20, 2005 7:45 am
by scott
Are you on CentOS3 or 3ES? I definitely see that in the archive, Im wondering if the yum xml data might be screwed up.

Posted: Fri Oct 21, 2005 9:05 am
by FrzzMan
I'm on CentOS3.3