Inline Sign Rules ?? To HTTPS ?

Questions and answers about how to do stuff
Post Reply
ThierryIT
Posts: 6
Joined: 14 Mar 2016 06:19

Inline Sign Rules ?? To HTTPS ?

Post 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
DaN
Posts: 240
Joined: 19 Nov 2014 10:04
Location: Earth

Re: Inline Sign Rules ?? To HTTPS ?

Post by DaN »

Hi,

ins't there a redirect, which leads from HTTP to HTTPS://?

Try http://yourEFAserver
It should redirect to https://yourEFAserver
Right?
ThierryIT
Posts: 6
Joined: 14 Mar 2016 06:19

Re: Inline Sign Rules ?? To HTTPS ?

Post by ThierryIT »

seems not to be the case ...
DaN
Posts: 240
Joined: 19 Nov 2014 10:04
Location: Earth

Re: Inline Sign Rules ?? To HTTPS ?

Post 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?
ThierryIT
Posts: 6
Joined: 14 Mar 2016 06:19

Re: Inline Sign Rules ?? To HTTPS ?

Post 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
ThierryIT
Posts: 6
Joined: 14 Mar 2016 06:19

Re: Inline Sign Rules ?? To HTTPS ?

Post by ThierryIT »

not working .... Still the same pb. I had to add the https myself.
Post Reply