You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Equinoxe 4 <ro...@hotmail.com> on 2019/07/08 19:44:12 UTC

Screen recording and Java security

Hi list,

I want to give my users the chance to record the sessions using the desktop sharing recording option given by OM 4.x. However, I'm getting a security error from Java, which forces the uset to manually add the OM host to the security exceptions in the Java configuration console. My users are not tech savvy, so they will quit using the function. It seems that the problem comes from the fact that some java code is self-signed. I have a Comodo certificate for the OM host. Can I use the same certificate to sign the Java code? And, if yes, is there any guide to do this?

Thanks in advanced.

Re: Screen recording and Java security

Posted by Peter Dähn <da...@vcrp.de>.
good to know.. ;-)

Am 09.07.19 um 09:52 schrieb Maxim Solodovnik:
> Actually both jar files need to be copied
>
> You can simply change version to be 4.0.8 with
> `mvn versions:set -DgenerateBackupPoms=false -DnewVersion=4.0.8`
>
> On Tue, 9 Jul 2019 at 14:50, Peter Dähn <da...@vcrp.de> wrote:
>> ok.. this works just is you compile the release sources... to get
>> "actual code" manually apply the patches usind git apply xxx.patch
>>
>> so it should work...
>>
>> Am 09.07.19 um 09:37 schrieb Peter Dähn:
>>> Hi,
>>>
>>> if you don't change something on the screensharing part of om simply put
>>> the jar of the release in place.
>>>
>>> red5/webapps/openmeetings/screenshare/openmeetings-screenshare-4.0.8-full.jar
>>>
>>> Greetings Peter
>>>
>>> Am 09.07.19 um 08:03 schrieb Maxim Solodovnik:
>>>> Yes, sure
>>>>
>>>> Only releases are being signed (this is not free)
>>>> Nightly and local builds uses self-signed certificate
>>>>
>>>> On Tue, 9 Jul 2019 at 12:59, Equinoxe 4 <ro...@hotmail.com> wrote:
>>>>> Hi Maxim. It is a nightly build... Could be that the problem?
>>>>>
>>>>> Obtener Outlook para Android
>>>>>
>>>>> ________________________________
>>>>> From: Maxim Solodovnik <so...@gmail.com>
>>>>> Sent: Monday, July 8, 2019 10:00:10 PM
>>>>> To: Openmeetings user-list
>>>>> Subject: Re: Screen recording and Java security
>>>>>
>>>>> Hello,
>>>>>
>>>>> all released 4.0.x versions are signed with Symantec code signing certificate and produces no warnings
>>>>> Are you building from sources?
>>>>>
>>>>> On Tue, 9 Jul 2019 at 02:44, Equinoxe 4 <ro...@hotmail.com> wrote:
>>>>>> Hi list,
>>>>>>
>>>>>> I want to give my users the chance to record the sessions using the desktop sharing recording option given by OM 4.x. However, I'm getting a security error from Java, which forces the uset to manually add the OM host to the security exceptions in the Java configuration console. My users are not tech savvy, so they will quit using the function. It seems that the problem comes from the fact that some java code is self-signed. I have a Comodo certificate for the OM host. Can I use the same certificate to sign the Java code? And, if yes, is there any guide to do this?
>>>>>>
>>>>>> Thanks in advanced.
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>
>


Re: Screen recording and Java security

Posted by Maxim Solodovnik <so...@gmail.com>.
Actually both jar files need to be copied

You can simply change version to be 4.0.8 with
`mvn versions:set -DgenerateBackupPoms=false -DnewVersion=4.0.8`

