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

Apache Reverse Proxy with SSL handling

I am trying to use apache as a reverse proxy, and to off load SSL processing from the underlying Node Js application. I have the configuration defined but it doesn't look as though the system is trying to perform the reverse proxy portion. For…
akaphenom
  • 143
  • 1
  • 7
0
votes
2 answers

HTTPS only on subdomain

I have a Jenkins install at ci.example.com, and a static site at example.com. The Jenkins install is configured to use HTTPS exclusively. I'm a cheapskate, so I only have a certificate for the ci.example.com domain. My Apache config looks like…
Kevin
  • 466
  • 5
  • 10
0
votes
0 answers

apache 2.4 don't find the SSL Certificate File

I try to configure SSL on my apache 2.4.12 Webserver. But apache2 can't find the Certificate and Key File in the corespondening ssl directory. I already checked file permissions but without success. The Certificates are not empty and the same…
Oliver G.
  • 115
  • 1
  • 8
0
votes
1 answer

Redirect non https domains to http

I have around 6-7 DOMAINS hosted on linode server where apache is a webserver. One domain is ssl configured and other runs on http only. Suppose https://www.example.com is ssl configured . others are http://www.example1.com…
Anil Sharma
  • 121
  • 1
  • 6
0
votes
1 answer

Force httpd 2.0 mod_ssl to use TLSv1 for proxied handshakes

I have an instance of httpd (version 2.0) that uses mod_proxy to transform incoming http requests to https. My problem is that I need my proxy to connect to a server that only supports SSLv3/TLSv1 Client Hello handshaking. As a test, I've tried…
Chris Mendez
  • 166
  • 6
0
votes
1 answer

Apache SSL page times out with server taking too long

I have an SSL site I'm trying to deliver with apache that is timing out when you load it in a web browser. I am seeing this message in the browser: The connection has timed out The server at solr1.mydomain.com is taking too long to respond. The…
user99201
  • 287
  • 2
  • 8
  • 22
0
votes
4 answers

AH01896: Unable to determine list of acceptable CA certificates for client authentication in Apache v2.4 SSLCACertificatePath directive

I am using Apache v2.4 In ssl.conf file I am using SSLCACertificatePath directive with parameter like /var/dat/certificates/ssl.intermediate where ssl.intermediate is an empty directory with following permissions: drwxr-xr-x 2 root root 4096 Oct…
Jophine
  • 101
  • 1
  • 2
0
votes
1 answer

Avoid the need of CAfile on client

I am trying to configure my apache that it is delivering all certificates files to get always a positive validation. To be clear there is no issue with any browsers, I am talking about openssl s_client and curl. Running for example openssl s_client…
CSchulz
  • 243
  • 3
  • 20
0
votes
2 answers

configuring https on EC2

I know similar questions have been asked here and I read them all, but I could not get a clear answer. So I am asking here. I have an EC2 instance.It is a dedicated instance running LAMP. Everything works fine in this using http. I want to run it…
open_sourse
  • 141
  • 2
  • 8
0
votes
0 answers

Apache mod_ssl [2.2.26] and Openssl [0.9.8za] compatibility

Our product running over RHEL has Apache 2.2.26 & OpenSSL 0.9.7 [ofcourse, pretty old]. We are currently upgrading Openssl to 0.9.8za. I have installed the latest OpenSSL RPMs. However Apache is failing to start. After debugging i found the issue is…
kiwi
  • 1
  • 1
0
votes
1 answer

"Can't Connect to Server" from 2nd virtual host on VPS

I'm using Debian 7 Wheezy and Apache 2.2.22, and I'm setting up Virtual Hosts for a number of websites on my VPS. I've successfully configured the VirtualHost directives for one of the sites, but the second one continually gives "Problem Loading…
chaoskreator
  • 123
  • 6
0
votes
1 answer

Server suddenly stops responding and then resumes an hour later

My FreeBSD server had been perfectly working for over 2 years without any major changes to the system. Recently I installed SSL certificate using Apache's mod_ssl, and after 10 days of running fine the server suddenly started crashing. When the…
krn
  • 133
  • 1
  • 1
  • 5
0
votes
0 answers

Apache2 + Mod_SSL user management

I'm currently playing around with PKI auth on my Apache2 server and I was just wondering if there is a quick/easy way to add/remove users from the SSLRequire line? Right now I have something like this: Options FollowSymlinks …
tparrott
  • 185
  • 1
  • 3
  • 9
0
votes
1 answer

Howto join ssl_access_log and access_log?

Recently I discovered in my /var/log/httpd files called ssl_access_log and ssl_error_log. Now I always looked and scanned the regular access_log and error_log. Questions are? Do ssl_error_log and ssl_access_log are included in the access_log and…
aviv
  • 167
  • 1
  • 1
  • 9
0
votes
2 answers

Wrong application loads on port 443

I have a server with two web application that configured as follow: app1: www.domain1.com has https version app2: www.domain1.com has not https version This is my VirtualHost config for domain1: Listen 443 NameVirtualHost…
S.Yavari
  • 133
  • 1
  • 6