FreeRDP-WebConnect icon indicating copy to clipboard operation
FreeRDP-WebConnect copied to clipboard

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

Open WChCh opened this issue 8 years ago • 3 comments

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!

WChCh avatar Jul 23 '17 10:07 WChCh

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

c64cosmin avatar Aug 31 '17 17:08 c64cosmin

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!

WChCh avatar Sep 15 '17 08:09 WChCh

The same issue on Ubuntu 14.04

jacolex avatar Jul 19 '18 14:07 jacolex