Re: "No suitable driver found for jdbc:mysql" after upgrade to 1.5.3

2023-09-06 Thread Victor Krutov
ls -lh *class | head -n3 > -rw-r- 1 tomcat tomcat 738 Jul 25 23:01 GuacamoleStreamException.class > -rw-r- 1 tomcat tomcat 4.4K Jul 25 23:01 > InputStreamInterceptingFilter.class > -rw-r- 1 tomcat tomcat 2.1K Jul 25 23:01 InterceptedStream.class > > Viktor > > On T

Re: "No suitable driver found for jdbc:mysql" after upgrade to 1.5.3

2023-09-05 Thread Victor Krutov
Did you clear the previous unpacked .war content in /var/lib/tomcat9/webapps/guacamole? For a new .war to kick in you need to clear the old content. вт, 5 сент. 2023 г. в 05:27, Viktor Nikolov : > Big thanks Lorenzo! It was the issue you mentioned. > > I don't know how to tell Guacamole to use jd

Re: Need help with libssl on CentOS 7.9 / Guacamole 1.5.3

2023-09-01 Thread Victor Krutov
Thank you for your help! пт, 1 сент. 2023 г. в 17:16, Nick Couchman : > On Fri, Sep 1, 2023 at 6:05 PM Victor Krutov > wrote: > >> I appreciate all the suggestions, with your help I was able to resolve >> the issue. >> >> It was LD_LIBRARY_PATH where the first

Re: TOTP Verification Failed During MFA Enrollment

2023-09-01 Thread Victor Krutov
2FA may fail due to the phone time settings too, say, if you switch from network time assigned to manual and set exactly the same time, OTP will stop working. пт, 1 сент. 2023 г. в 15:18, Delvain Mbina : > Hi Daniel, > > Attached are my current NTP and local time settings. Do you think I should >

Re: Need help with libssl on CentOS 7.9 / Guacamole 1.5.3

2023-09-01 Thread Victor Krutov
Remove 1 Package (+3 Dependent packages) пт, 1 сент. 2023 г. в 09:29, Nick Couchman : > On Fri, Sep 1, 2023 at 8:30 AM Victor Krutov > wrote: > > > > I have installed openssl11 and openssl11-devel packages: > > > > # yum list installed | grep ssl > > libcurl

Re: Need help with libssl on CentOS 7.9 / Guacamole 1.5.3

2023-09-01 Thread Victor Krutov
mod_ssl.x86_64 1:2.4.6-99.el7.centos.1@updates > > nss_compat_ossl.x86_64 0.9.6-8.el7 > @anaconda/8.8.1 > > openssl.x86_64 1:1.0.2k-26.el7_9 @updates > > openssl-devel.x86_64 1:1.0.2k-26.el7_9 @up

Re: Need help with libssl on CentOS 7.9 / Guacamole 1.5.3

2023-08-31 Thread Victor Krutov
Thank you Nick, I will check that. чт, 31 авг. 2023 г. в 20:39, Nick Couchman : > On Thu, Aug 31, 2023 at 5:24 PM Victor Krutov > wrote: > > > > Hello all, > > > > I am trying to fix a problem with libssl dependency: > > -

Re: Need help with libssl on CentOS 7.9 / Guacamole 1.5.3

2023-08-31 Thread Victor Krutov
so.1 -> libuuid.so.1.3.0 libc.so.6 -> libc-2.17.so libncursesw.so.5 -> libncursesw.so.5.9 libanl.so.1 -> libanl-2.17.so libSegFault.so -> libSegFault.so libncurses.so.5 -> libncurses.so.5.9 libcap.so.2 -> libcap.so.2.22 libBrok

RE: Re: Enable ssl and install digicert

2023-08-31 Thread Victor Krutov
Obtain password protected pfx cert bundle (I used SHA2 password method). Pfx should not contain chain certificates. Place it somewhere on the server In /etc/tomcat/server.xml find a line related to 8443 (or add). May look something similar to change keystoreFile and keystorePass on what you h

Need help with libssl on CentOS 7.9 / Guacamole 1.5.3

2023-08-31 Thread Victor Krutov
Hello all, I am trying to fix a problem with libssl dependency: guacamole-server version 1.5.3 Library status: freerdp2 yes pango ... yes libavcodec ..