FreeRDP / FreeRDP-WebConnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser
514 stars 1.6k forks source link

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

Open WChCh opened 7 years ago

WChCh commented 7 years ago

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 commented 7 years ago

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

WChCh commented 6 years ago

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 commented 6 years ago

The same issue on Ubuntu 14.04