Загрузка...

configure SSL/HTTPS for HTML5 access in Adobe Connect on an on-premise server installation

In this video, I show how to configure SSL/HTTPS for HTML5 access in Adobe Connect on an on-premise server installation.

Edit stunnel.conf :
; Protocol version (all, SSLv2, SSLv3, TLSv1)
; we want TLS1, TLS1.1 and TLS1.2 active, so set =all and then say “not SSLv2, SSLv3”
sslVersion = all
options = NO_SSLv2
options = NO_SSLv3
options = DONT_INSERT_EMPTY_FRAGMENTS
options = CIPHER_SERVER_PREFERENCE
renegotiation=no
fips = no
;Some performance tunings:
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
TIMEOUTclose=0
; application server SSL / HTTPS webinar3
[https-vip]
accept = 172.16.0.77:443
connect = 127.0.0.1:8443
cert = C:\Connect\stunnel\certs\publiccert.pem
key = C:\Connect\stunnel\certs\privatekey.pem
;configure ciphers as per your requirement and client support.
;this should work for most:
ciphers = TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES

[acts]
; accept = ACTS IP:443
accept = 172.16.0.71:443
; When stunnel is on the same box, simply leave the below IP address as 127.0.0.1
connect = 127.0.0.1:9002
; Certificate information for Connect Meetings.
; This assumes you put the cert and key in the root folder of stunnel
;cert = CertificateNameHere.pem
;key = CerificateKeyNameHere.pem
cert = C:\Connect\stunnel\certs\publiccert.pem
key = C:\Connect\stunnel\certs\privatekey.pem
; ciphers = ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH
ciphers = ALL:!AECDH:!ADH:!LOW:!EXP:!MD5:@STRENGTH

Edit custom.ini:
ADMIN_PROTOCOL=https://
SSL_ONLY=yes
ACTS_PROTOCOL=wss:443

Edit server.xml:
Uncomment for SSL support

Видео configure SSL/HTTPS for HTML5 access in Adobe Connect on an on-premise server installation канала فناوری اطلاعات و شبکه های کامپیوتری
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять