You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by "mike-jumper (via GitHub)" <gi...@apache.org> on 2023/03/28 20:39:50 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request, #819: GUACAMOLE-839: Redirect user to proper URI for SSL/TLS client auth (rather than just refuse).

mike-jumper opened a new pull request, #819:
URL: https://github.com/apache/guacamole-client/pull/819

   If a user attempts to navigate to a Guacamole deployment using SSL/TLS authentication, but uses that deployment's IP address (or an incorrect hostname) to do so, they will see the following error message:
   
   > Direct authentication against this endpoint is not valid without first requesting to authenticate at the primary URL of this Guacamole instance.
   
   This is because the SSL/TLS authentication strictly enforces which hostnames may be used, but this is confusing. A user or administrator that inadvertently visits the wrong URL and sees this message will not know why things are failing.
   
   These changes replace the above error with a simple redirect to the proper URL.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [guacamole-client] necouchman merged pull request #819: GUACAMOLE-839: Redirect user to proper URI for SSL/TLS client auth (rather than just refuse).

Posted by "necouchman (via GitHub)" <gi...@apache.org>.
necouchman merged PR #819:
URL: https://github.com/apache/guacamole-client/pull/819


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org