Page 1 of 1
Inline Sign Rules ?? To HTTPS ?
Posted: 30 Mar 2016 07:31
by ThierryIT
Hi,
For my non spam emails, I have a signature as:
Code: Select all
This message has been scanned for viruses and dangerous content by
E.F.A. Project, and is believed to be clean.
Click here to report this message as spam.
This is working well, except that I have to rewrite everytime the URL from HTTP to HTTPS ....
How to change it definitively to https ?
Thx
Re: Inline Sign Rules ?? To HTTPS ?
Posted: 30 Mar 2016 08:13
by DaN
Hi,
ins't there a redirect, which leads from HTTP to HTTPS://?
Try
http://yourEFAserver
It should redirect to
https://yourEFAserver
Right?
Re: Inline Sign Rules ?? To HTTPS ?
Posted: 30 Mar 2016 08:53
by ThierryIT
seems not to be the case ...
Re: Inline Sign Rules ?? To HTTPS ?
Posted: 30 Mar 2016 09:24
by DaN
/etc/httpd/conf.d/redirectssl.conf
Code: Select all
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
Is the file there? Did you restarted the vm after upgrading it? You do use the newest version of EFA?
Re: Inline Sign Rules ?? To HTTPS ?
Posted: 30 Mar 2016 10:06
by ThierryIT
Yes, I do use the last version of EFA.
Yes the file exist.
I am going to reboot the VM ... And coming back to you.
Thx
Re: Inline Sign Rules ?? To HTTPS ?
Posted: 30 Mar 2016 16:03
by ThierryIT
not working .... Still the same pb. I had to add the https myself.