RDP SSL Error
How to fix RDP SSL error in Ezeelogin
Overview: This article explains fixing RDP SSL errors in Ezeelogin by copying the self-signed certificate and key from the web server to the Ezeelogin directory using the cp command.
You need to copy paste the certificate you are using on web server.
Refer to below example to copy paste the self-signed certificate to fix RDP SSL Error.
cp /etc/httpd/ssl/apache.crt /usr/local/etc/ezlogin/tls_cert.pem
cp /etc/httpd/ssl/apache.key /usr/local/etc/ezlogin/tls_key.pem
Note: Also, make sure that the .pem files are readable by the webserver user such as nobody/www-root/apache, etc. An easy way to grant the web user read privileges would be chmod 644 /usr/local/etc/ezlogin/*.pem
Related Articles
RDP Error: This computer can’t connect to the remote computer
Could not Start Ezeelogin RDP proxy
Add windows server for RDP via browser
Forcing RDP to use TLS Encryption