Skip to main content
Participant
December 19, 2008
Question

SSL configuration

  • December 19, 2008
  • 2 replies
  • 915 views
Hi,

I try to configurate FMS with SSL support. I following:
http://www.adobe.com/livedocs/flashmediaserver/3.0/docs/help.html?content=03_configtasks_25.html#1193031

but when I try to start server, it's show the error:
#Date: 2008-12-18
#Fields: date time x-pid x-status x-ctx x-comment
2008-12-18 13:15:56 16856 (i)2581173 Host: ServerName.domain.ext -
2008-12-18 13:15:56 16856 (e)2711334 Failed to load CA certs : error:02001002:system library:fopen:No existe el fichero o el direc -
2008-12-18 13:15:56 16856 (e)2711332 Failed to load certificate (/var/adobe/fms/conf/ssl/ssl.crt/certificate.crt) : error:2006D080:BIO routines:BIO_new_file:no such file -
2008-12-18 13:15:56 16856 (e)2631013 Failed to create listener for adaptor _defaultRoot_, IP , port -443: . -
2008-12-18 13:15:56 16856 (i)2631174 Listener started ( _defaultRoot__edge1 ) : localhost:4430/v4 -
2008-12-18 13:15:56 16856 (i)2581252 Registering core (16859). -
2008-12-18 13:15:57 16856 (e)2631114 Failed to start listeners for adaptor _defaultRoot__edge1. -
2008-12-18 13:15:57 16856 (e)2791225 Failed to start edge : _defaultRoot__edge1 -
2008-12-18 13:15:59 16856 (i)2581250 Edge disconnected from core (16859). -

The CA is in /var/adobe/fms/conf/ssl/ssl.crt/certificate.crt and it has the read, write & execute (777) permisions

Can you help me, please?

Kind regards
    This topic has been closed for replies.

    2 replies

    jsahagungAuthor
    Participant
    December 22, 2008
    Hi techeye,

    .crt is PEM format

    Thanks
    Participating Frequently
    December 31, 2008
    PEM is fine. Are you chaining certs? If so the file should be inclusive of all the certs in the chain. Also, it really isn't good to have the permissions set to 777, try chmod 400 or the least privilege necessary for the best policy.
    Participating Frequently
    December 20, 2008
    The error indicates that it was unable to open the file. "No existe el fichero o el direc -" perhaps the .crt is not in the correct format?