#327: Intermediate SSL certificates not loaded
-----------------------------+----------------------------------------------
 Reporter:  serge.zloto      |       Owner:  admin
     Type:  Bugs             |      Status:  new  
 Priority:  1                |   Milestone:       
Component:  Liquidsoap       |     Version:       
 Keywords:  SSL certificate  |         Mac:  1    
    Linux:  1                |      Netbsd:  1    
    Other:  1                |     Freebsd:  1    
-----------------------------+----------------------------------------------
 ocamlssl:
 {{{
 use_certificate
 }}}
 only loads the first certificate in the given certificate file, leaving no
 way for an ssl client to check it against a known root CA.

 Recommended action: replace

 {{{
 if (SSL_CTX_use_certificate_file(ctx, cert_name, SSL_FILETYPE_PEM) <= 0)
 }}}

 with

 {{{
 if (SSL_CTX_use_certificate_chain_file(ctx, cert_name) <= 0)
 }}}

 in ssl_stubs.c

-- 
Ticket URL: <http://savonet.rastageeks.org/ticket/327>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Savonet-trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-trac

Reply via email to