You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Mike Dawson <mi...@paiwastoon.net> on 2013/02/03 06:46:05 UTC

SSL setup additional steps

Hi All,

I just setup OpenMeetings to run over SSL - following:

http://openmeetings.apache.org/RTMPSAndHTTPS.html

This seems to create some problems with uploading files and listing
files.  Before I enabled https file uploads were working fine.  I was
seeing as per other mailing list posts that I couldn't upload anything
after enabling SSL.  Below are the steps I took to fix it:

1. In config.xml set red5httpport to be the https port.  

2. In webapps/openmeetings/WEB-INF/conf/axis2.xml add

    <transportReceiver name="https"
class="org.apache.axis2.transport.http.AxisServletListener">
        <parameter name="port">8453</parameter>
    </transportReceiver>

Put that below the existing http transportReceiver (around line 225).

Hope that's useful to someone. 

Regards,

-Mike



Re: SSL setup additional steps

Posted by Maxim Solodovnik <so...@gmail.com>.
My fault I should add this to the documentation :( (Fixed)


On Sun, Feb 3, 2013 at 3:54 PM, Stephen Cottham <
Stephen.Cottham@robertbird.com.au> wrote:

> Hey Maxim,****
>
> ** **
>
> Looks like this is the same fix reported last august below for 2.0 OM:****
>
> ** **
>
> *******************************************************
>
> ** **
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* 08 August 2012 13:04
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Error****
>
> ** **
>
> I guess so****
>
> I believe this need to be added to the HTTPS instructions :)****
>
> Thanks for sharing this :)****
>
> On Wed, Aug 8, 2012 at 7:05 PM, Stephen Cottham <
> Stephen.Cottham@robertbird.com.au> wrote:****
>
> Ok, I just added this ****
>
>  ****
>
> <transportReceiver name="https"
> class="org.apache.axis2.transport.http.AxisServletListener">****
>
>     <parameter name="port">443</parameter>****
>
> </transportReceiver>****
>
>  ****
>
> Into axis.xml file and then restarted red5 and the home drive is now
> available.****
>
>  ****
>
> Cheers****
>
>  ****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* 08 August 2012 13:04
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Error****
>
>  ****
>
> Hello Stethen,****
>
>  ****
>
> I was sure everything works as expected****
>
> Maybe some misconfiguration or incomplete testing :(****
>
> On Wed, Aug 8, 2012 at 6:58 PM, Stephen Cottham <
> Stephen.Cottham@robertbird.com.au> wrote:****
>
> Hey Maxim,****
>
>  ****
>
> Ive installed version 2.0 and enabled both HTTPS and RTMPS all is working
> well apart from the file upload section, the home drive in the left hand
> pane is missing and I get this in the debug logs when I click on this tab.
> ****
>
>  ****
>
> [ERROR] [http-0.0.0.0-443-5]
> org.apache.catalina.core.ContainerBase.[red5Engine].[0.0.0.0].[/openmeetings].[AxisServlet]
> - Servlet.service() for servlet AxisServlet threw exception****
>
> javax.servlet.ServletException: https is forbidden****
>
>  ****
>
> I thought this was fixed but maybe not for version 2.0? Should I just copy
> the axis2.xml from 2.1 and use that?****
>
>  ****
>
> Best Regards****
>
> ** **
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* 03 February 2013 06:10
> *To:* user
> *Subject:* Re: SSL setup additional steps****
>
> ** **
>
> Thanks! I'll update the guide and will include it.****
>
> On Feb 3, 2013 12:46 PM, "Mike Dawson" <mi...@paiwastoon.net> wrote:****
>
> Hi All,
>
> I just setup OpenMeetings to run over SSL - following:
>
> http://openmeetings.apache.org/RTMPSAndHTTPS.html
>
> This seems to create some problems with uploading files and listing
> files.  Before I enabled https file uploads were working fine.  I was
> seeing as per other mailing list posts that I couldn't upload anything
> after enabling SSL.  Below are the steps I took to fix it:
>
> 1. In config.xml set red5httpport to be the https port.
>
> 2. In webapps/openmeetings/WEB-INF/conf/axis2.xml add
>
>     <transportReceiver name="https"
> class="org.apache.axis2.transport.http.AxisServletListener">
>         <parameter name="port">8453</parameter>
>     </transportReceiver>
>
> Put that below the existing http transportReceiver (around line 225).
>
> Hope that's useful to someone.
>
> Regards,
>
> -Mike
>
> ****
>
> *Stephen Cottham**
> *Group IT Manager (Associate)
>
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia****
>
> *Phone: +6173 319 2777 (AUS)*
>
> *Phone: +44207 633 2880 (UK)*****
>
> *Fax: +6173 319 2799*
>
> ******
>
> *Mobile:  +61400 756 963 (AUS)*
>
> *Mobile:  +447900 918 616 (UK)*
>
> *Web: **www.robertbird.com* <http://www.robertbird.com/>****
>
> ********************************************************************<http://www.robertbird.com.au/><http://www.robertbird.com.au/>
>
> This email and any attachments are confidential and may contain legally
> privileged information or copyright material. Unless expressly stated,
> confidentiality and/or legal privilege is not intended to be waived by the
> sending of this email. The contents of this email, including any
> attachments, are intended solely for the use of the individual or entity to
> whom they are addressed. If you are not an intended recipient, please
> contact us immediately by return email and then delete both messages. You
> may not otherwise read, forward, copy, use or disclose this email or any
> attachments. Any views expressed in this email are those of the individual
> sender except where the sender expressly, and with authority, states
> otherwise. It is your responsibility to check any attachments for viruses
> or defects before opening or sending them on. None of the sender or its
> related entities accepts any liability for any consequential damage
> resulting from this email containing computer viruses.
>
>
> Disclaimer added by *CodeTwo Exchange Rules*
> www.codetwo.com
>
>


-- 
WBR
Maxim aka solomax

RE: SSL setup additional steps

Posted by Stephen Cottham <St...@robertbird.com.au>.
Hey Maxim,

 

Looks like this is the same fix reported last august below for 2.0 OM:

 

***************************************************

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: 08 August 2012 13:04
To: openmeetings-user@incubator.apache.org
Subject: Re: Error

 

I guess so

I believe this need to be added to the HTTPS instructions :)

