Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-25 Thread Maxim Solodovnik
you told the browser that you trust your own cert, BUT Java on the server still don't believe your cert is trusted. My steps are: I have created my own CA (self signed) Add this CA to the trusted CA of the browsers Add this CA to /opt/jdk/jre/lib/security/cacerts sign my self signed cert using thi

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-25 Thread OpenAr-IT Soluciones
Thank you for the info but still no luck, I don't understand why SSL works just fine but RTMPS doesn't. Regards, On Wed, Feb 25, 2015 at 5:33 PM, Lionel Djeukam wrote: > Hello all, > > for me it worked after adding my self-Signed Certificate as Trusted CA for > my System (I used a windows 7/8.1

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-25 Thread Lionel Djeukam
Hello all, for me it worked after adding my self-Signed Certificate as Trusted CA for my System (I used a windows 7/8.1 Client). To make this i just export my certificate from the start-page of AOM and then made the following: - Right click on the certificate - Choose Install - Choose the option

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-25 Thread OpenAr-IT Soluciones
Hi Maxim, Sorry but I still don't get it. I've got the keystore/truststore in conf directory (directory created when unzipping apache-openmeetings-3.0.4.zip) and configured in red5.properties. Where can I find the JVM own keystore/truststore? Do you mean the cacerts found in java/lib/security?

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-24 Thread Maxim Solodovnik
your server JVM has its own keystore/truststore you need to add your certificate into it On Wed, Feb 25, 2015 at 12:45 AM, OpenAr-IT Soluciones wrote: > Hi Maxim, what do you mean by "you need to add your certificate to the > trusted certificates of your server JVM"?. I have the same issue as Li

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-24 Thread OpenAr-IT Soluciones
Hi Maxim, what do you mean by "you need to add your certificate to the trusted certificates of your server JVM"?. I have the same issue as Lionel. Lionel, what did you do exactly? Thanks in advance. On Wed, Feb 4, 2015 at 1:45 PM, Maxim Solodovnik wrote: > you need to add your certificate t

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-22 Thread OpenAr-IT Soluciones
Hi Lionel, Can you send the step by step instructions for RTMPS? I created a self signed cert, followed the instructions at http://openmeetings.apache.org/RTMPSAndHTTPS.html, I did the keytool -genkey/export/import steps, SSL (port 5443) works OK but I still get "Error Missing 204/556/642" when I

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-09 Thread Lionel Djeukam
t now does work perfectly. Thanks a lot. 2015-02-04 17:45 GMT+01:00 Maxim Solodovnik : > you need to add your certificate to the trusted certificates of your > server JVM > > On Wed, Feb 4, 2015 at 10:40 PM, Lionel Djeukam > wrote: > >> Ok, that's what i observed: >> First of all, my certificate

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-04 Thread Maxim Solodovnik
you need to add your certificate to the trusted certificates of your server JVM On Wed, Feb 4, 2015 at 10:40 PM, Lionel Djeukam wrote: > Ok, that's what i observed: > First of all, my certificate was added as expected in the trusted list on > the server side, therefore the following lines: > > >

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-04 Thread Lionel Djeukam
Ok, that's what i observed: First of all, my certificate was added as expected in the trusted list on the server side, therefore the following lines: *"adding as trusted cert: Subject: CN=139.6.237.96, OU=Informationssicherheit, O=FH-Koeln, L=Koeln, ST=NRW, C=DE Issuer: CN=139.6.237.96, OU=I

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-04 Thread Maxim Solodovnik
not sure what is wrong :(( you need to call sudo /etc/init.d/red5 stop then open ./red5-debug.sh add -Djavax.net.debug=all to the JAVA_OPTS then start ./red5-debug.sh from the console On Wed, Feb 4, 2015 at 10:09 PM, Lionel Djeukam wrote: > That's realy strange because i did exactly what is co

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-04 Thread Lionel Djeukam
That's realy strange because i did exactly what is content there: http://openmeetings.apache.org/RTMPSAndHTTPS.html The only thing i did not make is to close the port 1935. Is it mandotory? Should i just comment his line in the file red5.properties? A part from that i made what you adviced in the

Re: Error Missing [204] [556] [642] - By staring RTMPS

2015-02-04 Thread Maxim Solodovnik
It seems like you set up HTTPS but not RTMPS :( can you start red5 manually with this additional option: *-Djavax.net.debug=all* *then run ./red5-debug.sh and check the console while entering the room* On Wed, Feb 4, 2015 at 9:39 PM, Lionel Djeukam wrote: > Hello, > i think i enjoyed to early :

Error Missing [204] [556] [642] - By staring RTMPS

2015-02-04 Thread Lionel Djeukam
Hello, i think i enjoyed to early :( After configuring the server for HTTPs and RTMPs, i could finaly connect to the https-page of my server. Then when a lauch a conference, i became the three mistakes in the subject field of this mail. I already had exeption to my Browser to recognise the certifi