TACTIC Open Source
HTTPS implementation - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: HTTPS implementation (/showthread.php?tid=241)

Pages: 1 2


RE: HTTPS implementation - Nachogor - 08-18-2021

Hi Listy, I added them in /etc/httpd/conf.d/tactic.conf but afterwards I copied the last tactic.conf downloaded from Git and I got the same error. Thing is, what are those security and protocol directives? are they from an apache module? are they something else?

Thanks

If I'm not wrong "protocol" is a Core directive of apache, only needed when ports (80 and 443) are not used, but the <security> directive is the one Apache doesn't recognize... and I can't find any module that implements it.


RE: HTTPS implementation - listy - 08-19-2021

/tactic_data/config/tactic-conf.xml

In this file You should find <security> section, and add the <protocol>https</protocol>


RE: HTTPS implementation - Nachogor - 08-19-2021

Hi Listy, thanks for your answer. I did it in that file and there are no errors. I don't know why in the last GIT uupdate this directives were placed in /tactic/src/install/apache/tactic.conf...
BTW do you know why the Redirect permanent / https://[my-site] doesn't work with that tactic.conf file? I assume it has something to do with the Directory or with the balancer sections. If I don't load the tactic.conf file in /etc/httpd/conf.d/tactic.conf the redirection works seamlessly (of course it doesn't show tactic, just the fedora welcome screen), but when I add the file again the redirection doesn't work anymore (to be precise it works for the subsequent calls but not for the root and it doesn't change the URL in the address bar to https...
Thanks again for your time.