MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: silverboy65 on 2016-02-14, 08:58:04

Title: [SOLVED] hiawatha 10.1 and ssl SSLcertFile problem
Post by: silverboy65 on 2016-02-14, 08:58:04
Hi
today i installed kloxo mr 6.5 (latest version) on a centos fresh install
after installation i didnt access to control panel
after i run
Code: [Select]
/etc/init.d/kloxo restart
i saw a message for hiawatha with syntax error in config file
after i check config file in
Code: [Select]
/usr/local/lxlabs/kloxo/init
i saw the error line number is for this line
Code: [Select]
SSLcertFile = /usr/local/lxlabs/kloxo/etc/program.pem
this file is exist and permission is ok

i had to edit hiawatha.conf.base file and comment this line (and  RequireSSL = yes in some line at bottom), then hiawatha restarted and i can now login

this is the hiawatha info
Hiawatha v10.1, cache, IPv6, Monitor, reverse proxy, TLS v2.2.1, Tomahawk, URL toolkit, XSLT

i have kloxo mr on my other server
Hiawatha v10.0, cache, IPv6, Monitor, reverse proxy, TLS v2.2.0, Tomahawk, URL toolkit, XSLT

in second server with older version , hiawatha work fine
Title: Re: hiawatha 10.1 and ssl SSLcertFile problem
Post by: MRatWork on 2016-02-14, 09:03:59
Change 'SSLcertFile' to 'TLScertFile' in hiawatha.conf and hiawatha.conf.base inside /usr/local/lxlabs/kloxo/init.
Title: Re: hiawatha 10.1 and ssl SSLcertFile problem
Post by: silverboy65 on 2016-02-14, 09:12:59
thanks for your reply
i did , now its syntax error is for
RequireSSL = yes
line
Title: Re: hiawatha 10.1 and ssl SSLcertFile problem
Post by: MRatWork on 2016-02-14, 09:19:45
Replace 'RequireSSL' to 'RequireTLS'.
Title: Re: hiawatha 10.1 and ssl SSLcertFile problem
Post by: silverboy65 on 2016-02-14, 09:22:54
thanks
solved