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

Repairing Apache after OpenSSL update

I made an OpenSSL upgrade on ubuntu server (14.04 LTS) via apt to 1.1.0f. After the upgrade was finished, I tried to (re)start apache2. Then this appears: * Starting Apache httpd web server apache2 * * The apache2 configtest failed. Output of…
0
votes
3 answers

Apache2 uses http instead of https, despite LetsEncrypt

Background I have an Ubuntu 16.04 server running Apache/2.4.18 (Ubuntu). I installed lets-encrypt from github and ran ./letsencrypt-auto --apache, choosing the second option from the following dialog: Please choose whether HTTPS access is required…
Socowi
  • 105
  • 1
  • 6
0
votes
2 answers

Apache2 mod_ssl goes missing after random time period

Using a fairly typical/standard Apache installation on Ubuntu, with mod_ssl enabled, every "so often" (random time period) a website on the server stops responding. When looking to see why, I noticed that /etc/apache2/mods-enabled/ssl.conf and…
0
votes
1 answer

How to configure SSL using two different Web Servers

I am a noob when it comes to System Administration & Networking and I thought I would get some valuable insight from the pros in here. I work for my University's IT department and I overlook the day to day running of the School Website. We recently…
0
votes
1 answer

Upgrade OpenSSL (mod_ssl) on WIndows Apache 2.2.18 to v1.1.0b

I am running Apache 2.2.18 on my work machine and have a dedicated IP and paid SSL certificate. Since this server should be secure, I only use HTTPS when I access it. To do a test I went to ssllabs.com so see what the result for my web server would…
Kaboom
  • 103
  • 1
  • 1
  • 4
0
votes
1 answer

Redirection from http to https in Apache httpd24 with mod24_ssl is not working

I have my Amazon linux server and I had installed httpd24 and mod24_ssl. I had been setup ssl certificate in /etc/httpd/conf.d/ssl.conf file with https redirect instructions: ServerName example.com:80 RewriteCond %{HTTPS}…
Nagarjuna D N
  • 315
  • 1
  • 2
  • 16
0
votes
2 answers

After Setting Up SSL for one vhost https://sitename.com shows Apache 2 Test Page

Thank you in advance for your support! We have been working on this for a couple days, lots of research and no luck with a solution. Our web server is running on centos6 with apache (httpd-2.2.15-53) and mod_ssl using vhosts in the…
0
votes
1 answer

How to enable SSL only on certain locations

I have an Apache that serves an application as well as a web service. I want the web service over https but the application over http. How do I enable SSL on only a certain location? None of the SSL directives seem to be valid inside a
BoDidely
  • 1
  • 1
0
votes
2 answers

Apache2 - SSL is not working

I am currently trying to install an SSL certificate issued through Namecheap by Comodo. I am however currently having issues. In the error log, I have this error: [Sun Apr 10 17:59:06.567045 2016] [mpm_prefork:notice] [pid 613] AH00169: caught…
mattrick
  • 143
  • 1
  • 1
  • 10
0
votes
3 answers

Enable SSL for a single VirtualHost

I have an apache 2.4 webserver running on Ubuntu 14.04 LTS. Is it possible to enable SSL only for a single VirtualHost and leaving the other VirtualHosts unaffected (including the default one)? For example, in my web server I have this sites running…
TesX
  • 149
  • 1
  • 2
  • 6
0
votes
1 answer

extending defined in conf.d/ssl.conf

I have some global directories, aliases and rewrite rules in my httpd.conf. They aplly to both 80 and 443. Now I want to add an http proxy on port 3128. I don't want it to be affected by existing directives, so I try to surround them…
basin
  • 558
  • 1
  • 5
  • 22
0
votes
0 answers

Do any versions of Apache allow for a different declaration of SSLProtocol for different Virtual Hosts?

We are currently using Apache 2.4.10. For various reasons we need to drop support for TLS 1.0 and 1.1 on some domains, but leave 1.1 support on others. I've been reading but can't find a definitive answer. Do any versions of Apache support…
0
votes
1 answer

Apache + mod_ssl configuration settings not being used

The configuration settings i set in httpd.conf don't seem to be actually working. After restarting Apache I used some online SSL check type websites and it appears that Apache isn't using the SSLProtocol configurations. Tests show that SSL v3 is…
Analog
  • 202
  • 2
  • 12
0
votes
1 answer

How to correctly setup an Apache VirtualHost as HTTP and HTTPS?

I am trying to setup a locally (for development/testing purposes) SSL site using Apache and mod_ssl and this is what I have in my VirtualHost files: /etc/httpd/conf.d/local.conf ServerName reptool.dev DocumentRoot…
ReynierPM
  • 710
  • 5
  • 14
  • 30
0
votes
1 answer

Job for httpd.service failed

after following this tutorial :https://www.digitalocean.com/community/tutorials/how-to-create-an-ssl-certificate-on-apache-for-centos-7 I have tried everything I possibly can to fix the error I have gone through the steps to ensure I correctly…
Yusaf Khaliq
  • 103
  • 1
  • 1
  • 5