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

2023-05-25 Thread Eby Mani
Hello Shigeki, When using your apache2 .conf, configtest fails. Invalid command 'RequestHeader', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed. Thanks, On Thursday, 25 May, 2023, 11:43:38 am IST, Shigeki Sawamura wrote:

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

2023-05-25 Thread Nick Couchman
On Thu, May 25, 2023 at 2:13 AM Shigeki Sawamura wrote: > > Hello. > > If you have "000-default-le-ssl", try "$ sudo a2ensite 000-default-le-ssl". > > I believe Guacamole supports AJP. > I have built 8 Guacamole servers from 1.3.0 to 1.5.1 so far, but they are all > accessed by AJP via Apache2.

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

2023-05-25 Thread Shigeki Sawamura
Hello. If you have "000-default-le-ssl", try "$ sudo a2ensite 000-default-le-ssl". I believe Guacamole supports AJP. I have built 8 Guacamole servers from 1.3.0 to 1.5.1 so far, but they are all accessed by AJP via Apache2. Best Regards, On 2023/05/25 木 午後 02:33, Eby Mani wrote: Hi, Yes,

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

2023-05-24 Thread Eby Mani
Hi, Yes, it is ubuntu 22 LTS. I installed snap version of certbot. After "$ sudo certbot --apache", there were no files created for "piitpl.co.in-le-ssl" at all, it had file for "000-default-le-ssl", thus i've missed "$ sudo a2ensite piitpl.co.in-le-ssl".

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

2023-05-24 Thread Shigeki Sawamura
Hello. I will talk about it assuming that it is an Ubuntu system. I assume you have certbot and python3-certbot-apache installed and run sudo certbot --apache. Then, I think that you will be prompted to enter various things at first, but does /var/log/letsencrypt/letsencrypt.log indicate that

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

2023-05-24 Thread Nick Couchman
On Wed, May 24, 2023 at 1:49 PM Eby Mani wrote: > > Hi, > > Running "certbot --apache" generates the certificate and inserts the ssl > certificate related lines to apache2 sites .conf file and create required > ssl.conf file (e.g. 000-default.conf, 000-default-ssl.conf, etc) > > Can you

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

2023-05-24 Thread Eby Mani
Hi, Running "certbot --apache" generates the certificate and inserts the ssl certificate related lines to apache2 sites .conf file and create required ssl.conf file (e.g. 000-default.conf, 000-default-ssl.conf, etc) Can you explain these lines(i don't see them in documentation) ?. Do i

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

2023-05-24 Thread Eby Mani
Yes, i have and done all required config as per the guacamole 1.5.1 documentation. Also have searched the web for an answer before posting here. On Wednesday, 24 May, 2023, 04:02:24 am IST, Ivanmarcus wrote: Have you seen this?:

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:

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