On Tue, 9 Jul 2019 at 14:50, Peter Dähn <da...@vcrp.de> wrote:
>
> ok.. this works just is you compile the release sources... to get
> "actual code" manually apply the patches usind git apply xxx.patch
>
> so it should work...
>
> Am 09.07.19 um 09:37 schrieb Peter Dähn:
> > Hi,
> >
> > if you don't change something on the screensharing part of om simply put
> > the jar of the release in place.
> >
> > red5/webapps/openmeetings/screenshare/openmeetings-screenshare-4.0.8-full.jar
> >
> > Greetings Peter
> >
> > Am 09.07.19 um 08:03 schrieb Maxim Solodovnik:
> >> Yes, sure
> >>
> >> Only releases are being signed (this is not free)
> >> Nightly and local builds uses self-signed certificate
> >>
> >> On Tue, 9 Jul 2019 at 12:59, Equinoxe 4 <ro...@hotmail.com> wrote:
> >>> Hi Maxim. It is a nightly build... Could be that the problem?
> >>>
> >>> Obtener Outlook para Android
> >>>
> >>> ________________________________
> >>> From: Maxim Solodovnik <so...@gmail.com>
> >>> Sent: Monday, July 8, 2019 10:00:10 PM
> >>> To: Openmeetings user-list
> >>> Subject: Re: Screen recording and Java security
> >>>
> >>> Hello,
> >>>
> >>> all released 4.0.x versions are signed with Symantec code signing certificate and produces no warnings
> >>> Are you building from sources?
> >>>
> >>> On Tue, 9 Jul 2019 at 02:44, Equinoxe 4 <ro...@hotmail.com> wrote:
> >>>> Hi list,
> >>>>
> >>>> I want to give my users the chance to record the sessions using the desktop sharing recording option given by OM 4.x. However, I'm getting a security error from Java, which forces the uset to manually add the OM host to the security exceptions in the Java configuration console. My users are not tech savvy, so they will quit using the function. It seems that the problem comes from the fact that some java code is self-signed. I have a Comodo certificate for the OM host. Can I use the same certificate to sign the Java code? And, if yes, is there any guide to do this?
> >>>>
> >>>> Thanks in advanced.
> >>>
> >>> --
> >>> WBR
> >>> Maxim aka solomax
> >>
> >
> >
>


-- 
WBR
Maxim aka solomax

Re: Screen recording and Java security

Posted by Peter Dähn <da...@vcrp.de>.
ok.. this works just is you compile the release sources... to get
"actual code" manually apply the patches usind git apply xxx.patch

so it should work...

Am 09.07.19 um 09:37 schrieb Peter Dähn:
> Hi,
>
> if you don't change something on the screensharing part of om simply put
> the jar of the release in place.
>
> red5/webapps/openmeetings/screenshare/openmeetings-screenshare-4.0.8-full.jar
>
> Greetings Peter
>
> Am 09.07.19 um 08:03 schrieb Maxim Solodovnik:
>> Yes, sure
>>
>> Only releases are being signed (this is not free)
>> Nightly and local builds uses self-signed certificate
>>
>> On Tue, 9 Jul 2019 at 12:59, Equinoxe 4 <ro...@hotmail.com> wrote:
>>> Hi Maxim. It is a nightly build... Could be that the problem?
>>>
>>> Obtener Outlook para Android
>>>
>>> ________________________________
>>> From: Maxim Solodovnik <so...@gmail.com>
>>> Sent: Monday, July 8, 2019 10:00:10 PM
>>> To: Openmeetings user-list
>>> Subject: Re: Screen recording and Java security
>>>
>>> Hello,
>>>
>>> all released 4.0.x versions are signed with Symantec code signing certificate and produces no warnings
>>> Are you building from sources?
>>>
>>> On Tue, 9 Jul 2019 at 02:44, Equinoxe 4 <ro...@hotmail.com> wrote:
>>>> Hi list,
>>>>
>>>> I want to give my users the chance to record the sessions using the desktop sharing recording option given by OM 4.x. However, I'm getting a security error from Java, which forces the uset to manually add the OM host to the security exceptions in the Java configuration console. My users are not tech savvy, so they will quit using the function. It seems that the problem comes from the fact that some java code is self-signed. I have a Comodo certificate for the OM host. Can I use the same certificate to sign the Java code? And, if yes, is there any guide to do this?
>>>>
>>>> Thanks in advanced.
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>
>
>


Re: Screen recording and Java security

Posted by Peter Dähn <da...@vcrp.de>.
Hi,

if you don't change something on the screensharing part of om simply put
the jar of the release in place.

red5/webapps/openmeetings/screenshare/openmeetings-screenshare-4.0.8-full.jar

Greetings Peter

