Re: Apache2 reverse proxy and guacamole, https page will not load, showing cert error.

2023-05-23 Thread Shigeki Sawamura
Hello. I haven't used Let's Encrypt much, so sorry if I'm off the mark. The Apache2 setting at the time of Let's Encrypt remained in the memo that was set once. It looks like you did something like this: ServerName ServerAlias www. ServerAdmin info@ DocumentRoot

Re: Apache2 reverse proxy and guacamole, https page will not load, showing cert error.

2023-05-23 Thread Ivanmarcus
Have you seen this?: https://guacamole.apache.org/doc/0.9.7/gug/proxying-guacamole.html I also realise you've specifically asked about Apache HTTPS proxy. I've not done this, so cannot comment directly, however you may find some information by searching the archives, for example:

Re: Blank screen in custom Guacamole application

2023-05-23 Thread Michael Jumper
On 5/23/23 14:50, Matei Albu wrote: ... When I use the main Guacamole web UI the connection to the same machine works just fine. Guacamole runs in docker. There's one strange thing happening. While the custom app is connected and showing the blank screen, I connect from the main web UI. This

Re: Blank screen in custom Guacamole application

2023-05-23 Thread Matei Albu
On Tue, May 23, 2023 at 10:05 PM Michael Jumper wrote: > > What are the differences? > > What parameters are you sending to the RDP connection? > The only difference is the java code, the rest is the same as in the example. @Override protected GuacamoleTunnel doConnect(HttpServletRequest

SSH Settings

2023-05-23 Thread Michael Hess
I have a couple devices that need old cyphers and crypto settings, what's the best way to go about that? Generally, I'd just add them to the ~/.ssh/config file. I assume it's best to do this somehow in my docker-compose.yaml file though? Thanks, Mike

Re: Blank screen in custom Guacamole application

2023-05-23 Thread Michael Jumper
On 5/23/23 04:33, Matei Albu wrote: Hi, I followed the manual (https://guacamole.apache.org/doc/gug/writing-you-own-guacamole-app.html) to create a small Guacamole application. The code is almost a copy of the example in Git

Blank screen in custom Guacamole application

2023-05-23 Thread Matei Albu
Hi, I followed the manual (https://guacamole.apache.org/doc/gug/writing-you-own-guacamole-app.html) to create a small Guacamole application. The code is almost a copy of the example in Git https://github.com/apache/guacamole-client/tree/master/doc/guacamole-example. When I access the page in the

Apache2 reverse proxy and guacamole, https page will not load, showing cert error.

2023-05-23 Thread Eby Mani
Are there any proper guide on how to setup guacamole with apache2 https reverse proxy ?. I tried setting up guacamole with apache2, with "https://example-domain-name; the default ubuntu apache2 webpage would open. "https:///example-domain-name/guacamole; will throw some certificate error. Had