Skip to Content

RDP SSL Error

How to fix RDP SSL error in Ezeelogin?

 

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.

root@gateway ~]# cp /etc/httpd/ssl/apache.crt /usr/local/etc/ezlogin/tls_cert.pem

root@gateway ~]# cp /etc/httpd/ssl/apache.key /usr/local/etc/ezlogin/tls_key.pem

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