Results 1 to 3 of 3

Thread: Profilux4 behind a reverse proxy

  1. #1
    Join Date
    25.02.2010
    Posts
    8

    Default Profilux4 behind a reverse proxy

    Hi everyone,

    I need to setup an http reverse proxy to access a P4 (in this configuration, port forwarding is not an option).

    I'm using Apache, latest version.

    So

    1- I reverse proxied to the profilux (port 80) from an https external URL
    2- I configured also the websocket /ws/ to be proxyfied

    So the config looks like ('profilux' is the name pointing to the internal IP of the P4):

    <Location /profi/>
    Order deny,allow
    Allow from all

    ProxyPass http://profilux/
    ProxyPassReverse http://profilux/
    </Location>

    <Location /profi/ws>
    Order deny,allow
    Allow from all

    ProxyPass ws://profilux/ws
    </Location>

    It starts to load, but complains that it cannot connect to the P4.

    Do you have any idea on what's going wrong ?

    Thanks !

  2. #2
    Join Date
    04.11.2015
    Posts
    1,062

    Default

    Hello,

    unforuntately websocket proxying does not work in this case. Alternatively consider using myGHL: https://myghl.com/
    No support or warranty issues over PM! Please send PMs to the moderators only if you have general problems with using the forum! Thanks for helping us to keep the support efficient.
    Kein Support oder Reklamationsabwicklung über PM! Bitte senden Sie an die Moderatoren nur PMs bei allgemeinen Problemen mit der Verwendung des Forums! Danke dass Sie uns dabei helfen, den Support effektiv zu gestalten.

  3. #3
    Join Date
    25.02.2010
    Posts
    8

    Default

    Using MyGHL is definitely not an option, it raises a lot of major security issues, and thus cannot be used in a profesional environment.

    Why websocket proxying could not be used ? Tunneliing the 80 port trough ssh works perfectly, which indicated that the proxy should work.

    Could you elaborate a bit more your answer ? A "no" answer is not acceptable, I need you to describe a bit more how you developed your app...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •