I was able to get it work by setting the SSL artifacts at the clients end
but not in the Apache server. I thought SSL is applied at Server to Apache
and Apache to Client is non-encrypted. So I have to place the certs and
keys at the Apache Server.
Is it that Apache forward proxy doing just a passt
Never heard of mutual ssl enabled before. What is the use case for this
setup?
Would it work for having Nginx SSL offloading to Apache? Any docs?
On 05/24/18 10:00 PM, William A Rowe Jr wrote:
> Your next thing to test, from a vanilla/completely reset browser,
> would be
> to load up these corre
On 05/29/2018 04:05 PM, Mahmood Naderan wrote:
Consider the following apach2 config file on an Ubuntu 18.04 as below
root@web1:/var/www/html# cat
/etc/apache2/sites-available/000-default.conf
ServerAdminwebmaster@localhost
DocumentRoot/var/www/html/
OptionsIndexesFollowSymLinksMultiViews
On 29.05.2018 22:01, users-h...@httpd.apache.org wrote:
Hi! This is the ezmlm program. I'm managing the
users@httpd.apache.org mailing list.
Messages to you from the users mailing list seem to
have been bouncing. I've attached a copy of the first bounce
message I received.
If this message boun
Consider the following apach2 config file on an Ubuntu 18.04 as below
root@web1:/var/www/html# cat /etc/apache2/sites-available/000-default.conf
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny