Red5 and RTMPS self-signed certificate -


i trying configure rtmps using self-signed certificate, when try connect via red5pfone error:

 *** serverhellodone  nioprocessor-2, write: tlsv1 handshake, length = 890  nioprocessor-2, read: tlsv1 alert, length = 2  nioprocessor-2, recv tlsv1 alert:  fatal, unknown_ca  nioprocessor-2, fatal: engine closed.  rethrowing javax.net.ssl.sslexception: received fatal alert: unknown_ca  nioprocessor-2, fatal: engine closed.  rethrowing javax.net.ssl.sslexception: received fatal alert: unknown_ca  [warn] [nioprocessor-2] org.red5.server.net.rtmps.rtmpsminaiohandler - exception caught ssl handshake failed. 

red5-0.9.1

red5phone-r47

i tried follow directions here: http://gregoire.org/2008/05/26/rtmps-in-red5/ , http://www.cb1inc.com/2007/05/12/creating-self-signed-certs-on-apache-tomcat-5-5/ did not give results. please help.

self-signed certs difficult use flash , should avoided. assume using "localhost", if trying access external location suggest getting real ca-signed certificate (there free ones out there) , testing on domain. versions of red5, 1.0 or greater have better support certs, crossdomain, , ip binding; suggest start 1 of them.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -