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 using mod_ssl in your application, extending it, controlling the state from your application, writing other Apache modules that talk to it and similar.

For questions around setting it up, and advanced configuration, the mod-ssl tag on ServerFault is likely to be a better place to ask.

118 questions
0
votes
0 answers

Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration. Even if installed mod_ssl

I want to Enable SSL on apache server. i made proper configuration in httpd.conf as well as httpd-ssl.conf . But When i am starting apache Server following error is comming : ** Invalid command 'SSLEngine', perhaps misspelled or defined by a module…
0
votes
1 answer

Secure Apache/PHP Login Page?

Mavens, Is there a valid--concise(!)--summary of the steps one needs to take to secure a login page using Apache & PHP? E.g., Assume that one already has an installed SSL certificate (an interesting process in itself)...but then what? I've been…
Plane Wryter
  • 1
  • 1
  • 1
0
votes
1 answer

how to enable ssl_module apache

I'm using WAMP on my PC for a project and I need to enable the ssl_module because I need to send emails through Gmail's SSL SMTP... I know how to enable it (uncomment or using WAMP interface check/uncheck) but neither of my changes work... even if…
juan
  • 271
  • 1
  • 4
  • 11
0
votes
0 answers

Cannot load modules/mod_ssl.so into server - %1 Error Still After Switching to OpenSSL 64-Bit

I am trying to setup SSL on WampServer. When I use the httpd -t command in the Apache directory, I receive this error: Cannot load modules/mod_ssl.so into server: The operating system cannot run %1. I have a 64-bit computer, but am running…
styro103
  • 39
  • 2
  • 7
0
votes
2 answers

setting SSL/TLS protocol version according to URL path or specific service in apache(mod_ssl)

I want to set "force to use TLS 1.2" in my server httpd-ssl.conf SSLProtocol -all +TLSv1.2 but I'm also considering if some client modules does not support TLS 1.2, and I would like to give it a exception that TLS 1.x can be acceptable. Am I able…
Freeman
  • 61
  • 6
0
votes
1 answer

Apache httpd24 with mod24_ssl is not redirecting from http to https

I have my Amazon linux server and I had been 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
  • 541
  • 6
  • 26
0
votes
1 answer

Can't load 'C:/Apache/Perl/site/lib/auto/Apache2/ModSSL/ModSSL.dll'

I am running an Windows Server 2008 R2 Enterprise with an Apache Server installed and mod_perl & mod_ssl I just installed Apache2::ModSSL, but i was not able to use cpan for this and had to compile it using nmake. CPAN is not working correctly on…
chenino
  • 454
  • 2
  • 7
  • 19
0
votes
1 answer

user not found: /myproject/admin/status/

I am using apache2, wsgi, and django. There are some logs in the error.log. There are something wrong with the auth in my project. But I cannot figure it why from the following log. why user not found in some folds? Any hints welcomed. Thanks. RSA…
BAE
  • 8,550
  • 22
  • 88
  • 171
0
votes
2 answers

Configure Apache server to use specific OpenSSL Engine

I have a working OpenSSL RSA engine (i.e. a .so file) and an Apache server configured in SSL mode. How can I make Apache use RSA implementation from my RSA engine? In other words: Where do I put the engine (.so file), how do I modify the openssl.cnf…
Dani Grosu
  • 544
  • 1
  • 4
  • 22
0
votes
1 answer

'undefined symbol: SSL_get_servername' message when starting Apache Web Server

I installed httpd-2.2.16 and openssl-1.0.0 on Red Hat Linux 5: when starting the Apache a 'undefined symbol: SSL_get_servername' message is generated on the command line. Listed below are the parameters used for the Apache installation (section A)…
WhereIsTheBubble
  • 325
  • 1
  • 7
  • 9
0
votes
1 answer

How to get SSL_CLIENT_SAN_* env variables * in mod_ssl on apache 2.4 using PKI

I'm new to apache PKI certs and php. I'm trying to find the SSL_CLIENT_SAN_(email) environment variable in the $_SERVER array (php). I can see the other mod_ssl environment variables, but not the SSL_CLIENT_SAN_*. I'm using wamp, if that has any…
garyM
  • 802
  • 2
  • 12
  • 29
0
votes
0 answers

error while redirecting to https

I have configured SSL on my webserver of rhel system. I update ssl.conf file using below cond. When i use, http:///ServiceRequest, it redirects to https. However, it display error The requested URL /ServiceRequest was not found on this server. I…
user05209
  • 41
  • 1
  • 8
0
votes
1 answer

Force visitors to use SSL by default - Apache2

I am using an Amazon EC2 instance with Ubuntu 14.04 and running an apache2 webserver. I bought my domain with godaddy and migrated the nameservers to cloudflare. Since cloudflare offers free SSL, I have that enabled. I have never built a website to…
0
votes
1 answer

Does mod_ssl 2.8.31 work with Apache 2.2?

I'm trying to setup a mod_ssl - Apache server for authentication purpose. I just downloaded the latest mod_ssl package (2.8.31) and the CHANGE document says it's only been upgraded to Apache 1.3.41. However, 1.3.x is no longer maintained. Should I…
Z.Zen
  • 838
  • 1
  • 10
  • 21
0
votes
1 answer

installing mod_ssl causes httpd to segmentation fault

I am running apache $ httpd -v Server version: Apache/2.2.15 (Unix) Server built: Oct 16 2014 14:48:21 and it runs fine but when I do yum install mod_ssl, apache seg faults. It seg faults right away when I try to list modules using httpd -M. $…