Tagged Questions

1
vote
1answer
680 views

Dazed and confused about configuring Apache with SSL support

I've spent a few hours trying to configure my Apache server to use SSL with no public IP, just localhost. I've created the certificate OK, I think (it has been like a crash course on black magic for ...
0
votes
2answers
36 views

Apache Mod-SSL OpenSSL [closed]

Has anyone received this error? I have am trying to setup my https on apache2 and every time I setup the VH for www.example.org on port 443 with the designated .crt files and save the config Apache ...
0
votes
2answers
70 views

A secured network connection( eg SSL ) is handled by the web server correct?

Basically a php programmer does not need to handle the encrypting and decrypting of the messages? The web server handles all the encryption and decryption, and that means by the requested php page ...
0
votes
1answer
599 views

'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 ...
0
votes
1answer
157 views

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. ...
0
votes
1answer
314 views

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 ...