Not a problem, its my pleasure

With Regards
Ajay

On Sun, Jul 26, 2020, 00:17 Alvaro <zurca...@gmail.com> wrote:

> Thank you a lot for the information and inconveniences.
>
> Best regards!
>
>
> .................
>
> El sáb, 25-07-2020 a las 23:03 +0530, Ajay Simha escribió:
>
> Privacy & Security ==> Certificates ==> View Certificates ==>
> Authorities ==> Import
>
> Yes it's correct
>
> On Sat, Jul 25, 2020 at 10:49 PM Alvaro <zurca...@gmail.com> wrote:
>
> ...am in Debian 9
>
>
> ...............
>
>
> El sáb, 25-07-2020 a las 22:46 +0530, Ajay Simha escribió:
>
>
> Which OS are you using for client?
>
> Ifs ubuntu, the process of adding ca.crt is different
> if Windows,
>
> while importing ca.Crt, you need to place the certificate under  trusted
> root certification authorities,   shown in attachment
>
>
>
>
> On Sat, Jul 25, 2020 at 10:21 PM Alvaro <zurca...@gmail.com> wrote:
>
> i've installed ca.crt in:
>
> Privacy & Security ==> Certificates ==> View Certificates ==>
> Authorities ==> Import
>
> ..is it what you mean?
>
>
> ..................
>
>
> El sáb, 25-07-2020 a las 21:57 +0530, Ajay Simha escribió:
>
> Hi,
> I had the same Issue when I started firefox.
>
> Now it's working on my system in Firefox,
>
> you should install the ca.crt under trusted root certification authorities
> in Firefox.
>
> once installed it will allow the video and streams
>
> All the best.
>
>
>
>
>
>
>
> On Sat, Jul 25, 2020 at 9:24 PM Alvaro <zurca...@gmail.com> wrote:
>
>
> ...thankssss...
>
>
> ..............
>
> El sáb, 25-07-2020 a las 21:16 +0530, Ajay Simha escribió:
>
> Hi,
>
> Happy to know that you are able to get Https, Try with chrome, I am using
> chrome.
>
> Will check it on Firefox also and get back
>
>
>
> On Sat, Jul 25, 2020 at 8:50 PM Alvaro <zurca...@gmail.com> wrote:
>
> ..Thanks again. Now can start-restart with your file:
>
> red5-core.xml
>
> Now when am in a room the cam no show image.
> Attached capture. Any idea about?
>
> Please be patience...thks
>
>
> ..............
>
>
> El sáb, 25-07-2020 a las 20:22 +0530, Ajay Simha escribió:
>
> Hi,
> Please open 8443 also
>
> regards
> ajay
>
> On Sat, Jul 25, 2020 at 8:13 PM Alvaro <zurca...@gmail.com> wrote:
>
> ...i have open ports:
>
> 5443 tcp
>
> 1935 tcp
>
> 5080 tcp
>
> ...need to open some other?
>
> ...Thanks
>
> ............
>
>
> El sáb, 25-07-2020 a las 16:27 +0200, Alvaro escribió:
>
> Thank you, it is got it.
>
> Now i have ssl working, but if i made the last step:
>
> ==========
> sudo nano /opt/red54010/conf/red5-core.xml
>
> goto RTMPS
>
> remove the Comment  from <bean> to </bean>
>
> <bean id="rtmpsTransport"
> class="org.red5.server.net.rtmp.RTMPMinaTransport" init-method="start"
> destroy-method="stop">
>
>         <property name="ioHandler" ref="rtmpsMinaIoHandler" />
>         <property name="addresses">
>             <list>
>                  <value>${rtmps.host}:${rtmps.port}</value>
>             </list>
>         </property>
>         <property name="ioThreads" value="${rtmp.io_threads}" />
>         <property name="tcpNoDelay" value="${rtmp.tcp_nodelay}" />
>     </bean>
> =======
>
> ...then after can't restart or start OM.
> Would be possible to have your file:
>
> red5-core.xml
>
> ... please...
>
>
> .................
>
>
>
>
>
> El sáb, 25-07-2020 a las 19:10 +0530, Ajay Simha escribió:
>
> Hi,
> Please find attached as required jee-container.xml
>
> regards
>
> On Sat, Jul 25, 2020 at 6:36 PM Alvaro <zurca...@gmail.com> wrote:
>
> ...Sorry Ajay, could you please send me your file:
>
> jee-container.xml
>
> ...'cause i don't get put it right.
>
> Thank you
>
>
> .........
>
>
> El sáb, 25-07-2020 a las 13:48 +0530, Ajay Simha escribió:
>
> Hi Mr. Alvaro,
>
> Sending you the text file with steps which we had followed, most of the
> steps are included in OM documentation already, only the generation of
> self signed certificates are extra steps which are added
>
> regards
> Ajay
>
>
> On Sat, Jul 25, 2020 at 12:09 PM Alvaro <zurca...@gmail.com> wrote:
>
> Hello Ajay,
>
> Could you please write the steps you has followed to get it?
>
> Thank you
>
>
> ..............................
>
>
>
> El sáb, 25-07-2020 a las 00:53 +0530, Ajay Simha escribió:
>
> Mr.Solodovni
>
> Thanks for the Input, we started from scratch and were able to get 4.0.10
> on ssl
>
> Regards
>
>
> On Thu, Jul 23, 2020 at 9:25 PM Maxim Solodovnik <solomax...@gmail.com>
> wrote:
>
> I would recommend to search the archives (for ex. here
> https://openmeetings.markmail.org/)
> The topic was discussed multiple times
>
> obviously some certificates are missing in the chain
> Most probably SSL debug can help (search ML archives for the exact options)
>
> On Tue, 21 Jul 2020 at 23:37, Ajay Simha <ajaysi...@gmail.com> wrote:
>
> we have modified the setup as per the document suggested, for HTTPS
>
> while modifying,  we got an error " *Illegal option: -keystorepass* "
> while running the below command
> keytool -import -alias root -keystore /opt/red5/conf/keystore.jks
> -keystorepass changeit -trustcacerts -file ca.crt
> We changed the command from *keystorepass* to *storepass*, it got
> executed (as shown below).
>
> keytool -import -alias root -keystore /opt/red5/conf/keystore.jks
> -storepass changeit -trustcacerts -file ca.crt
>
> Now when we try to access the application using https://localhost:5443,
> application is not accessible, *page can't be displayed* error in show on
> the browser.
>
> we have made sure the web-server is running by executing sudo
> /etc/init.d/red5-ubdeb2 start
>
> Your help is much appreciated in this.
>
> Ajay
>
>
>
> --
> Best regards,
> Maxim
>
>
>
>
>
>
>
>
>

Reply via email to