Thanks for sharing this :)

On Wed, Aug 8, 2012 at 7:05 PM, Stephen Cottham <St...@robertbird.com.au> wrote:

Ok, I just added this 

 

<transportReceiver name="https" class="org.apache.axis2.transport.http.AxisServletListener">

    <parameter name="port">443</parameter>

</transportReceiver>

 

Into axis.xml file and then restarted red5 and the home drive is now available.

 

Cheers

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: 08 August 2012 13:04
To: openmeetings-user@incubator.apache.org
Subject: Re: Error

 

Hello Stethen,

 

I was sure everything works as expected

Maybe some misconfiguration or incomplete testing :(

On Wed, Aug 8, 2012 at 6:58 PM, Stephen Cottham <St...@robertbird.com.au> wrote:

Hey Maxim,

 

Ive installed version 2.0 and enabled both HTTPS and RTMPS all is working well apart from the file upload section, the home drive in the left hand pane is missing and I get this in the debug logs when I click on this tab.

 

[ERROR] [http-0.0.0.0-443-5] org.apache.catalina.core.ContainerBase.[red5Engine].[0.0.0.0].[/openmeetings].[AxisServlet] - Servlet.service() for servlet AxisServlet threw exception

javax.servlet.ServletException: https is forbidden

 

I thought this was fixed but maybe not for version 2.0? Should I just copy the axis2.xml from 2.1 and use that?

 

Best Regards

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: 03 February 2013 06:10
To: user
Subject: Re: SSL setup additional steps

 

Thanks! I'll update the guide and will include it.

On Feb 3, 2013 12:46 PM, "Mike Dawson" <mi...@paiwastoon.net> wrote:

Hi All,

I just setup OpenMeetings to run over SSL - following:

http://openmeetings.apache.org/RTMPSAndHTTPS.html

This seems to create some problems with uploading files and listing
files.  Before I enabled https file uploads were working fine.  I was
seeing as per other mailing list posts that I couldn't upload anything
after enabling SSL.  Below are the steps I took to fix it:

1. In config.xml set red5httpport to be the https port.

2. In webapps/openmeetings/WEB-INF/conf/axis2.xml add

    <transportReceiver name="https"
class="org.apache.axis2.transport.http.AxisServletListener">
        <parameter name="port">8453</parameter>
    </transportReceiver>

Put that below the existing http transportReceiver (around line 225).

Hope that's useful to someone.

Regards,

-Mike




Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


Re: SSL setup additional steps

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks! I'll update the guide and will include it.
 On Feb 3, 2013 12:46 PM, "Mike Dawson" <mi...@paiwastoon.net> wrote:

> Hi All,
>
> I just setup OpenMeetings to run over SSL - following:
>
> http://openmeetings.apache.org/RTMPSAndHTTPS.html
>
> This seems to create some problems with uploading files and listing
> files.  Before I enabled https file uploads were working fine.  I was
> seeing as per other mailing list posts that I couldn't upload anything
> after enabling SSL.  Below are the steps I took to fix it:
>
> 1. In config.xml set red5httpport to be the https port.
>
> 2. In webapps/openmeetings/WEB-INF/conf/axis2.xml add
>
>     <transportReceiver name="https"
> class="org.apache.axis2.transport.http.AxisServletListener">
>         <parameter name="port">8453</parameter>
>     </transportReceiver>
>
> Put that below the existing http transportReceiver (around line 225).
>
> Hope that's useful to someone.
>
> Regards,
>
> -Mike
>
>
>