Questions tagged [mod-ssl]

Questins abut mod_ssl - an optional module for the Apache HTTP Server

mod_ssl is an optional module for the Apache HTTP Server.

Provides strong cryptography for the Apache v1.3 and v2 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) cryptographic protocols by the help of the Open Source SSL/TLS toolkit OpenSSL.

Source: http://en.wikipedia.org/wiki/Mod_ssl

17 questions
6
votes
1 answer

Are the ssl-cert-snakeoil.pem and ssl-cert-snakeoil.key unique per installation?

Is my understanding that Apache2 ... default HTTPS configuration will use a certificate and key generated by the ssl-cert package. That mean that the files ssl-cert-snakeoil.pem and ssl-cert-snakeoil.key are unique per each ssl-cert…
user58366
6
votes
3 answers

Disable SSLv3 in Apache2 on a clean install of ubuntu 14.04.1 Server

I have a new install of ubuntu server version 14.04.1 I have apache2 with SSL enabled. I want to disable SSLv3 (I am aware this is a popular question but I have trawlled all other answers on multiple sites and I believe I have followed all the steps…
5
votes
2 answers

Do I need to update mod_ssl for CVE-2014-0160?

I have updated OpenSSL to version 1.0.1 g on my Ubuntu 12.04.4 LTS: user@server# dpkg -l |grep openssl ii openssl 1.0.1-4ubuntu5.12 Secure Socket Layer (SSL) binary and related cryptographic tools ii …
3
votes
1 answer

Ubuntu 14.04 mod_ssl not available

When I try to install mod_ssl it say Unable to locate package mod_ssl $ sudo apt-get update Ign http://archive.ubuntu.com trusty InRelease Hit http://archive.ubuntu.com trusty-security InRelease Hit http://archive.ubuntu.com trusty-updates…
3
votes
2 answers

HTTP to HTTPS rewrite rule not working

ubuntu 14.04 Apache/2.4.7 I am posting here conf file for my virtual host and default ssl host. not able to figure what am I doing wrong. http:// shows the index of the folder. I want to redirect this to…
Rajeev
  • 173
2
votes
1 answer

HTTP redirects to main domain, but not HTTPS

I'm trying to setup a sub domain on my Ubuntu 17.10 machine. I got the HTTPS part working and that shows the right subdomain files, but when I put it as HTTP, it shows the main domain, but I want the HTTP to redirect and show the HTTPS version of…
Bwookzy
  • 89
2
votes
2 answers

How can I get Apache SSL to work in 13.10 after upgrade?

I've just upgraded to 13.10 from 13.04 and my Apache config won't load. I get this error: AH00526 Syntax error on line 43 of /etc/apache2/mods-enabled/ssl.conf: SSLSessionCache: 'shmcb' session cache not supported (known names: ) Maybe you need to…
sventech
  • 140
2
votes
2 answers

How force that all connections to my Apache use TLSv1.1 or TLSv1.2?

I tested on Ubuntu 12.04 (apache 2.2.22-1ubuntu1.4 and openssl 1.0.1-4ubuntu5.10) and Ubuntu 13.04 (apache 2.2.22-6ubuntu5.1 and openssl 1.0.1c-4ubuntu8.1). here explain how to do so, but I have the following problems: When try to use: SSLProtocol…
user58366
1
vote
0 answers

SSL Protocol Error on 16.04, nothing showing in error logs

So when I go to https://example.org I get ERR_SSL_PROTOCOL_ERROR. I have checked my Security Groups on AWS (ec2/ubuntu 16.04 server) and I do in fact have port 443 open on both TCP/HTTPS. My only sites-enabled is default-ssl.conf and here are the…
brianforan
  • 11
  • 1
  • 5
1
vote
1 answer

Apache mod_ssl to use OpenSSL ENGINE on Ubuntu 14.04

I have installed OpenSSL 1.0.1f and created an Engine for RSA acceleration using GPU. The Engine is dynamic so it is known globally. Then I have installed Apache $ sudo apt-get install apache2, created self signed certificates in order to provide…
1
vote
0 answers

Apache "Restart" Fails following Go-Daddy SSL Certificate Installation

I've followed digital ocean tutorial and seem to be hitting a problem at the last hurdle. I've configured my 000-default.conf as per the instructions in the link and get the following error message when I run the sudo command to stop and then…
1
vote
1 answer

Proper setup of multi-domain SSL certificate as VirtualHosts on multiple IPs

I currently have the following VirtualHosts defined. NameVirtualHost *:80 Listen *:80 Listen *:443 --various directives for www-- --same directives as…
0
votes
0 answers

UBuntu SSL install apache

My doman provider gaves me two files:- domain.com_ssl_certificate.cer -.domian.com_ssl_certificate_INTERMEDIATE.cer What should I do in order to activated SSL on my domain?
0
votes
0 answers

Apache uses old SHA1 root certificates. How to update or correct?

When check my server certificate get error: One of the certificates is signed with a SHA1 signature. We recommend that you reissue or replace this certificate with one that uses a SHA-2 signature. Contact your SSL provider about how to do this. Read…
abkrim
  • 362
0
votes
1 answer

SSL Reverse Proxy not working after upgrade from Apache 2.2.14 to 2.2.22

After upgrading my Apache to 2.2.22 I can no longer connect to my internal servers by https. Internal servers respond ok if I don't use HTTPS, otherwise I get this on the Apache log: [Mon Jan 06 18:20:37 2014] [info] Init: Seeding PRNG with 648…
1
2