Posted On April 1, 2019

Install SSL on ScreenConnect

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Install SSL on ScreenConnect
Generate cert & key from startssl.com
Save the encrypted private key
Decrypt the private key
Download files into a directory on Windows client desktop
Rename ssl.key to screenconnectprivatekey.key
Download ScreenConnectConfigurator
Run ScreenConnectConfigurator and follow the wizard


#ssh to screenconnect server
install vsftp and set selinux & firewall permissions
Use Filezilla to upload the extracted 443.cer & 443.pvk files to the server's /home/kim
ssh to screenconnect server
cd /home/kim
mv 443.cer /opt/screenconnect/App_Runtime/etc/.mono/httplistener/443.cer
mv 443.pvk /opt/screenconnect/App_Runtime/etc/.mono/httplistener/443.pvk
vim /opt/screenconnect/web.config

#Set this value:
<add key="WebServerListenUri" value="https://+:443/"></add>

#Restart screenconnect:
/etc/init.d/screenconnect restart

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Install Remote Desktop on Lubuntu & Wireshark

Update May 2020: Current versions of Ubuntu / Redhat 20.04 contain broken xrdp packages. Thus,…

Installing IonCube

ionCube produces leading tools for PHP source code protection to secure your PHP software from…

Install Fail2ban on CentOS 7 & 8

Objective: Ban all IPs that have failed logins by matching a certain policies. Here's a…