mrmarkuz
(Markus Neuberger)
March 2, 2022, 11:57pm
9
Horde is still available in nethforge-testing but there were issues with TLS (you need to use older TLS policy), see Horde login problems - #5 by mrmarkuz
yum install nethserver-horde --enablerepo=nethforge-testing
Here is the PHP 7.3 PEAR install howto working with newest TLS policy:
It’s working with PHP73 if we install it with pear(see horde docs ). This way IMAP TLS login works with newest TLS policy:
[image]
Install nethserver-horde:
yum install https://mrmarkuz.dynu.net/mirror/devtest/nethserver-horde-0.0.2-1.ns7.noarch.rpm
Make rh-php73 work:
yum -y install nethserver-rh-php73-php-fpm
Add
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9003"
</FilesMatch>
to /etc/httpd/conf.d/php-horde-horde.conf line 41 and reload http:
systemctl reload htt…
2 Likes