Am 09.07.19 um 08:03 schrieb Maxim Solodovnik:
> Yes, sure
>
> Only releases are being signed (this is not free)
> Nightly and local builds uses self-signed certificate
>
> On Tue, 9 Jul 2019 at 12:59, Equinoxe 4 <ro...@hotmail.com> wrote:
>> Hi Maxim. It is a nightly build... Could be that the problem?
>>
>> Obtener Outlook para Android
>>
>> ________________________________
>> From: Maxim Solodovnik <so...@gmail.com>
>> Sent: Monday, July 8, 2019 10:00:10 PM
>> To: Openmeetings user-list
>> Subject: Re: Screen recording and Java security
>>
>> Hello,
>>
>> all released 4.0.x versions are signed with Symantec code signing certificate and produces no warnings
>> Are you building from sources?
>>
>> On Tue, 9 Jul 2019 at 02:44, Equinoxe 4 <ro...@hotmail.com> wrote:
>>> Hi list,
>>>
>>> I want to give my users the chance to record the sessions using the desktop sharing recording option given by OM 4.x. However, I'm getting a security error from Java, which forces the uset to manually add the OM host to the security exceptions in the Java configuration console. My users are not tech savvy, so they will quit using the function. It seems that the problem comes from the fact that some java code is self-signed. I have a Comodo certificate for the OM host. Can I use the same certificate to sign the Java code? And, if yes, is there any guide to do this?
>>>
>>> Thanks in advanced.
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>



Re: Screen recording and Java security

Posted by Maxim Solodovnik <so...@gmail.com>.
Yes, sure

Only releases are being signed (this is not free)
Nightly and local builds uses self-signed certificate

On Tue, 9 Jul 2019 at 12:59, Equinoxe 4 <ro...@hotmail.com> wrote:
>
> Hi Maxim. It is a nightly build... Could be that the problem?
>
> Obtener Outlook para Android
>
> ________________________________
> From: Maxim Solodovnik <so...@gmail.com>
> Sent: Monday, July 8, 2019 10:00:10 PM
> To: Openmeetings user-list
> Subject: Re: Screen recording and Java security
>
> Hello,
>
> all released 4.0.x versions are signed with Symantec code signing certificate and produces no warnings
> Are you building from sources?
>
> On Tue, 9 Jul 2019 at 02:44, Equinoxe 4 <ro...@hotmail.com> wrote:
>>
>> Hi list,
>>
>> I want to give my users the chance to record the sessions using the desktop sharing recording option given by OM 4.x. However, I'm getting a security error from Java, which forces the uset to manually add the OM host to the security exceptions in the Java configuration console. My users are not tech savvy, so they will quit using the function. It seems that the problem comes from the fact that some java code is self-signed. I have a Comodo certificate for the OM host. Can I use the same certificate to sign the Java code? And, if yes, is there any guide to do this?
>>
>> Thanks in advanced.
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Re: Screen recording and Java security

Posted by Equinoxe 4 <ro...@hotmail.com>.
Hi Maxim. It is a nightly build... Could be that the problem?

Obtener Outlook para Android<https://aka.ms/ghei36>

________________________________
From: Maxim Solodovnik <so...@gmail.com>
Sent: Monday, July 8, 2019 10:00:10 PM
To: Openmeetings user-list
Subject: Re: Screen recording and Java security

Hello,

all released 4.0.x versions are signed with Symantec code signing certificate and produces no warnings
Are you building from sources?

On Tue, 9 Jul 2019 at 02:44, Equinoxe 4 <ro...@hotmail.com>> wrote:
Hi list,

I want to give my users the chance to record the sessions using the desktop sharing recording option given by OM 4.x. However, I'm getting a security error from Java, which forces the uset to manually add the OM host to the security exceptions in the Java configuration console. My users are not tech savvy, so they will quit using the function. It seems that the problem comes from the fact that some java code is self-signed. I have a Comodo certificate for the OM host. Can I use the same certificate to sign the Java code? And, if yes, is there any guide to do this?

Thanks in advanced.


--
WBR
Maxim aka solomax

Re: Screen recording and Java security

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello,

all released 4.0.x versions are signed with Symantec code signing
certificate and produces no warnings
Are you building from sources?

On Tue, 9 Jul 2019 at 02:44, Equinoxe 4 <ro...@hotmail.com>
wrote:

> Hi list,
>
> I want to give my users the chance to record the sessions using the
> desktop sharing recording option given by OM 4.x. However, I'm getting a
> security error from Java, which forces the uset to manually add the OM host
> to the security exceptions in the Java configuration console. My users are
> not tech savvy, so they will quit using the function. It seems that the
> problem comes from the fact that some java code is self-signed. I have a
> Comodo certificate for the OM host. Can I use the same certificate to sign
> the Java code? And, if yes, is there any guide to do this?
>
> Thanks in advanced.
>


-- 
WBR
Maxim aka solomax