Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

”EHSServer::EHSServer: EHS not compiled with SSL support. Cannot create HTTPS server” error on CentOs7 #167

Open
WChCh opened this issue Jul 23, 2017 · 3 comments

Comments

@WChCh
Copy link

WChCh commented Jul 23, 2017

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!

@c64cosmin
Copy link
Contributor

Hello @WChCh
OpenSSL was missing when EHS was built. Make sure that you have it installed (yum install openssl-devel).

@WChCh
Copy link
Author

WChCh commented Sep 15, 2017

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!

@jacolex
Copy link

jacolex commented Jul 19, 2018

The same issue on Ubuntu 14.04

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants