mike-jumper commented on PR #805:
URL: https://github.com/apache/guacamole-client/pull/805#issuecomment-1783233484

   > > The `GUACD_SSL` environment variable controls the `guacd-ssl` property, 
which is used to enable SSL/TLS encryption between the webapp and guacd. It's 
uncommon to use this, as that communication is typically purely over loopback 
or at least on a trusted network route, but it's not obsolete.
   > 
   > I still can't find it. But if you're saying it's used I'm ok with this
   
   For reference, here's the code path is:
   
   ### Property Declaration (standardized as part of guacamole-ext)
   
   
https://github.com/apache/guacamole-client/blob/ac6e501eff8b11f0c4b9a5bad653e237b979b14d/guacamole-ext/src/main/java/org/apache/guacamole/environment/Environment.java#L61-L69
   
   ### Property Retrieval (via a `GuacamoleProxyConfiguration` from 
`LocalEnvironment`)
   
   
https://github.com/apache/guacamole-client/blob/ac6e501eff8b11f0c4b9a5bad653e237b979b14d/guacamole-ext/src/main/java/org/apache/guacamole/environment/LocalEnvironment.java#L379-L390
   
   ### (Voluntary) Usage of Retrieved Values
   
   Implementations aren't strictly _required_ to use 
`getDefaultGuacamoleProxyConfiguration()`, but most do, either explicitly or 
implicitly via `SimpleConnection`.
   
   
https://github.com/apache/guacamole-client/blob/ac6e501eff8b11f0c4b9a5bad653e237b979b14d/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleConnection.java#L206
   
   
https://github.com/apache/guacamole-client/blob/ac6e501eff8b11f0c4b9a5bad653e237b979b14d/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/connection/ModeledConnection.java#L462
   
   etc.


-- 
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-unsubscr...@guacamole.apache.org

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

Reply via email to