Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Apache + SSL
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Gunnar  
View profile  
 More options Mar 10 2012, 11:45 am
From: Gunnar <g...@gmx.de>
Date: Sat, 10 Mar 2012 08:45:32 -0800 (PST)
Local: Sat, Mar 10 2012 11:45 am
Subject: Apache + SSL

I want to run Etherpad with an Apache server as a proxy in between. Apache
is needed because we want to use Kerberos authentication so only our users
may access the website.
We also want to run Etherpad over HTTPS, but it won't work yet.

I can access the site, but changes in a pad don't arrive at the server.
After a few seconds I get:
Disconnected.*Lost connection with the EtherPad synchronization server.
*

Here is my Apache configuration. Any advice?* *I'm not so very experienced
with Apache yet, so I might be missing something obious.*

*<VirtualHost _default_:443>

ServerName etherpad.cs.uni-paderborn.de
ServerAlias etherpad.cs.upb.de
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/etherpad.cs.uni-paderborn.de.pem
SSLCertificateKeyFile /etc/apache2/ssl/etherpad.cs.uni-paderborn.de.key
SSLCertificateChainFile /etc/apache2/ssl/certchain.pem

<IfModule mod_proxy_http.c>

        ProxyRequests Off
        ProxyPass / http://localhost:9000/
        ProxyPassReverse / http://localhost:9000/
        ProxyPreserveHost on
        <Proxy http://localhost:9000/>
                Options FollowSymLinks MultiViews
                AllowOverride All
                Order Allow,Deny
                Allow from all

                AuthType Kerberos
                <authentication stuff>
        </Proxy>

</IfModule>
</VirtualHost>*
*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John McLear  
View profile  
 More options Mar 11 2012, 7:12 pm
From: John McLear <johnym...@gmail.com>
Date: Sun, 11 Mar 2012 23:12:45 +0000
Local: Sun, Mar 11 2012 7:12 pm
Subject: Re: Apache + SSL

I have run etherpad behind mod_proxy a bunch of times and had no
problems...  Are you getting anything in apache logs?  I assume everything
works fine on port 9000?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gunnar  
View profile  
 More options Mar 12 2012, 5:01 am
From: Gunnar <g...@gmx.de>
Date: Mon, 12 Mar 2012 02:01:19 -0700 (PDT)
Local: Mon, Mar 12 2012 5:01 am
Subject: Re: Apache + SSL

Nothing useful in the logs. Port 9000 works perfectly fine as well as Port
80 using the Apache proxy. It's just https.
It's probably a problem with the streaming engine. As far as I know, it
runs under <somenumber>.comet.etherpad.etc, right? It might be, that those
requests are blocked, since the certificate is only valid for
etherpad.cs.upb/uni-paderborn.de
I hacked around a bit and tried to exlude the streaming engine from SSL
encryption but had no success yet.

Am Montag, 12. März 2012 00:12:45 UTC+1 schrieb John McLear:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John McLear  
View profile  
 More options Mar 12 2012, 5:58 am
From: John McLear <johnym...@gmail.com>
Date: Mon, 12 Mar 2012 09:58:43 +0000
Local: Mon, Mar 12 2012 5:58 am
Subject: Re: Apache + SSL

Are you using etherpad or etherpad lite?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gunnar  
View profile  
 More options Mar 12 2012, 6:05 am
From: Gunnar <g...@gmx.de>
Date: Mon, 12 Mar 2012 03:05:44 -0700 (PDT)
Local: Mon, Mar 12 2012 6:05 am
Subject: Re: Apache + SSL

I think it's just Etherpad.
Should I try Etherpad Lite?

Am Montag, 12. März 2012 10:58:43 UTC+1 schrieb John McLear:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John McLear  
View profile  
 More options Mar 12 2012, 12:01 pm
From: John McLear <johnym...@gmail.com>
Date: Mon, 12 Mar 2012 16:01:07 +0000
Local: Mon, Mar 12 2012 12:01 pm
Subject: Re: Apache + SSL

yep


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gunnar  
View profile  
 More options Mar 18 2012, 12:57 pm
From: Gunnar <g...@gmx.de>
Date: Sun, 18 Mar 2012 09:57:53 -0700 (PDT)
Local: Sun, Mar 18 2012 12:57 pm
Subject: Re: Apache + SSL

Tried Etherpad Lite now and it worked like a charm... but we need
definitely need at least password protected pads, if not teamsites as in
Etherpad Legacy. I see that you can achieve this with the HTTP API. Is
there anything out yet, that provides an easy to use webinterface without a
big CMS around?

Am Samstag, 10. März 2012 17:45:32 UTC+1 schrieb Gunnar:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John McLear  
View profile  
 More options Mar 18 2012, 8:32 pm
From: John McLear <johnym...@gmail.com>
Date: Mon, 19 Mar 2012 00:32:14 +0000
Local: Sun, Mar 18 2012 8:32 pm
Subject: Re: Apache + SSL

https://github.com/Pita/etherpad-lite/issues/192
http://paullockaby.com/projects/project/etherpad-user-interface


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »