gdbgui icon indicating copy to clipboard operation
gdbgui copied to clipboard

Running GDBGUI behind a proxy

Open dirkcgrunwald opened this issue 6 years ago • 0 comments

I'm trying to run GDBGUI behind a proxy -- I'm using JupyterHub has a programming environment for students in our classes.

JupyterHub provides a proxy mechanism where in both the subprocess TCP port is exposed as e.g.

https://coding.csel.io/user/grunwald/gdbgui/

and that endpoint is then proxied to the gdbgui on whatever port was allocated.

The problem I'm having is that gdbgui doesn't appear to be aware of the URL prefix and tries to load e.g. https://coding.csel.io/hub/socket.io...e.g.

image

Has anyone used GDBGUI behind a similar proxy mechanism and if so, how did you get it to work?

dirkcgrunwald avatar Feb 13 '20 02:02 dirkcgrunwald