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

502 on redirects from http to https on GCP

I'd like to start by saying that I know there are quite literally hundreds of topics about this, which I've followed before to get things working. Yet, this configuration, which I had working for months, its not working in a different…
0
votes
1 answer

How to add a custom OpenSSL engine with OpenSSL and use from apache server?

I have a custom-built OpenSSL engine. I'm trying to make changes to openssl.cnf to load this engine automatically. My ultimate goal is to use this engine for Apache mod-ssl. Apache mod_ssl to use OpenSSL ENGINE on Ubuntu 14.04, address my issue and…
user45698746
  • 101
  • 2
0
votes
1 answer

How to fix TLS v1.2 issues? (SSL Lab)

I need to fix this problem. Tried a lot of methods to beat this problem, but all failed.
0
votes
1 answer

Apache HTTPS redirect to Tomcat web folder

I have configured my server to use httpd as proxy and Tomcat for deploying and running application. I use Apache httpd as proxy to redirect all request to port 80 and to the directory of tomcat where my web application files are located:…
ubey
  • 1
  • 1
0
votes
1 answer

PHP SERVER SSL_CLIENT_CERT disappears for when navigating pages

I am containerizing a legacy webservice that use SSL Client certificate validation. I have an apache 2.4 container and a PHP 7.4 FPM container. My apache virtual host conf looks like ... DocumentRoot /var/www/html/myapp …
Wanderer
  • 121
  • 6
0
votes
1 answer

When SSL directives takes effect

I'm trying to learn the basics of Apache server configuration, and wondering about SSL directives validity among different scopes on Apache. Those directives; SSLEngine on SSLCertificateFile "/etc/apache2/ssl/apache.crt" SSLCertificateKeyFile…
Gal Shahar
  • 103
  • 2
0
votes
2 answers

Best method for setting few SSL domains with redirects

I wonder what is "best" and recommended method of setting up SSL domains on single IP, where there are redirects from :80 to :443. This was not entirely covered here, because I need those redirects…
piotao
  • 121
  • 4
0
votes
1 answer

Mod SSL compiled against server

I have an issue with www+https redirection and I saw this error in logs: [ssl:warn] [pid 204:tid 412] AH01916: Init: (localhost:443) You configured HTTP(80) on the standard HTTPS(443) port! So I try to find a way to get more details in…
Petri
  • 47
  • 1
  • 10
0
votes
0 answers

Apache 2.4.37 on CentOS 8 doesn't start with SSL enabled

So, I got a brand new CentOS 8 server and I migrated from openSUSE Leap 15.1. The configuration of Apache is pretty much the standard one and I simply added my own sites as includes under the /etc/httpd/sites.d/ directory. My problem is that httpd…
ptselios
  • 41
  • 1
  • 6
0
votes
3 answers

Difficulty compiling Apache with --enable-ssl

While trying to configure Apache to serve https with a newly installed certificate from certbot, I learned that mod_ssl isn't enabled. It's not even in the modules directory. I tried recompiling Apache with the --enable-ssl option and saw no…
Eddie Rowe
  • 43
  • 1
  • 5
0
votes
0 answers

SSL versions of sites not working on 2 sites same machine and ip virtual hosts

I have CentOS 8 I installed LAMP, Varnish, etc. I setup hosts /etc/hosts ip site1.com www.site1.com ip site2.com www.site2.com I setup Apache like this: /etc/httpd.conf to include sites-enabled/ I have sites-enabled and sites-available with two…
Wed
  • 15
  • 9
-1
votes
2 answers

Troubles installing mod_ssl on RHEL 5

[root@localhost ~]# yum install mod_ssl Loaded plugins: security Setting up Install Process No package mod_ssl available. Nothing to do This my yum repo list: Loaded plugins: security repo id …
Amrit
  • 1
  • 1
-1
votes
1 answer

Can't get 2nd ssl virtual host to work

I have an Centos 5.7 Server running apache 2. The server had ssl configured by default for the default site I have. When I try to add another ssl vhost I can't get httpd to restart. I have been trying every different variation in my ssl.conf with no…
codaniel
  • 101
  • 3
-1
votes
0 answers

enable tls1.0 and tls1.1 in apache

I cannot enable tls 1.0 and 1.1 on my server. configuration: SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite …
moh3en
  • 1
-2
votes
1 answer

Apache recompile with mod_ssl and openssl

I have a Nagios (dev) server built on AWS EC2. The server had preinstalled: OpenSSL 1.0.1k-fips Apache/2.4.25 Qualys scan notified that there are vulnerabilities. The package available on AWS repository points to OpenSSL 1.0.1k-fips, which is the…
Amitabh Ghosh
  • 128
  • 1
  • 9
1 2 3
18
19