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

enabling ssl_module for apache in wamp 2.5 freezes apache

I'm trying to use openssl with php in wamp, I have found numerous old guides to do this but I can't even seem to enable ssl_module in httpd.conf. It makes the wamp system tray icon stay orange (even after restart etc). Does anyone have some tips or…
rinserepeat
  • 165
  • 13
0
votes
1 answer

Configuring mod_ssl in Apche2

I want users to be able to navigate to https://cloud.xxx.de, which works totally fine with the following configuration file. But besides the working (and correct) url, every url points to /var/www/cloud. Shouldn't ServerName cloud.xxx.de tell Apache…
magic_al
  • 1,930
  • 1
  • 18
  • 26
0
votes
1 answer

Apache reverse SSL proxy fronting Weblogic

I've ran into a problem using mod_proxy/mod_ssl. The Apache HTTP server on SLES 11 SP3 64 bit, OpenSSL 1.0.1.f acts as SSL proxy to the Weblogic 10.3 running on Redhat. The mod_ssl is configured correctly - it works when proxying to to non-ssl…
PassoGiau
  • 587
  • 2
  • 7
  • 18
0
votes
0 answers

Check whether SSL is enabled in an installed Apache web server

I am working on setting up a web server, in this case Apache 2.2.14. We already have an installed version. I have imported the module mod-ssl and when i restart Apache, i get the following error mod_ssl.so: undefined symbol 'X509_free I checked…
Tatha
  • 1,253
  • 2
  • 24
  • 42
0
votes
1 answer

Why Apache need to be compiled with openssl?

Why apache need to be compiled with openssl? Does Apache copy files from openssl? I need to update openssl vesion and I want to know if I also need to update the Apache version due to the change of the openssl vesion?
15412s
  • 3,298
  • 5
  • 28
  • 38
0
votes
1 answer

Apache + mod_ssl intermediate CA auto discovery for X.509 client auth

Is it possible (...patch, module, anything...) to configure an apache/mod_ssl webserver (any version) to automatically discover/download intermediate issuing CA certificates back to a pre-defined trust root CA? We need to be able to provide TLS…
bcarroll
  • 1,727
  • 16
  • 14
0
votes
1 answer

Apache WEB server still responds to requests used SSLv2 protocol. When SSLv2 protocol was disabled

Here is my configuration ... SSLProtocol -ALL +SSLv3 TLSv1 but Apache WEB server still responds to requests used SSLv2 protocol. The following is my test log.( Sorry, I cannot attach image because my reputation is under the 10 ) SSLv2 Record…
0
votes
1 answer

httpd with SSL doesn't start in RHEL 6.3

I'm running 4 servers with the same config: RHEL Server 6.3 Apache 2.2.15 mod_ssl_x86_64 In 3 servers, the SSL configuration it's working, but in the last serv, i've got the next error: Unable to configure verify locations for client…
0
votes
1 answer

OpenSSL error preventing Apache2.2 startup on win32

So I go to start my Apache2.2 service, which uses mod_ssl, from the command line with "-k start -e debug". It shows all the modules loading, waits a second or two, then returns me to the command prompt without error. The service, however, is no…
Kev
  • 15,899
  • 15
  • 79
  • 112
0
votes
1 answer

mod_proxy, mod_ssl, with SSLProxyEngine to an Internal F5... Internal F5 sends apache a TCP RESET

We have the following network architecture: Public facing F5 -> [HTTPS] -> Apache HTTPD Server with mod_ssl -> [Connects using reverse proxy HTTPS with mod_proxy + SSLProxyEngine] -> Internal facing F5 -> Various WebLogic Servers and IIS…
Nicholas DiPiazza
  • 10,029
  • 11
  • 83
  • 152
0
votes
1 answer

HTTP to HTTPS Apache Rewrite not working

I have an apache2 server running on Ubuntu that I am toying with to step my sys admin skills up. I've been trying to set up a webserver with HTTPS throughout the entire site. Currently, If I go to https://mysite.com it works just fine. I've tried a…
ph34r
  • 93
  • 1
  • 12
-1
votes
1 answer

Can Apache / mod_ssl support two-tier operation?

I have a web server that maintains most of its content in a local database, but needs to query a back-end directory service to retrieve user information. The directory query works fine as a stand-alone operation, but when the web server makes the…
Dave
  • 3,834
  • 2
  • 29
  • 44
-1
votes
2 answers

SSL issue with apache 2.2/Ubuntu 12.04

We use apache 2.2, PHP 5.3 for a app running on Ubuntu 12.04 LTS. Currently we face a issue with ssltest. "This server supports weak Diffie-Hellman (DH) key exchange parameters. Grade capped to…
Prasanth
  • 577
  • 1
  • 9
  • 24
1 2 3 4 5 6 7
8