mod-ssl Questions
1
I've compiled and installed a newer version of OpenSSL, then performed a clean install of Apache, but it fails to start with the following messages in log:
[Mon Mar 30 15:20:13.302086 2020] [ssl:w...
2
Solved
I'm wanting to front an AWS APIGateway URL with a reverse proxy in Apache. The reason is due to a process requiring a static IP to provision a service behind a strict firewall and that the current ...
4
I am in the process of upgrading Apache version from 2.0 to 2.4. After 2.4 installed, I have faced below issue.
Invalid command 'SSLMutex', perhaps misspelled or defined by a module not included i...
2
Take a look at PayPal (https://www.paypal.com/) security certificate.
It says: Connection Encrypted: High-grade Encryption (TLS_RSA_WITH_AES_256_CBC_SHA, 256 bit keys).
Now, how can I create my sel...
Interlingua asked 7/2, 2014 at 16:37
4
Solved
We are using Apache 2.2.25 with mod_ssl in the reverse proxy mode using mod_proxy. It has a server certificate we use for testing purposes, issued by GoDaddy. There are 3 certificates in the chain,...
Aphrodite asked 20/5, 2015 at 8:58
2
I am asked to recompile mo_ssl with openssl 1.0.2 in SuseSE11SP3.
However, I am a newbie to Suse, but know a little bit of linux.
OS : Suse SE11SP3
Openssl : 0.9.8j <-which comes with origin...
Collator asked 11/10, 2016 at 0:21
2
Solved
Going through the motions to get TLS up and running for my website. I read under the AWS documentation to
sudo yum install -y mod24_ssl
but was getting a conflict on some dependencies.
I ended ...
Beaner asked 11/7, 2017 at 22:21
1
Solved
I'm trying to secure my server's vhosts. I installed LE/Certbot fine, and had no issues. I installed/upgraded any dependencies to get certbot to work, again they ran fine.
mod_ssl is installed an...
Broads asked 18/10, 2017 at 21:16
2
I'm on Apache 2.4.12, so SSLCertificateChainFile is now obsolete, and any intermediate certificates are supposed to be included in the server certificate file. I cannot figure out how to do this, h...
2
Solved
was support for per-directory CA files removed in httpd 2.4?
<Location /directory>
Require valid-user
SSLVerifyClient require
SSLVerifyDepth 5
SSLCACertificateFile /path/to/ca.crt
</Loc...
1
I have followed this tutorial and many others:
https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache
However, none of my attempts have been successful:
When I go to Plugin M...
7
I have figured out all the necessary steps to get DOD CAC card based client certificate authentication working in Apache, but am now struggling to pull a good GUID for the user from the certificate...
Undulatory asked 4/3, 2009 at 15:24
1
Solved
For background information: (Question at bottom)
I'm trying to connect to a client, who has 8 servers, all of which have unique IP addresses. The client uses the same SSL certificate on all the se...
15
Solved
I've got a customer trying to access one of my sites, and they keep getting this error > ssl_error_rx_record_too_long
They're getting this error on all browsers, all platforms. I can't rep...
Belfry asked 23/9, 2008 at 6:7
1
Solved
I just purchased an SSL certificate and am considering options for its implementation on my Amazon Elastic Load Balancer, which will leverage Apache2. From what I understand I have two options for ...
Morly asked 7/2, 2011 at 18:5
1
© 2022 - 2024 — McMap. All rights reserved.