Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support proxy requests #11

Closed
AlexanderWillner opened this issue May 23, 2011 · 4 comments
Closed

Support proxy requests #11

AlexanderWillner opened this issue May 23, 2011 · 4 comments

Comments

@AlexanderWillner
Copy link

Hi there,

I've the following setup tested:

  • Client <-> Server:9001

This is working quite well. For several reasons I've to use this setup:

  • Client <-> SSL-Proxyserver (Apache ProxyPass) <-> Server:9001

I can open the first page but there are several issues:

  1. The link https://proxy/newpad forwards to http://proxy/p/I8ZsAKR4Ug
  2. When opening https://proxy/p/I8ZsAKR4Ug I see the (unresponsive) GUI and in the browser console I see the following errors:
    1. XMLHttpRequest cannot load http://proxy/socket.io/xhr-polling/1306165174613. Origin https://proxy is not allowed by Access-Control-Allow-Origin.
    2. [blocked] The page at https://proxy/p/I8ZsAKR4Ug ran insecure content from http://proxy/socket.io/jsonp-polling//1306165179614/0.
@Pita
Copy link
Contributor

Pita commented May 23, 2011

Please try it again with the latest version. The Bug should be fixed there. Clone the git repository and install it with npm install

@AlexanderWillner
Copy link
Author

Nice one. Works as expected. Thank you.
Although "npm install" ran successfully but still the new version was not installed. I copied the changed files by hand.

@Pita
Copy link
Contributor

Pita commented May 23, 2011

can you please post your apache config in the wiki please. I'm sure other people will help that

@AlexanderWillner
Copy link
Author

Rillke pushed a commit to Rillke/etherpad-lite that referenced this issue May 15, 2020
pedrobmarin added a commit to pedrobmarin/etherpad-lite that referenced this issue Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants