Questions tagged [mod-ssl]

The Apache Httpd interface to OpenSSL

mod_ssl is a module for the Apache HTTPD webserver which allows it to perform SSL and TLS encryption on connections. Documentation is provided by Apache covering installation and setup for httpd 2.0 and 2.2

This tag should be used for questions around compiling, building, configuring, extending, provisioning, debugging and using mod_ssl.

For questions around building Apache modules on top of mod_ssl, or working on the code, the mod-ssl tag on StackOverflow is likely to be a better place to ask.

272 questions
0
votes
1 answer

Installing mod_ssl on Centos, dependency issue

I'm installing a SSL certificate for a currently productive CentOS 5.8 (final) So I runned this: yum install mod_ssl and got this: Error: Missing Dependency: httpd = 2.2.3-65.el5.centos is needed by package 1:mod_ssl-2.2.3-65.el5.centos.x86_64 A…
Mauro
  • 386
  • 1
  • 4
  • 13
0
votes
1 answer

RHEL6 - Fips140-2 - Apache fails when trying to start with SSLFIPS on directive

Hello server warriors! I have a situation where I need to make my RHEL6 system FIPS140-2 compliant...which includes apache and mod_ssl. However, after I make the server run in "fips 140 mode" Apache does not recognize the SSLFIPS directive...and…
Mike Broyles
  • 31
  • 1
  • 6
0
votes
1 answer

Configure apache mod_ssl to use different certificates for incoming and outgoing messages

How could I configure mod_ssl to use different certificates for incoming and outgoing messages? I have managed to configure apache2 only to handle incoming messages with single certificate. Is it possible to separate incoming and outgoing flows? How…
altern
  • 195
  • 1
  • 12
0
votes
1 answer

trouble in install mod_ssl

I make some trouble in install mod_ssl on my centos5.5. when I type: yum install mod_ssl Some wrong happened for: Loaded plugins: fastestmirror Determining fastest mirrors addons | 1.9 kB …
yuli chika
  • 179
  • 4
  • 15
0
votes
1 answer

Host couldn't be reached by domain name, only by IP: Apache's fault?

I have this Windows Server 2003 R2 32 bit machine running Apache 2.4.2 with OpenSSL 1.0.1c and PHP 5.4.5 via mod_fcgid 2.3.7. This config worked just fine for some hours, but then the site couldn't be reached with its domain name, say…
MaxArt
  • 515
  • 1
  • 7
  • 14
0
votes
1 answer

EC2 Apache server giving some old browsers a self signed certificate?

I bought a wildcard SSL from RapidSSL. It has been working great on my AWS load balancer, but recently, I noticed that the same certificate was not working on our test server which is not on the load balancer when one of our old 2nd generation test…
David
  • 103
  • 5
0
votes
1 answer

Apache mod_rewrite behaves differently on SSL and non-SSL configs

I have a system where I'm hosting a number of SSL sites on my server. I also need to setup OAuth for each domain, with Google and Yahoo in particular. They each require verification files be installed on the server, in order to validate ownership.…
Aaron Vegh
  • 117
  • 5
0
votes
1 answer

Lost mod_ssl on debian, how to get it back?

I lost my mod_ssl on my debian machine. How can I get it back. I accidently removed it from mods_available instead of mods_enable, and as it was a symlink I lost the file. Is it possible to get this back without ruining the configurations of…
Oldek
  • 111
  • 5
0
votes
1 answer

Apache mod_ssl TLS channel dying in 5 seconds - how do I extend that timeout?

I'm an IIS admin. I've done the best I can with mod_ssl documentation, google, etc, and can't find anyone else who's even experienced my problem, much less found a solution. That, of course, makes me wonder whether I'm even understanding it…
codepoke
  • 133
  • 8
0
votes
1 answer

Rackspace Red Hat 5.4 converted to CentOS repository, mod_ssl will not install

I am trying to add mod_ssl to apache, but it fails due to the repository change to CentOS as we needed a newer version of imagemagick, which was only available on CentOS. I am now getting the following error... There was an error communicating with…
0
votes
1 answer

Multiple Django sites on a single SSL certificate using a single IP with Apache

Is it technically possible to setup multiple Django sites using a single SSL certificate on a single IP address with Apache? Below is an excerpt from my SSL config: Alias /media/ x:/home/djang-apps/myapp WSGIScriptAlias /…
0
votes
1 answer

Apache2, mod_proxy, mod_ssl on OSX not working

I am trying to setup apache2 on OSX and am having an issue. I am trying to proxy a domain to 127.0.0.1:8081 (which is up and running) but when try to load through apache I get a "Web Page Not Found". I am also getting nothing in the error_log to…
maclema
  • 191
  • 7
0
votes
1 answer

Can't copy Ilias-folder via FQDN, but via ip-address?

I have an Ilias-Installation, which is available through two virtual hosts: the FQDN and the ip-address. The first server is ssl only, the second plain http. Both configuration files look the same except for the SSL-part: SSLEngine on…
Lars
  • 486
  • 5
  • 21
0
votes
1 answer

Verify and authenticate digital certificates from trusted CA with Apache+mod_ssl

I set a test server with a self signed SSL certificate and http-authentication with personal digital certificates issued by my test CA and everything works fine. What if I want to authenticate users that have a digital certificate issued by several…
0
votes
1 answer

Apache SSL certificate used branch on hostname

I have mass virtual hosting set up on one of our servers allowing me to basically create a symlink in a certain directory and immediately have that host available on both http as well as https. This works great if all of the hostnames are in the…
Vic
  • 294
  • 4
  • 18