Re: Can guacamole record web application through http/s protocol?

2019-04-17 Thread Nick Couchman
On Wed, Apr 17, 2019 at 4:49 PM xiaochao wrote: > Thanks for your reply. "I think this would be a killer addition." > You're certainly welcome to use the Guacamole code to build your own solution that includes this, but the Guacamole Project will not be adding it, as it is considered

Re: Can guacamole record web application through http/s protocol?

2019-04-17 Thread xiaochao
Thanks for your reply. "I think this would be a killer addition." "There are plenty of other software products out there that do this", but I do really wonder which one can record the screen? -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Can guacamole record web application through http/s protocol?

2019-04-17 Thread Nick Couchman
On Wed, Apr 17, 2019 at 4:15 PM xiaochao wrote: > Guacd support protocol like vnc and rdp. Is it possible it also support > html? > No, the project has made a decision not to try to implement HTTP(S) proxy support. There are plenty of other software products out there that do this, and

Can guacamole record web application through http/s protocol?

2019-04-17 Thread xiaochao
Guacd support protocol like vnc and rdp. Is it possible it also support html? and Guacamole also support web application screen record? Best regards! -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Guacamole+Radius+Eap-tls

2019-04-17 Thread Nick Couchman
> > i want to make authentification with radius ( WIndows Server ) using > eap-tls, so this is what i did : > cp /etc/raddb/certs/client.p12 /usr/share/tomcat/.guacamole/ > chmod 666 client.p12 > > # Copy the certificate request in the web certificat to generate one > cat

Guacamole+Radius+Eap-tls

2019-04-17 Thread Kamal Ezzaki
Hello, i want to make authentification with radius ( WIndows Server ) using eap-tls, so this is what i did : cp /etc/raddb/certs/client.p12 /usr/share/tomcat/.guacamole/ chmod 666 client.p12 # Copy the certificate request in the web certificat to generate one cat /etc/raddb/certs/client.csr

Re: LDAP Auth successful, mysql backend fine, but unable to query list from LDAP (I don't want this)

2019-04-17 Thread vincemoya77
Wanted to close this off on the LDAP authentication front. Enabled debug logging so I can get more details on catalina.out, I found that the ldap credentials for the user were working (auth successful) and it matches to an entry in mysql, but fails when trying to query ldap, and that's what Mike

Re: Connection Error. You do not have permission to access this connection. Guac 1.0.0

2019-04-17 Thread VictorC
this is log with debug enabled: *1) if I access tomcat directly http://server:8080/guacamole/#/ this is WORKING everytime* 15:27:28.125 [localhost-startStop-1] DEBUG o.a.g.e.LanguageResourceService - Merged strings with existing language: "en" 15:27:28.125 [localhost-startStop-1] INFO

Re: Connection Error. You do not have permission to access this connection. Guac 1.0.0

2019-04-17 Thread Nick Couchman
On Wed, Apr 17, 2019 at 7:18 AM VictorC wrote: > Here is all version info: > Ubuntu 18.04.2 LTS > PHP 7.2.15-0ubuntu0.18.04.2 (cli) (built: Mar 22 2019 17:05:14) ( NTS ) > mysql Ver 8.0.15 for Linux on x86_64 (MySQL Community Server - GPL) > latest guacamole-client-1.0.0.tar.gz > latest

Re: Connection Error. You do not have permission to access this connection. Guac 1.0.0

2019-04-17 Thread VictorC
Here is all version info: Ubuntu 18.04.2 LTS PHP 7.2.15-0ubuntu0.18.04.2 (cli) (built: Mar 22 2019 17:05:14) ( NTS ) mysql Ver 8.0.15 for Linux on x86_64 (MySQL Community Server - GPL) latest guacamole-client-1.0.0.tar.gz latest guacamole-1.0.0.war guacamole-auth-jdbc-mysql-1.0.0.jar