Okay, but please give me a example of HTTPS of nginx over a domain names
> On 10-Dec-2021, at 5:36 PM, Nick Couchman <[email protected]> wrote:
>
> On Thu, Dec 9, 2021 at 10:20 PM Manoj Patil <[email protected]
> <mailto:[email protected]>> wrote:
> Dear,
>
> We implement the Guacamole with XRDP on centos 7.5 with HTTPS please confirm
> the guacamole run over tomcat with https smoothly .
>
>
> Yes, Guacamole works fine over HTTPS - this is the recommended configuration.
> I use it over HTTPS on a regular basis.
>
> In my case I not used NGINX i am use tomcat with HTTPS certificate. But I
> see I saw a “network connection is unstable message” in my WAN environment so
> I request to guide us
>
>
> I would recommend using HTTPS with Nginx or Apache httpd and not doing it
> directly in Tomcat. It's generally easier to configure and easier to secure
> (no requirement for root access, etc.). The instances of Guacamole that I use
> on a daily basis are used with Nginx. As far as the "Network Connection is
> Unstable" message that you receive in this configuration, that indicates some
> misconfiguration or resource constraint. Nginx is perfectly capable of
> handling this, and there's nothing in Guacamole that would cause this
> configuration to fail.
>
> That said, if you have it working with HTTPS configured in Tomcat, and that
> is working in your environment, then that is probably fine - so long as
> Tomcat is not running as root.
>
> -Nick