”EHSServer::EHSServer: EHS not compiled with SSL support. Cannot create HTTPS server” error on CentOs7
Hi Everyone,
I want to run the https connections, and I configure the wsgate.ini such as :
[ssl] port = 4430 bindaddr = 0.0.0.0 certfile = /root/ssl/ca-cert.pem certpass =verysecret
but it dose not work,and get the error
EHSServer::EHSServer: EHS not compiled with SSL support. Cannot create HTTPS server
, so What should I do?
please help me!
Hello @WChCh
OpenSSL was missing when EHS was built. Make sure that you have it installed (yum install openssl-devel).
Hi @c64cosmin
Thank you for your reply! I used the command 'yum install openssl-devel',brefore building the project, but it still report the same error! (Sep 15 16:47:11 localhost wsgate[14689]: wsgate v1.2.0.442 starting Sep 15 16:47:11 localhost wsgate[14689]: EHSServer::EHSServer: EHS not compiled with SSL support. Cannot create HTTPS server. )
When I run the install_prereqs.sh, these is a tip: autoconf is already installed. CentOS 6.4 uses an old version of autoconf. Do you wish to remove the current version and get a newer one, but I am sure I use the Centos7.1!
The same issue on Ubuntu 14.04