Tagged Questions
0
votes
1answer
73 views
Could not resolve host — no address associated with name
I'm setting up a web server on an old OpenBSD machine, and am getting an error each time I try to start Apache.
The server refused to start after I added my virtual host with HTTPS.
Error
could not ...
0
votes
0answers
445 views
Install & configure mod_ssl on Amazon EC2 instance
I am trying to support HTTPS traffic with the mod_ssl module on my website. I am running an Amazon EC2 instance for my server. I have installed and configured the basic LAMP packages. However, when I ...
0
votes
1answer
267 views
Is it possible to do client certificate authentication without running HTTPS on a webserver?
(Please note: this question is one of many "why don't you just try it?" questions. I certainly will, but since I haven't found an obvious answer by googling, I thought I might as well make it easier ...
0
votes
2answers
262 views
How to run a virtualhost 443 without an SSL cert?
I have a virtualhost directive that serves up a custom 404 error if invalid subdomain is entered:
<VirtualHost *:80> # the first virtual host
ServerName site_not_found
RedirectMatch 404 ...
1
vote
1answer
99 views
HTTPS via a floating IP
I ran in what seems to see a case with little to no documentation.
I'm trying to serve content sitting behind Apache 2.2 via HTTPS. This Apache server is listening on two IP addresses, one static ...