I have trouble to understand what certified need Adobe
Connect Pro para activar SSL, and the doc are confused because
don't match manual instructions and Adaptor.xml file in the
c:\breeze directory.
I Have the files by GLOBALSIGN: ¿Have to include
something in Adobe Connect Pro 7, for to Know about GlobalSign?
ca.crt
root.crt
server.crt
server.csr
server.key
server.key_cifer
server.pem
In de Adaptor.xml file I have put, as say in the Chapter 4.
of the Manual of 7Pro. this
<Edge name="applicationserver">
<SSLServerCtx>
<SSLCertificateFile>c:\breeze\server.pem</SSLCertificateFile>
<SSLCertificateKeyFile
type="PEM">c:\breeze\server.key</SSLCertificateKeyFile>
<SSLPassPhrase></SSLPassPhrase>
<SSLCipherSuite>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</SSLCipherSuite>
<SSLSessionTimeout>5</SSLSessionTimeout>
</SSLServerCtx>
</Edge>
And add in the HostPort directive
<HostPort name="applicationserver"
ctl_channel=":19351">xxx.xxx.xxx.xxx:-443</HostPort>
¿The SSCertificateFile is the certificate file to send
to client and has to begin something as -----BEGIN
CERTIFICATE-----?
And ¿the SSLCertificateKeyFile is in format PEM and has
to begin something as -----BEGIN RSA PRIVATE KEY-----?
I've read in somewere that have to put 2key's continuos in
the some file.
Any help would be apreciated. Thanks and regards