---------- Forwarded message ---------- From: Jason Romo <ja...@securityarsenal.com> Date: Fri, May 27, 2016 at 1:08 PM Subject: Re: RTMPS? To: Maxim Solodovnik <solomax...@gmail.com>
Ha that got! I had already tried 443 didn’t work. The one missing thing that no document I could find said to do. SSL doesn’t work without doing this. I also got LetsEncrypt cert to work with it. <proxyType>none</proxyType> Thanks for that, I have spent days on this and every doc I could find. Reloaded a million times. Thanks again. I will do a post of how to do SSL with Lets encrypt. it was not an easy task the documents are all over the place and none work. All say to set to best. On May 27, 2016, at 12:36 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: try to change config.xml to be <rtmpport>1935</rtmpport> <rtmpsslport>443</rtmpsslport> <useSSL>yes</useSSL> <red5httpport>443</red5httpport> <protocol>https</protocol> <proxyType>none</proxyType> works as expected for me (version 3.1.2-SNAPSHOT) On Fri, May 27, 2016 at 11:33 AM, Manohar Kotapati < manoharkotapati....@gmail.com> wrote: > Hi Jason, > A similar issue was logged in Jira - openmeetings. Please go through the > below link. It may help you. > https://issues.apache.org/jira/browse/OPENMEETINGS-1358 > > > On Thu, May 26, 2016 at 6:25 PM, Jason Romo <ja...@securityarsenal.com> > wrote: > >> Okay I am still getting the same error. When I enter the room it can’t >> connect to RTMPS(5443). I must be missing something. >> >> lsof -n | grep LISTEN >> >> java 6427 root 77u IPv6 539404719 0t0 >> TCP *:9999 (LISTEN) >> java 6427 root 78u IPv6 539445410 0t0 >> TCP *:9998 (LISTEN) >> java 6427 root 135u IPv6 539419851 0t0 >> TCP *:1935 (LISTEN) >> java 6427 root 136u IPv6 539222895 0t0 >> TCP *:http (LISTEN) >> java 6427 root 140u IPv6 539301873 0t0 >> TCP *:https (LISTEN) >> java 6427 root 199u IPv6 539544198 0t0 >> TCP *:tproxy (LISTEN) >> >> >> from red5.properties >> http.port=80 >> https.port=443 >> rtmp.port=1935 >> rtmps.port=5443 >> rtmpt.port=8088 >> >> from control.xml >> <rtmpport>1935</rtmpport> >> <rtmpsslport>5443</rtmpsslport> >> <useSSL>yes</useSSL> >> <red5httpport>443</red5httpport> >> <protocol>https</protocol> >> <proxyType>best</proxyType> >> >> >> My keystone checks out fine on SSL labs. I don’t get any error on the >> client. I did see other people think maybe java cacerts keystone might >> need to have lets encrypt cross-sign key. But would that cause RTMPS to >> not start? >> >> I don’t see any errors in the logs. Even put in debug all with >> development. Nothing about the keystone, certs or RTMPS in the logs other >> than the client can’t connect which I can understand RTMPS is not listening >> on port 5443. >> >> Thanks, >> Jason >> >> >> >> >> >> >> >> >> > -- WBR Maxim aka solomax -- WBR Maxim aka solomax