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
0 answers

Apache 2.4 reload succeeds but restart fails when using SSL

On Apache 2.4, reload succeeds but restart fails when using SSL. Or to say it another way, the SSL configuration directives appear to work perfectly when doing a service reload but not a service restart. The following sequence of commands: service…
Monica For CEO
  • 330
  • 1
  • 17
0
votes
0 answers

google site map generator can't login admin console

I installed Google Sitemap Generator for linux x86_64 CentOS 6 But when I try to login to the admin console using this link myserverip:8181 and my password nothing happened. After refreshing I only got about 20% of the page loaded. If I try to…
adnan
  • 101
  • 1
  • 4
0
votes
1 answer

mod_ssl RPM conflict

I build Apache httpd into an RPM using these sites: http://erikwebb.net/blog/compile-and-install-apache-24-red-hat-enterprise-linux-rhel-6-or-centos-6 http://ramblin-dude.blogspot.com/2013/04/compiling-rpm-for-httpd-on-rhel-57.html I was…
Engineer2021
  • 601
  • 8
  • 25
0
votes
1 answer

What refer/mean "Remote Server Authentication" at Apache mod_ssl doc?

The part of the doc in that such term is used is this. Can anybody give some context or explain me what mean Remote Server Authentication there? I know that Apache server can authenticate clients but not a "Sever"?
user120858
0
votes
1 answer

No SSL certificate error when configuring redirection in virtual host

My server is working fine with a self-signed SSL certificate until I added the following lines to redirect request containing wwww to non-www site: ServerName www.mydomain.com Redirect permanent /…
Question Overflow
  • 2,103
  • 7
  • 30
  • 45
0
votes
1 answer

SSL/TLS Client certificate Authentication using RewriteCond and Rewrite Rules to perceptively redirect traffic not authorized

I finally end up to write here because I´m badly struggling against apache, SSL/TLS and a client certificate authentication that should use the certificate´s Serial Number to restrict access to a specific API call. better to explain with some…
0
votes
1 answer

Thawte ssl 123 certificate installation on ubuntu 12, apache

I have recently purchased the ssl123 certificate from thwate. They have provided me following files 1:x.509 certificate 2:Apache Bundle 3:intermediate CA1 I am trying to install on my server but no success here are my configuration. Virtual Host…
0
votes
1 answer

installing SSL certs on apache ... what certs to use?

Im an intermediate Linux user and got assigned the task to make Apache run https connections. Currently running centOS 6 and my problem is following: installed mod_ssl and tried to set up paths correctly but not sure if i used the right files. I…
Zee
  • 3
  • 1
0
votes
1 answer

Verify client certificate CN in Tomcat(APR)

I'm running a tomcat installation with the APR libraries installed (with the OpenSSL HTTPS stack that comes with it). What I'm trying to do is to lock a specific HTTPS connector down to users of a specific certificate. Adding client certificate…
0
votes
1 answer

Can't get self-signed CA cert to request corresponding client cert; Apache

I'm running Apache 2.2 on Windows, and have mod_ssl working fine for delivering a commercially signed server cert. (A wildcard cert, though I don't think it matters.) I'm trying to get the server, on certain VirtualHosts, to require a client…
0
votes
1 answer

Apache 2 reverse proxy to ssl local networked lamp app server - 95% working, except first page login redirection

Dived into the joys of using apache as a proxy. Awesome. There is a learning curve to deal with but the payoff is well worth it! I took the virtual host approach to benefit from having the same urls whether I access locally or externally. Everything…
stefgosselin
  • 257
  • 1
  • 4
  • 14
0
votes
1 answer

Could not resolve host --- no address associated with name

I'm setting up a web server on an old OpenBSD machine, and am getting an error each time I try to start Apache. The server refused to start after I added my virtual host with HTTPS. Error could not resolve host "10.0.1.120:50720" port "https" --- no…
Ryan Leonard
  • 153
  • 7
0
votes
1 answer

How to install godaddy's ssl on apache

I'm setting up a mail server for a company, I've done everything, generated csr, everything is working, I just need to add godaddy's ssl, the instructions given by godaddy aren't clear, i need some help, we have a centos dedicated server and apache,…
Lynob
  • 241
  • 1
  • 9
  • 17
0
votes
2 answers

Apache multiple virtual hosts with ssl certificates

Possible Duplicate: Multiple SSL domains on the same IP address and same port? I have an problem with Apache and multiple SSL certificates. In case if i config it only for one domain, everithing works fine, but when i add another one as…
0
votes
2 answers

Apache not responding after SSL handshake

Sometimes on my CentOS servers with Apache 2 + mod_ssl, Apache stops responding to requests made through HTTPS. The SSL connection and handshake is successfull (I tested it with openssl s_client), but Apache doesn't send any data to the socket after…
Antares
  • 191
  • 1
  • 2
  • 14