Hi all, I try to install OpenEMM on a CentOS server together with postfix.
I have followed the installation procedures from the setup manual and I am able to start OpenEMM without an error message.
But when I try to login on the webconsole using http://comm.communication-vr7.fr:8080
I get following result :
First of all the address is immediately redirected to https://comm.communication-vr7.fr:8080
The page is showing following error message :
This site can’t provide a secure connection
comm.communication-vr7.fr sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
Nothing else is running on the server, I have no Apache, nginx, ... or other webserver running.
I'm really stuck here.
I hope that someone knows how to solve this issue or can point me in the right direction.
Thank you very much,
Koenraad Vanhoutte
Centos 7 problem entering the webconsole
Moderator: moderator
-
- Posts: 4
- Joined: Wed Jun 20, 2018 8:33 pm
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Centos 7 problem entering the webconsole
There seems to be a automatic forward from HTTP to HTTPS protocol on your system which you should disable.
OpenEMM Maintainer
-
- Posts: 4
- Joined: Wed Jun 20, 2018 8:33 pm
Re: Centos 7 problem entering the webconsole
Hi maschoff, thanx for your reply.
The issue was twofold. There were errors in the ssl config which have now been corrected, as you already suggested.
I have installed a nginx reverse proxy which is working fine now.
The second part was the browser caching on my laptop that was completely messed up.
Clearing the cache together with a correct ssl config solved the issue.
The issue was twofold. There were errors in the ssl config which have now been corrected, as you already suggested.
I have installed a nginx reverse proxy which is working fine now.
The second part was the browser caching on my laptop that was completely messed up.
Clearing the cache together with a correct ssl config solved the issue.