Download the Stunnel windows installer from www.stunnel.org.
You can use a third-party application to secure the Adobe Connect Pro Licensed Meeting Server (RTMPS).
To secure the Web application only (HTTPS), see Securing the Adobe Connect Pro Web Application (HTTPS only) with Stunnel (cpsid_53242).
To secure both the Web application (HTTPS) and the Meeting server (RTMPS), see Securing Adobe Connect Pro with Stunnel (cpsid_51240).
To secure an Adobe Connect Pro meeting (RTMPS) with Stunnel, do the following:
-
-
Install Stunnel on the same box as Adobe Connect.
-
Insert the following code in the custom.ini without replacing or deleting any existing text:
RTMP_SEQUENCE=rtmps://external-host:443/?rtmp://localhost:8506/ -
Copy your certificates and private keys to the root of the Stunnel install.
-
Rename the stunnel.conf file in the root install directory of Stunnel and create a stunnel.conf file containing the following:
; Protocol version (all, SSLv2, SSLv3, TLSv1)
sslVersion = all
; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
TIMEOUTclose=0
options = DONT_INSERT_EMPTY_FRAGMENTS
; Service-level configuration ( put as many as you want in here)
[rtmps-vip]
; incoming vip for fms (to secure Meeting) IP address that resolves to meeting FQDN
accept = 123.123.123.2:443
;When Stunnel is on the same box, simply leave the below IP address as 127.0.0.1
; Send unencrypted request to 1935
connect =127.0.0.1:1935
; Certificate information for Connect Meetings
; This assumes that you put the cert and key in the root folder of Stunnel
cert = CertificateNameHere.pem
key = CerificateKeyNameHere.pem
-
From the Start / Programs menu, find Stunnel and select Install Service. If you have a passphrase on your private key, remove it.
-
Start Stunnel service.
-
Restart the Adobe Connect services.