From Jules at Zend.To Tue Apr 20 12:57:32 2021 From: Jules at Zend.To (Jules) Date: Tue, 20 Apr 2021 12:57:32 +0100 Subject: [ZendTo] Error Message When a User Drops of 6GB file. <<< ClamAV 0.103 bug In-Reply-To: References: Message-ID: <0a2acfee-fd78-71b6-bec5-a81a00c8d538@Zend.To> Hi Gavin, I forcibly installed ClamAV 0.102, then used the yum "versionlock" plugin to ensure that they were never upgraded automatically. I'm still running 0.102 as a result. It sounds like the bug still exists in the most recent version. Have you got time to report it as a bug? I'm more than a little surprised that they haven't noticed this one. BTW Changing the clamd.conf parameters for the maximum size of file to scan (a few 100K I think) doesn't help at all. It's something to do with how they mmap() the file. But I never had the time to find exactly what was wrong, I had a broken production service to fix. Cheers, Jules. On Tue 20/04/21 11:58, Gavin Younger wrote: > > Anthony, Jules, > > ? > > How did you get on here? ??? seems I???ve hit the same problem here at > Newcastle (interestingly it was a 4GB cutoff rather than 6GB) ??? I > spent a fruitless afternoon adding more RAM and googling too??? > (should have checked my mailing list messages first!) > > ? > > Regards, > > ? > > Gavin Younger, > > ? > > Infrastructure Systems, > > IT Service (NUIT), > > Newcastle University > > ? > > ? > > *From:*ZendTo *On Behalf Of *Jules via ZendTo > *Sent:* 26 January 2021 14:43 > *To:* Anthony Wilson > *Cc:* Jules ; Adam Witney ; ZendTo > Users > *Subject:* Re: [ZendTo] Error Message When a User Drops of 6GB file. > <<< ClamAV 0.103 bug > > ? > > ?? External sender. Take care when opening links or attachments. Do > not provide your login details. > > Anthony, > > I have just hit the same problem on our installation of ZendTo here at > Southampton. > > I'm cc-ing this to the mailing list as it's going to become a > widespread problem. > > There's a bug in ClamAV 0.103. > It crashes with a memory allocation failure if you try to scan a file > bigger than the available RAM in the server/VM. > > ClamAV 0.102 works fine. > > You can fetch the 0.102 RPMs from here: > ????? > https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/c/ > > Stop the services > ?????? clamd at scan > ?????? clam-freshclam > ?????? clamav-freshclam > Find all the clamAV RPMs you have installed: > ?????? rpm -qa | grep -i clam > Then use "rpm -e" to remote all of them in 1 command. That stops > dependency problems. > > Then fetch the 0.102 versions from the URL above: you want to install > these > ?????? clamav > ?????? clamav-filesystem > ?????? clamav-lib > ?????? clamav-update > ?????? clamd > Do *not* install "clamav-data". > > Edit /etc/clamd.d/scan.conf. There's a commented out line mentioning > "LocalSocket". > Uncomment that line. > > Edit /etc/freshclam.conf. There's a commented out line mentioning > "NotifyClamd". > Uncomment that line so it says > NotifyClamd /etc/clamd.conf > and you should find you still have a link in /etc/clamd.conf that > points to /etc/clamd.d/scan.conf. > > > Delete everything in /var/lib/clamav totally. Just leave it as an > empty directory. > Run the command > ?????? freshclam > once. Ignore its final complaint about being unable to notify clamd. > That's because you can't start clamd until freshclam has fetched the > latest virus signatures for you. > > Then enable and start the services as follows: > ?????? systemctl enable clamd at scan > ?????? systemctl enable clam-freshclam > ?????? systemctl start clamd at scan > > And you should find the problem goes away again. > > If you have the time to report this to the ClamAV maintainers, please > do. No amount of Googling I did yesterday while fixing this myself, > produced anything useful. So I suspect they don't know yet. > > Cheers, > Jules. > > On Tue 26/01/21 14:24, Anthony Wilson wrote: > > Hi Jules > > ? > > Thank you for your response and apologies for the delay with mine. > > ? > > I have cc???d the user, who will be able to respond to the console > task and file size. > > ? > > Please see below the space available > > ? > > ???Filesystem???????????????????????????????????? ?????? Size? > Used Avail Use% Mounted on > > devtmpfs???????????????????????????????????????? ????????? > 3.8G???????? 0?? 3.8G???? 0% /dev > > tmpfs???????????????? > ??????????????????????????????????????????????? 3.8G???????? 0?? > 3.8G???? 0% /dev/shm > > tmpfs?????????????????????????????????????????????? > ????????????????? 3.8G?? 377M?? 3.5G?? 10% /run > > tmpfs?????????????????????????????????????????????? > ????????????????? 3.8G???????? 0?? 3.8G???? 0% /sys/fs/cgroup > > /dev/mapper/vg_root-lv_root???? 91G? 4.3G???? 87G???? 5% / > > /dev/mapper/dropoff-vol1???????? 300G? 9.3G?? 291G???? 4% > /var/zendto/dropoffs > > /dev/sda1???????????????????????????????????? ??????????? 1014M?? > 275M?? 740M?? 28% /boot > > tmpfs?????????????????????????????????????????????? > ????????????????? 777M???????? 0?? 777M???? 0% /run/user/0??? > > ? > > Please see the error in the log file similar to the initial issue. > > ? > > ???zendto.log:2021-01-23 19:29:24 172.19.48.98 [ZendTo]: Error: > Virus scan of dropped-off files? > /var/zendto/incoming/eYzXdXMzGPtngj8o52brEmKoPjnF8e3d.1 for > awitney failed with > /var/zendto/incoming/eYzXdXMzGPtngj8o52brEmKoPjnF8e3d.1: Can't > allocate memory ERROR?? ----------- SCAN SUMMARY ----------- > Infected files: 0 Total errors: 1 Time: 0.020 sec (0 m 0 s) Start > Date: 2021:01:23 19:29:24 End Date:??? 2021:01:23 19:29:24??? > > ? > > Kind regards > > ? > > Anthony > > ? > > *From:*Jules > *Sent:* 19 January 2021 09:47 > *To:* Anthony Wilson > > *Subject:* Re: Error Message When a User Drops of 6GB file. > > ? > > Hi Anthony, > > Can you ask him, when he gets these errors, to take a look in the > JavaScript console of his web browser and see if anything is > reported there? He basically needs to show the developer console > (right-clicking anywhere in the page and doing "Inspect Element" > is one of the most obvious ways), then click on the "Console" tab > and ensure it is showing "All" log entries). > > Also, does your zendto.log report anything at this point? > All the output from the virus checker will be logged in there. > > As it's a tar.gz file, how big is it when unpacked? Have you got > enough space in /var/zendto/incoming (and /var/zendto in general), > and /tmp for the virus scanner to unpack the compressed archive? > You might be simply running out of temporary disk space that clamd > needs. > > Hope that helps, > Jules. > > On Fri 08/01/21 13:58, Anthony Wilson wrote: > > Hi Support > > ? > > We have a user (Adam) that is receiving a misleading message > when dropping of a file (see attached).?? However the user has > confirmed that the recipient successfully received the files. > > ? > > The process the user took is shown below > > ???Hi Anthony Details are 6Gb tar.gz file, unencrypted, being > uploaded from an NFS share through a Desktop Windows 10 > machine. Uploaded using Edge (not sure the version, but it is > the new Chome based one on my SGUL machine) Thanks Adam??? > > ? > > Please can you assist. > > ? > > Kind regards > > ? > > ? > > ? > > Anthony Wilson > > Computing Services? > > St Georges - University of London > > Telephone: +44 208 725 5435 > > email: akwilson at sgul.ac.uk > > website:? http://www.sgul.ac.uk/ > > ? > > > > > Jules > > ? > > -- > > Julian Field MEng CEng CITP MBCS MIEEE MACM > > ? > > The current UK shipping forecast: > > Forties, Cromarty, Forth, Tyne: Southwest 4 to 6, becoming variable 3, then > > cyclonic 4 to 6 later. Slight or moderate, occasionally rough in Forties. > > Rain. Good, occasionally poor. > > ? > > www.Zend.To > > Twitter: @JulesFM > > > > Jules > ? > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > ? > 'Is the Holocaust an aberration, or a reflection of who we really are?' > - Holocaust Museum, Berlin > ? > www.Zend.To > Twitter: @JulesFM Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'It's very unlikely indeed he will ever recover consciousness, and if he does he won't be the Julian you knew.' - A hospital consultant I proved very wrong in 2007 :-) www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From TZimmerman at fsu.edu Thu Apr 22 17:43:33 2021 From: TZimmerman at fsu.edu (Travis Zimmerman) Date: Thu, 22 Apr 2021 16:43:33 +0000 Subject: [ZendTo] Captcha stopped working this morning References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> Message-ID: Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From zend.to at neilzone.co.uk Thu Apr 22 18:21:48 2021 From: zend.to at neilzone.co.uk (zend.to at neilzone.co.uk) Date: Thu, 22 Apr 2021 18:21:48 +0100 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> Message-ID: > On 22 Apr 2021, at 17:43, Travis Zimmerman via ZendTo wrote: > > Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. > Captcha: Google v2 > Zendto Ver: 6.07-1 > OS: RHEL 7.9 > Any suggestions would be appreciated. Is there anything in the logs? Could it be a DNS lookup failure, meaning you?re not reaching the captcha server? Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: From MDeerr at hshlawyers.com Thu Apr 22 18:35:58 2021 From: MDeerr at hshlawyers.com (Marlon Deerr) Date: Thu, 22 Apr 2021 17:35:58 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> Message-ID: Same thing for me. We are running Version 6.09-1. Captcha not working either. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users Cc: Travis Zimmerman Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From TZimmerman at fsu.edu Thu Apr 22 18:35:59 2021 From: TZimmerman at fsu.edu (Travis Zimmerman) Date: Thu, 22 Apr 2021 17:35:59 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <4C57C02D-E94E-44FF-8262-FE51955E6E01@fsu.edu> Message-ID: No references that I can find in the logs. Pinging to either www.google.com or www.recaptcha.net both resolve and respond to the pings. The Recaptcha checkbox isn?t rendered on the page at all. I?ve tried turning off SELinux, no change. Deleted the cached php files from templates_c. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:21 PM, zend.to at neilzone.co.uk wrote: On 22 Apr 2021, at 17:43, Travis Zimmerman via ZendTo > wrote: Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. Is there anything in the logs? Could it be a DNS lookup failure, meaning you?re not reaching the captcha server? Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: From TZimmerman at fsu.edu Thu Apr 22 18:36:30 2021 From: TZimmerman at fsu.edu (Travis Zimmerman) Date: Thu, 22 Apr 2021 17:36:30 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> Message-ID: Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From MDeerr at hshlawyers.com Thu Apr 22 18:37:35 2021 From: MDeerr at hshlawyers.com (Marlon Deerr) Date: Thu, 22 Apr 2021 17:37:35 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <6e6187b934104ec6bb178a681d327252@HSH-MAIL.HSH.local> Message-ID: Not sure. I only checked after noticing your email. Thought I would see if it was happening to me as well. From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr Cc: ZendTo Users Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From MDeerr at hshlawyers.com Thu Apr 22 18:42:33 2021 From: MDeerr at hshlawyers.com (Marlon Deerr) Date: Thu, 22 Apr 2021 17:42:33 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <98682a64214047089596f2ea033291b0@HSH-MAIL.HSH.local> Message-ID: Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr Cc: ZendTo Users Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From TZimmerman at fsu.edu Thu Apr 22 18:49:55 2021 From: TZimmerman at fsu.edu (Travis Zimmerman) Date: Thu, 22 Apr 2021 17:49:55 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: <98682a64214047089596f2ea033291b0@HSH-MAIL.HSH.local> References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <98682a64214047089596f2ea033291b0@HSH-MAIL.HSH.local> <68B76001-8547-4193-A1F9-64DC2AA51969@fsu.edu> Message-ID: Doesn?t work for me in Firefox (v88). I?ve tried Safari and Chrome too, Chrome just gives me a sad file face. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:42 PM, Marlon Deerr > wrote: Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From MDeerr at hshlawyers.com Thu Apr 22 19:27:47 2021 From: MDeerr at hshlawyers.com (Marlon Deerr) Date: Thu, 22 Apr 2021 18:27:47 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <98682a64214047089596f2ea033291b0@HSH-MAIL.HSH.local> Message-ID: Maybe firewall related then? At home on my personal PC, I am running Firefox 88 (64bit) and captcha works just fine. Internally, we are running Firefox 88 (64bit) and captcha does not work. I just realized it does not work At home, captcha fails on my Vivaldi browser, but it also reports that the contents are being blocked. Not sure what to make of this. [cid:image001.png at 01D73783.AACACD60] From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Marlon Deerr via ZendTo Sent: Thursday, April 22, 2021 1:43 PM To: 'Travis Zimmerman' Cc: Marlon Deerr ; ZendTo Users Subject: Re: [ZendTo] Captcha stopped working this morning Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 10306 bytes Desc: image001.png URL: From TZimmerman at fsu.edu Thu Apr 22 19:57:46 2021 From: TZimmerman at fsu.edu (Travis Zimmerman) Date: Thu, 22 Apr 2021 18:57:46 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <98682a64214047089596f2ea033291b0@HSH-MAIL.HSH.local> <69413A2B-47D0-4C12-BD9D-0BD3899305A6@fsu.edu> Message-ID: I spent some time digging around in the code and made a change to two files, this allowed Recaptcha to work again for me. zendto/templates/header.tpl zendto/www/ReCaptcha/RequestMethod/CurlPost.php I changed recaptcha.net to google.com in those files and the Recaptchas start rendering again and worked correctly. I?m guessing that something happened with recaptcha.net, it seems to be up but we weren?t getting responses depending on browser and OS combinations (Firefox on Win10 good, Firefox on Linux/Mac bad, DuckDuckGo on iOS good). ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 2:27 PM, Marlon Deerr > wrote: Maybe firewall related then? At home on my personal PC, I am running Firefox 88 (64bit) and captcha works just fine. Internally, we are running Firefox 88 (64bit) and captcha does not work. I just realized it does not work At home, captcha fails on my Vivaldi browser, but it also reports that the contents are being blocked. Not sure what to make of this. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Marlon Deerr via ZendTo Sent: Thursday, April 22, 2021 1:43 PM To: 'Travis Zimmerman' > Cc: Marlon Deerr >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssilva at sgvwater.com Thu Apr 22 21:24:29 2021 From: ssilva at sgvwater.com (Scott Silva) Date: Thu, 22 Apr 2021 20:24:29 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <98682a64214047089596f2ea033291b0@HSH-MAIL.HSH.local> <69413A2B-47D0-4C12-BD9D-0BD3899305A6@fsu.edu> <41665accfd784c628ef79250ef7b8a11@sgvwater.com> Message-ID: Maybe that address got into some blacklists? I know several browsers have started adding security internally. From: ZendTo On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 11:58 AM To: Marlon Deerr Cc: Travis Zimmerman ; ZendTo Users Subject: Re: [ZendTo] Captcha stopped working this morning I spent some time digging around in the code and made a change to two files, this allowed Recaptcha to work again for me. zendto/templates/header.tpl zendto/www/ReCaptcha/RequestMethod/CurlPost.php I changed recaptcha.net to google.com in those files and the Recaptchas start rendering again and worked correctly. I?m guessing that something happened with recaptcha.net, it seems to be up but we weren?t getting responses depending on browser and OS combinations (Firefox on Win10 good, Firefox on Linux/Mac bad, DuckDuckGo on iOS good). ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 2:27 PM, Marlon Deerr > wrote: Maybe firewall related then? At home on my personal PC, I am running Firefox 88 (64bit) and captcha works just fine. Internally, we are running Firefox 88 (64bit) and captcha does not work. I just realized it does not work At home, captcha fails on my Vivaldi browser, but it also reports that the contents are being blocked. Not sure what to make of this. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Marlon Deerr via ZendTo Sent: Thursday, April 22, 2021 1:43 PM To: 'Travis Zimmerman' > Cc: Marlon Deerr >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.hillenbrand at montgeron.fr Fri Apr 23 09:18:59 2021 From: m.hillenbrand at montgeron.fr (HILLENBRAND Marita) Date: Fri, 23 Apr 2021 08:18:59 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <98682a64214047089596f2ea033291b0@HSH-MAIL.HSH.local> <69413A2B-47D0-4C12-BD9D-0BD3899305A6@fsu.edu> <41665accfd784c628ef79250ef7b8a11@sgvwater.com> Message-ID: Hello, Same problem here, tested with or without the firewall and Firefox, Safari and Edge. I don?t find those files Travis is describing, is there any other place to modify recaptcha.net to google.com ? Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image002.jpg at 01D7382A.109BD930] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : ZendTo [mailto:zendto-bounces at zend.to] De la part de Scott Silva via ZendTo Envoy? : jeudi 22 avril 2021 22:24 ? : 'ZendTo Users' Cc : Scott Silva Objet : Re: [ZendTo] Captcha stopped working this morning Maybe that address got into some blacklists? I know several browsers have started adding security internally. From: ZendTo > On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 11:58 AM To: Marlon Deerr > Cc: Travis Zimmerman >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning I spent some time digging around in the code and made a change to two files, this allowed Recaptcha to work again for me. zendto/templates/header.tpl zendto/www/ReCaptcha/RequestMethod/CurlPost.php I changed recaptcha.net to google.com in those files and the Recaptchas start rendering again and worked correctly. I?m guessing that something happened with recaptcha.net, it seems to be up but we weren?t getting responses depending on browser and OS combinations (Firefox on Win10 good, Firefox on Linux/Mac bad, DuckDuckGo on iOS good). ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 2:27 PM, Marlon Deerr > wrote: Maybe firewall related then? At home on my personal PC, I am running Firefox 88 (64bit) and captcha works just fine. Internally, we are running Firefox 88 (64bit) and captcha does not work. I just realized it does not work At home, captcha fails on my Vivaldi browser, but it also reports that the contents are being blocked. Not sure what to make of this. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Marlon Deerr via ZendTo Sent: Thursday, April 22, 2021 1:43 PM To: 'Travis Zimmerman' > Cc: Marlon Deerr >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 2672 bytes Desc: image002.jpg URL: From Jules at Zend.To Fri Apr 23 09:31:47 2021 From: Jules at Zend.To (Jules) Date: Fri, 23 Apr 2021 09:31:47 +0100 Subject: [ZendTo] Captcha stopped working this morning - SOLUTION In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> Message-ID: <9e1d4839-c05e-4a5c-e22a-57c9c95269cb@Zend.To> Hi folks! I have just seen this one too. You need to add 1 item to the "Content-Security-Policy" header that is set in either ?????? /etc/httpd/conf.d/zendto-ssl.conf or ?????? /etc/apache2/sites-enabled/001-zendto-ssl.conf depending on whether you are running on an RedHat-derived (rpm) system or a Debian/Ubuntu-derives (apt) system. Look in there for the very long line that starts with ?????? Header set Content-Security-Policy The last section (sections are separated by a semi-colon ";") should be about 'frame-src'. Add to the very end (but inside the double quotes) this: ????? https://www.recaptcha.net So the whole line should now look like this: ?? Header set Content-Security-Policy "default-src 'none'; script-src 'self' 'unsafe-inline' https://www.google.com https://www.gstatic.com https://www.recaptcha.net; connect-src 'self' 'unsafe-inline'; img-src data: *; font-src 'self' 'unsafe-inline'? https://fonts.googleapis.com https://fonts.gstatic.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; frame-src 'self' 'unsafe-inline' https://www.google.com https://www.gstatic.com https://www.recaptcha.net" Now ?????? sudo systemctl reload httpd or ?????? sudo systemctl reload apache2 and you should find the captcha works again. On Thu 22/04/21 17:43, Travis Zimmerman via ZendTo wrote: > Our captcha stopped working this morning. It doesn???t appear to be > displaying anything from captcha. > Captcha: Google v2 > Zendto Ver: 6.07-1 > OS: RHEL 7.9 > Any suggestions would be appreciated. > > ------------------------------------------------------ > Travis Zimmermantzimmerman at fsu.edu850-645-8030 > Linux Enterprise Applications & Systemsits-linuxadmins at fsu.edu > Information Technology Services, Florida State University > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Remember me when I am gone away, Gone far away into the silent land; When you can no more hold me by the hand, Nor I half turn to go yet turning stay. Remember me when no more day by day You tell me of our future that you planned: Only remember me; you understand It will be late to counsel then or pray. Yet if you should forget me for a while And afterwards remember, do not grieve: For if the darkness and corruption leave A vestige of the thoughts that once I had, Better by far you should forget and smile Than that you should remember and be sad.' - Christina Rossetti www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.hillenbrand at montgeron.fr Fri Apr 23 09:44:39 2021 From: m.hillenbrand at montgeron.fr (HILLENBRAND Marita) Date: Fri, 23 Apr 2021 08:44:39 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <98682a64214047089596f2ea033291b0@HSH-MAIL.HSH.local> <69413A2B-47D0-4C12-BD9D-0BD3899305A6@fsu.edu> <41665accfd784c628ef79250ef7b8a11@sgvwater.com> Message-ID: Hello again, I found the files, (sorry) and I changed recaptcha.net to google.com like Travis said. It?s working fine for Firefox, Chrome and Edge, thank?s a lot! It still doesn?t work on Safari on my cellphone, but I?m not sur that worked before, never tried. Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image001.jpg at 01D7382D.A73B15B0] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : HILLENBRAND Marita Envoy? : vendredi 23 avril 2021 10:19 ? : 'ZendTo Users' Cc : Scott Silva Objet : RE: Captcha stopped working this morning Hello, Same problem here, tested with or without the firewall and Firefox, Safari and Edge. I don?t find those files Travis is describing, is there any other place to modify recaptcha.net to google.com ? Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image004.jpg at 01D7382D.38778640] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : ZendTo [mailto:zendto-bounces at zend.to] De la part de Scott Silva via ZendTo Envoy? : jeudi 22 avril 2021 22:24 ? : 'ZendTo Users' > Cc : Scott Silva > Objet : Re: [ZendTo] Captcha stopped working this morning Maybe that address got into some blacklists? I know several browsers have started adding security internally. From: ZendTo > On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 11:58 AM To: Marlon Deerr > Cc: Travis Zimmerman >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning I spent some time digging around in the code and made a change to two files, this allowed Recaptcha to work again for me. zendto/templates/header.tpl zendto/www/ReCaptcha/RequestMethod/CurlPost.php I changed recaptcha.net to google.com in those files and the Recaptchas start rendering again and worked correctly. I?m guessing that something happened with recaptcha.net, it seems to be up but we weren?t getting responses depending on browser and OS combinations (Firefox on Win10 good, Firefox on Linux/Mac bad, DuckDuckGo on iOS good). ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 2:27 PM, Marlon Deerr > wrote: Maybe firewall related then? At home on my personal PC, I am running Firefox 88 (64bit) and captcha works just fine. Internally, we are running Firefox 88 (64bit) and captcha does not work. I just realized it does not work At home, captcha fails on my Vivaldi browser, but it also reports that the contents are being blocked. Not sure what to make of this. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Marlon Deerr via ZendTo Sent: Thursday, April 22, 2021 1:43 PM To: 'Travis Zimmerman' > Cc: Marlon Deerr >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 2672 bytes Desc: image004.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2672 bytes Desc: image001.jpg URL: From Jules at Zend.To Fri Apr 23 09:53:48 2021 From: Jules at Zend.To (Jules) Date: Fri, 23 Apr 2021 09:53:48 +0100 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <69413A2B-47D0-4C12-BD9D-0BD3899305A6@fsu.edu> <41665accfd784c628ef79250ef7b8a11@sgvwater.com> Message-ID: <40a81afe-a5ab-5433-0670-81afa683e1e0@Zend.To> Marita, Travis, I have also posted the correct fix as a news item on ????? https://zend.to If you change the code to point at google.com instead of recaptcha.net, you will find no one in China can use your ZendTo service any more. There is no need to change any of the code or templates, it's purely an Apache web server configuration change that is needed. Cheers, Jules. On Fri 23/04/21 09:44, HILLENBRAND Marita via ZendTo wrote: > > Hello again, > > ? > > I found the files, (sorry) and I changed _recaptcha.net_ to > _google.com_ like Travis said. > > It???s working fine for Firefox, Chrome and Edge, thank???s a lot! > > ? > > It still doesn???t work on Safari on my cellphone, but I???m not sur > that worked before, never tried. > > ? > > Best regards, > > ? > > *Marita HILLENBRAND* > Service Informatique > > *Centre Administratif et Technique* > 130, avenue Charles de Gaulle - 91230 Montgeron > T??l : 01 70 58 93 40?? Port : 06 24 04 43 58 > www.montgeron.fr > > /Participez, vous aussi, ?? la protection de l'environnement en > n'imprimant ce courriel que si n??cessaire.// > //Le pr??sent courriel peut contenir des renseignements confidentiels > et ne s???adresse qu???au(x) destinataire(s) indiqu??(s) ci-dessus. Si > ce courriel vous est parvenu par erreur, veuillez le supprimer et nous > en aviser aussit??t. Merci./ > > ? > > *De??:*HILLENBRAND Marita > *Envoy????:* vendredi 23 avril 2021 10:19 > *????:* 'ZendTo Users' > *Cc??:* Scott Silva > *Objet??:* RE: Captcha stopped working this morning > > ? > > Hello, > > ? > > Same problem here, tested ??with or without the firewall and Firefox, > Safari and Edge. > > ? > > I don???t find those files Travis is describing, is there any other > place to modify recaptcha.net??to google.com ? > > ? > > ? > > Best regards, > > *Marita HILLENBRAND* > Service Informatique > > *Centre Administratif et Technique* > 130, avenue Charles de Gaulle - 91230 Montgeron > T??l : 01 70 58 93 40?? Port : 06 24 04 43 58 > www.montgeron.fr > > /Participez, vous aussi, ?? la protection de l'environnement en > n'imprimant ce courriel que si n??cessaire.// > //Le pr??sent courriel peut contenir des renseignements confidentiels > et ne s???adresse qu???au(x) destinataire(s) indiqu??(s) ci-dessus. Si > ce courriel vous est parvenu par erreur, veuillez le supprimer et nous > en aviser aussit??t. Merci./ > > ? > > *De??:*ZendTo [mailto:zendto-bounces at zend.to > ] *De la part de* Scott Silva via ZendTo > *Envoy????:* jeudi 22 avril 2021 22:24 > *????:* 'ZendTo Users' > *Cc??:* Scott Silva > *Objet??:* Re: [ZendTo] Captcha stopped working this morning > > ? > > Maybe that address got into some blacklists? I know several browsers > have started adding security internally. > > ? > > *From:*ZendTo *On Behalf Of *Travis Zimmerman > via ZendTo > *Sent:* Thursday, April 22, 2021 11:58 AM > *To:* Marlon Deerr > *Cc:* Travis Zimmerman ; ZendTo Users > *Subject:* Re: [ZendTo] Captcha stopped working this morning > > ? > > I spent some time digging around in the code and made a change to two > files, this allowed Recaptcha to work again for me. > > zendto/templates/header.tpl > > zendto/www/ReCaptcha/RequestMethod/CurlPost.php > > ? > > I changed recaptcha.net ??to google.com > ??in those files and the Recaptchas start rendering > again and worked correctly. > > ? > > ? > > I???m guessing that something happened with recaptcha.net > , it seems to be up but we weren???t getting > responses depending on browser and OS combinations (Firefox on Win10 > good, Firefox on Linux/Mac bad, DuckDuckGo on iOS good). > > ? > > ------------------------------------------------------ > > Travis Zimmerman > > tzimmerman at fsu.edu > > 850-645-8030 > > Linux Enterprise Applications & Systems > > its-linuxadmins at fsu.edu > > Information Technology Services, Florida State University > > ? > > On Apr 22, 2021, at 2:27 PM, Marlon Deerr > wrote: > > ? > > Maybe firewall related then? > > ? > > At home on my personal PC, I am running Firefox 88 (64bit) and > captcha works just fine. > > ? > > Internally, we are running Firefox 88 (64bit) and captcha does not > work.?? I just realized it does not work > > ? > > At home, captcha fails on my Vivaldi browser, but it also reports > that the contents are being blocked. > > ? > > Not sure what to make of this. > > ? > > > > ? > > ? > > ? > > ? > > *Marlon Deerr*,? *Technology Manager* > 416-572-8795? (direct)? |? MDeerr at hshlawyers.com > > > ? > > > > ? > > ? > > ? > > > > > > 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 > Fax: 416-361-0083 | Toll Free: 877-474-5997? |? www.hshlawyers.com > > > ? > > This Howie Sacks & Henry e-mail is privileged, confidential and > subject to copyright. Any unauthorized use or disclosure is > prohibited. > > ????? > > *From:*? ZendTo [mailto:zendto-bounces at zend.to > ]? *On Behalf Of? *Marlon Deerr via > ZendTo > *Sent:*? Thursday, April 22, 2021 1:43 PM > *To:*? 'Travis Zimmerman' > > *Cc:*? Marlon Deerr >; ZendTo Users > > *Subject:*? Re: [ZendTo] Captcha stopped working this morning > > ? > > Actually, correction. > > ? > > I???ve done a bit more investigation and this is what I have found. > > ? > > Microsoft Edge Browser = captcha? *not working* > > Vivaldi Browser = captcha? *not working* > > Google Chrome Browser = captcha? *not working* > > ? > > Firefox Browser ???? *captcha works fine. No problems!* > > ? > > ? > > Is this some browser compatibility issue happening here? > > ? > > ? > > *From:*? Travis Zimmerman [mailto:TZimmerman at fsu.edu > ]? > *Sent:*? Thursday, April 22, 2021 1:37 PM > *To:*? Marlon Deerr > > *Cc:*? ZendTo Users > > *Subject:*? Re: Captcha stopped working this morning > > ? > > Did your problem start today too?? > > ? > > ------------------------------------------------------ > > Travis Zimmerman > > tzimmerman at fsu.edu > > 850-645-8030 > > Linux Enterprise Applications & Systems > > its-linuxadmins at fsu.edu > > Information Technology Services, Florida State University > > ? > > On Apr 22, 2021, at 1:35 PM, Marlon Deerr > > wrote: > > ? > > Same thing for me. We are running Version 6.09-1. Captcha not > working either. > > ? > > ? > > ? > > ? > > *Marlon Deerr*,? *Technology Manager* > 416-572-8795? (direct)? |? MDeerr at hshlawyers.com > > > ? > > > > ? > > ? > > ? > > > > > > 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 > Fax: 416-361-0083 | Toll Free: 877-474-5997? |? > www.hshlawyers.com > > > ? > > This Howie Sacks & Henry e-mail is privileged, confidential > and subject to copyright. Any unauthorized use or disclosure > is prohibited. > > ????? > > *From:*? ZendTo [mailto:zendto-bounces at zend.to > ]? *On Behalf Of? *Travis > Zimmerman via ZendTo > *Sent:*? Thursday, April 22, 2021 12:44 PM > *To:*? ZendTo Users > > *Cc:*? Travis Zimmerman > > *Subject:*? [ZendTo] Captcha stopped working this morning > > ? > > Our captcha stopped working this morning. It doesn???t appear > to be displaying anything from captcha. > > Captcha: Google v2 > > Zendto Ver: 6.07-1 > > OS: RHEL 7.9 > > Any suggestions would be appreciated. > > ? > > ------------------------------------------------------ > > Travis Zimmerman > > tzimmerman at fsu.edu > > 850-645-8030 > > Linux Enterprise Applications & Systems > > its-linuxadmins at fsu.edu > > Information Technology Services, Florida State University > > ? > > ? > > ? > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Think globally, act locally.' - Friends of the Earth www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2672 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 2672 bytes Desc: not available URL: From m.hillenbrand at montgeron.fr Fri Apr 23 13:05:18 2021 From: m.hillenbrand at montgeron.fr (HILLENBRAND Marita) Date: Fri, 23 Apr 2021 12:05:18 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <69413A2B-47D0-4C12-BD9D-0BD3899305A6@fsu.edu> <41665accfd784c628ef79250ef7b8a11@sgvwater.com> <40a81afe-a5ab-5433-0670-81afa683e1e0@Zend.To> Message-ID: Thanks a lot Jules, you?re a magicien ?. I got back to the original configuration and applied your fix, works fine here. Cheers, Marita Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image004.jpg at 01D73849.ACA9B490] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : Jules [mailto:Jules at Zend.To] Envoy? : vendredi 23 avril 2021 10:54 ? : ZendTo Users Cc : HILLENBRAND Marita ; Travis Zimmerman Objet : Re: [ZendTo] Captcha stopped working this morning Marita, Travis, I have also posted the correct fix as a news item on https://zend.to If you change the code to point at google.com instead of recaptcha.net, you will find no one in China can use your ZendTo service any more. There is no need to change any of the code or templates, it's purely an Apache web server configuration change that is needed. Cheers, Jules. On Fri 23/04/21 09:44, HILLENBRAND Marita via ZendTo wrote: Hello again, I found the files, (sorry) and I changed recaptcha.net to google.com like Travis said. It?s working fine for Firefox, Chrome and Edge, thank?s a lot! It still doesn?t work on Safari on my cellphone, but I?m not sur that worked before, never tried. Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image003.jpg at 01D73849.8E6300E0] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : HILLENBRAND Marita Envoy? : vendredi 23 avril 2021 10:19 ? : 'ZendTo Users' Cc : Scott Silva Objet : RE: Captcha stopped working this morning Hello, Same problem here, tested with or without the firewall and Firefox, Safari and Edge. I don?t find those files Travis is describing, is there any other place to modify recaptcha.net to google.com ? Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image003.jpg at 01D73849.8E6300E0] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : ZendTo [mailto:zendto-bounces at zend.to] De la part de Scott Silva via ZendTo Envoy? : jeudi 22 avril 2021 22:24 ? : 'ZendTo Users' > Cc : Scott Silva > Objet : Re: [ZendTo] Captcha stopped working this morning Maybe that address got into some blacklists? I know several browsers have started adding security internally. From: ZendTo > On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 11:58 AM To: Marlon Deerr > Cc: Travis Zimmerman >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning I spent some time digging around in the code and made a change to two files, this allowed Recaptcha to work again for me. zendto/templates/header.tpl zendto/www/ReCaptcha/RequestMethod/CurlPost.php I changed recaptcha.net to google.com in those files and the Recaptchas start rendering again and worked correctly. I?m guessing that something happened with recaptcha.net, it seems to be up but we weren?t getting responses depending on browser and OS combinations (Firefox on Win10 good, Firefox on Linux/Mac bad, DuckDuckGo on iOS good). ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 2:27 PM, Marlon Deerr > wrote: Maybe firewall related then? At home on my personal PC, I am running Firefox 88 (64bit) and captcha works just fine. Internally, we are running Firefox 88 (64bit) and captcha does not work. I just realized it does not work At home, captcha fails on my Vivaldi browser, but it also reports that the contents are being blocked. Not sure what to make of this. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Marlon Deerr via ZendTo Sent: Thursday, April 22, 2021 1:43 PM To: 'Travis Zimmerman' > Cc: Marlon Deerr >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Think globally, act locally.' - Friends of the Earth www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 2672 bytes Desc: image003.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 2672 bytes Desc: image004.jpg URL: From MDeerr at hshlawyers.com Fri Apr 23 16:01:52 2021 From: MDeerr at hshlawyers.com (Marlon Deerr) Date: Fri, 23 Apr 2021 15:01:52 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <69413A2B-47D0-4C12-BD9D-0BD3899305A6@fsu.edu> <41665accfd784c628ef79250ef7b8a11@sgvwater.com> <40a81afe-a5ab-5433-0670-81afa683e1e0@Zend.To> <11d2a933800847fb8b249e5de258d1f7@HSH-MAIL.HSH.local> Message-ID: Thanks Jules. Your fix worked for me as well. You are greatly appreciated, From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of HILLENBRAND Marita via ZendTo Sent: Friday, April 23, 2021 8:05 AM To: 'Jules' ; 'ZendTo Users' Cc: HILLENBRAND Marita Subject: Re: [ZendTo] Captcha stopped working this morning Thanks a lot Jules, you?re a magicien ?. I got back to the original configuration and applied your fix, works fine here. Cheers, Marita Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image001.jpg at 01D73830.1100A6C0] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : Jules [mailto:Jules at Zend.To] Envoy? : vendredi 23 avril 2021 10:54 ? : ZendTo Users > Cc : HILLENBRAND Marita >; Travis Zimmerman > Objet : Re: [ZendTo] Captcha stopped working this morning Marita, Travis, I have also posted the correct fix as a news item on https://zend.to If you change the code to point at google.com instead of recaptcha.net, you will find no one in China can use your ZendTo service any more. There is no need to change any of the code or templates, it's purely an Apache web server configuration change that is needed. Cheers, Jules. On Fri 23/04/21 09:44, HILLENBRAND Marita via ZendTo wrote: Hello again, I found the files, (sorry) and I changed recaptcha.net to google.com like Travis said. It?s working fine for Firefox, Chrome and Edge, thank?s a lot! It still doesn?t work on Safari on my cellphone, but I?m not sur that worked before, never tried. Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image001.jpg at 01D73830.1100A6C0] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : HILLENBRAND Marita Envoy? : vendredi 23 avril 2021 10:19 ? : 'ZendTo Users' Cc : Scott Silva Objet : RE: Captcha stopped working this morning Hello, Same problem here, tested with or without the firewall and Firefox, Safari and Edge. I don?t find those files Travis is describing, is there any other place to modify recaptcha.net to google.com ? Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr [cid:image001.jpg at 01D73830.1100A6C0] Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : ZendTo [mailto:zendto-bounces at zend.to] De la part de Scott Silva via ZendTo Envoy? : jeudi 22 avril 2021 22:24 ? : 'ZendTo Users' > Cc : Scott Silva > Objet : Re: [ZendTo] Captcha stopped working this morning Maybe that address got into some blacklists? I know several browsers have started adding security internally. From: ZendTo > On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 11:58 AM To: Marlon Deerr > Cc: Travis Zimmerman >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning I spent some time digging around in the code and made a change to two files, this allowed Recaptcha to work again for me. zendto/templates/header.tpl zendto/www/ReCaptcha/RequestMethod/CurlPost.php I changed recaptcha.net to google.com in those files and the Recaptchas start rendering again and worked correctly. I?m guessing that something happened with recaptcha.net, it seems to be up but we weren?t getting responses depending on browser and OS combinations (Firefox on Win10 good, Firefox on Linux/Mac bad, DuckDuckGo on iOS good). ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 2:27 PM, Marlon Deerr > wrote: Maybe firewall related then? At home on my personal PC, I am running Firefox 88 (64bit) and captcha works just fine. Internally, we are running Firefox 88 (64bit) and captcha does not work. I just realized it does not work At home, captcha fails on my Vivaldi browser, but it also reports that the contents are being blocked. Not sure what to make of this. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Marlon Deerr via ZendTo Sent: Thursday, April 22, 2021 1:43 PM To: 'Travis Zimmerman' > Cc: Marlon Deerr >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Think globally, act locally.' - Friends of the Earth www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2672 bytes Desc: image001.jpg URL: From TZimmerman at fsu.edu Fri Apr 23 16:42:30 2021 From: TZimmerman at fsu.edu (Travis Zimmerman) Date: Fri, 23 Apr 2021 15:42:30 +0000 Subject: [ZendTo] Captcha stopped working this morning In-Reply-To: References: <2B0B7C90-7863-4E00-A784-F1C11AF59571@fsu.edu> <69413A2B-47D0-4C12-BD9D-0BD3899305A6@fsu.edu> <41665accfd784c628ef79250ef7b8a11@sgvwater.com> <40a81afe-a5ab-5433-0670-81afa683e1e0@Zend.To> <11d2a933800847fb8b249e5de258d1f7@HSH-MAIL.HSH.local> <1C7B78B4-ADE9-47B8-911D-758E8A3FBE73@fsu.edu> Message-ID: Great, thanks Jules! I will revert the changes back before we patch production, which should be coming up shortly. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 23, 2021, at 11:01 AM, Marlon Deerr via ZendTo > wrote: Thanks Jules. Your fix worked for me as well. You are greatly appreciated, From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of HILLENBRAND Marita via ZendTo Sent: Friday, April 23, 2021 8:05 AM To: 'Jules' >; 'ZendTo Users' > Cc: HILLENBRAND Marita > Subject: Re: [ZendTo] Captcha stopped working this morning Thanks a lot Jules, you?re a magicien ?. I got back to the original configuration and applied your fix, works fine here. Cheers, Marita Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : Jules [mailto:Jules at Zend.To] Envoy? : vendredi 23 avril 2021 10:54 ? : ZendTo Users > Cc : HILLENBRAND Marita >; Travis Zimmerman > Objet : Re: [ZendTo] Captcha stopped working this morning Marita, Travis, I have also posted the correct fix as a news item on https://zend.to If you change the code to point at google.com instead of recaptcha.net, you will find no one in China can use your ZendTo service any more. There is no need to change any of the code or templates, it's purely an Apache web server configuration change that is needed. Cheers, Jules. On Fri 23/04/21 09:44, HILLENBRAND Marita via ZendTo wrote: Hello again, I found the files, (sorry) and I changed recaptcha.net to google.com like Travis said. It?s working fine for Firefox, Chrome and Edge, thank?s a lot! It still doesn?t work on Safari on my cellphone, but I?m not sur that worked before, never tried. Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : HILLENBRAND Marita Envoy? : vendredi 23 avril 2021 10:19 ? : 'ZendTo Users' Cc : Scott Silva Objet : RE: Captcha stopped working this morning Hello, Same problem here, tested with or without the firewall and Firefox, Safari and Edge. I don?t find those files Travis is describing, is there any other place to modify recaptcha.net to google.com ? Best regards, Marita HILLENBRAND Service Informatique Centre Administratif et Technique 130, avenue Charles de Gaulle - 91230 Montgeron T?l : 01 70 58 93 40 Port : 06 24 04 43 58 www.montgeron.fr Participez, vous aussi, ? la protection de l'environnement en n'imprimant ce courriel que si n?cessaire. Le pr?sent courriel peut contenir des renseignements confidentiels et ne s?adresse qu?au(x) destinataire(s) indiqu?(s) ci-dessus. Si ce courriel vous est parvenu par erreur, veuillez le supprimer et nous en aviser aussit?t. Merci. De : ZendTo [mailto:zendto-bounces at zend.to] De la part de Scott Silva via ZendTo Envoy? : jeudi 22 avril 2021 22:24 ? : 'ZendTo Users' > Cc : Scott Silva > Objet : Re: [ZendTo] Captcha stopped working this morning Maybe that address got into some blacklists? I know several browsers have started adding security internally. From: ZendTo > On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 11:58 AM To: Marlon Deerr > Cc: Travis Zimmerman >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning I spent some time digging around in the code and made a change to two files, this allowed Recaptcha to work again for me. zendto/templates/header.tpl zendto/www/ReCaptcha/RequestMethod/CurlPost.php I changed recaptcha.net to google.com in those files and the Recaptchas start rendering again and worked correctly. I?m guessing that something happened with recaptcha.net, it seems to be up but we weren?t getting responses depending on browser and OS combinations (Firefox on Win10 good, Firefox on Linux/Mac bad, DuckDuckGo on iOS good). ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 2:27 PM, Marlon Deerr > wrote: Maybe firewall related then? At home on my personal PC, I am running Firefox 88 (64bit) and captcha works just fine. Internally, we are running Firefox 88 (64bit) and captcha does not work. I just realized it does not work At home, captcha fails on my Vivaldi browser, but it also reports that the contents are being blocked. Not sure what to make of this. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Marlon Deerr via ZendTo Sent: Thursday, April 22, 2021 1:43 PM To: 'Travis Zimmerman' > Cc: Marlon Deerr >; ZendTo Users > Subject: Re: [ZendTo] Captcha stopped working this morning Actually, correction. I?ve done a bit more investigation and this is what I have found. Microsoft Edge Browser = captcha not working Vivaldi Browser = captcha not working Google Chrome Browser = captcha not working Firefox Browser ? captcha works fine. No problems! Is this some browser compatibility issue happening here? From: Travis Zimmerman [mailto:TZimmerman at fsu.edu] Sent: Thursday, April 22, 2021 1:37 PM To: Marlon Deerr > Cc: ZendTo Users > Subject: Re: Captcha stopped working this morning Did your problem start today too? ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University On Apr 22, 2021, at 1:35 PM, Marlon Deerr > wrote: Same thing for me. We are running Version 6.09-1. Captcha not working either. Marlon Deerr, Technology Manager 416-572-8795 (direct) | MDeerr at hshlawyers.com 3500 - 20 Queen St. W., Toronto, ON M5H 3R3 Fax: 416-361-0083 | Toll Free: 877-474-5997 | www.hshlawyers.com This Howie Sacks & Henry e-mail is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Travis Zimmerman via ZendTo Sent: Thursday, April 22, 2021 12:44 PM To: ZendTo Users > Cc: Travis Zimmerman > Subject: [ZendTo] Captcha stopped working this morning Our captcha stopped working this morning. It doesn?t appear to be displaying anything from captcha. Captcha: Google v2 Zendto Ver: 6.07-1 OS: RHEL 7.9 Any suggestions would be appreciated. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Think globally, act locally.' - Friends of the Earth www.Zend.To Twitter: @JulesFM _______________________________________________ ZendTo mailing list ZendTo at zend.to https://urldefense.com/v3/__http://jul.es/mailman/listinfo/zendto__;!!PhOWcWs!mGd3uqniBymjF6KhUbHh7kUtlbircgPgc5gredOCG82TCM4a1pVu-outzwqmQWKXmQ$ -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.a.young at durham.ac.uk Mon Apr 26 16:26:43 2021 From: m.a.young at durham.ac.uk (Michael Young) Date: Mon, 26 Apr 2021 16:26:43 +0100 (BST) Subject: [ZendTo] Error Message When a User Drops of 6GB file. <<< ClamAV 0.103 bug In-Reply-To: References: <0a2acfee-fd78-71b6-bec5-a81a00c8d538@Zend.To> <4b3d857e-3b6-c376-db8e-36354894fca@algedi.dur.ac.uk> Message-ID: On Tue, 20 Apr 2021, Jules via ZendTo wrote: > I forcibly installed ClamAV 0.102, then used the yum "versionlock" plugin to > ensure that they were never upgraded automatically. > I'm still running 0.102 as a result. > It sounds like the bug still exists in the most recent version. > Have you got time to report it as a bug? I'm more than a little surprised > that they haven't noticed this one. We have been seeing this issue as well, however I have just updated our server to clamav-0.103.2-1.el7.x86_64 and a file that was failing to upload beforehand is now uploading successfully after the update (and restarting clamd). Michael Young From Jules at Zend.To Mon Apr 26 16:41:52 2021 From: Jules at Zend.To (Jules) Date: Mon, 26 Apr 2021 16:41:52 +0100 Subject: [ZendTo] Error Message When a User Drops of 6GB file. <<< ClamAV 0.103 bug In-Reply-To: References: <0a2acfee-fd78-71b6-bec5-a81a00c8d538@Zend.To> <4b3d857e-3b6-c376-db8e-36354894fca@algedi.dur.ac.uk> Message-ID: <17d1d807-fe0b-0dc2-1924-a16901196957@Zend.To> Michael, Aha! So the ClamAV crew have fixed it. Phew! Many thanks for letting us all know. Cheers, Jules. On Mon 26/04/21 16:26, Michael Young wrote: > On Tue, 20 Apr 2021, Jules via ZendTo wrote: > >> I forcibly installed ClamAV 0.102, then used the yum "versionlock" >> plugin to >> ensure that they were never upgraded automatically. >> I'm still running 0.102 as a result. >> It sounds like the bug still exists in the most recent version. >> Have you got time to report it as a bug? I'm more than a little >> surprised >> that they haven't noticed this one. > > We have been seeing this issue as well, however I have just updated > our server to clamav-0.103.2-1.el7.x86_64 and a file that was failing > to upload beforehand is now uploading successfully after the update > (and restarting clamd). > > ????Michael Young Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'We are such stuff as dreams are made on. And our little life is rounded with a sleep.' - Starfleet Admiral Jean-Luc Picard (retired) www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From Etienne.Vogt at obspm.fr Mon Apr 26 16:50:28 2021 From: Etienne.Vogt at obspm.fr (Etienne Vogt) Date: Mon, 26 Apr 2021 17:50:28 +0200 (CEST) Subject: [ZendTo] Error Message When a User Drops of 6GB file. <<< ClamAV 0.103 bug In-Reply-To: References: <0a2acfee-fd78-71b6-bec5-a81a00c8d538@Zend.To> <4b3d857e-3b6-c376-db8e-36354894fca@algedi.dur.ac.uk> Message-ID: On Mon, 26 Apr 2021, Michael Young via ZendTo wrote: > On Tue, 20 Apr 2021, Jules via ZendTo wrote: > >> I forcibly installed ClamAV 0.102, then used the yum "versionlock" plugin >> to >> ensure that they were never upgraded automatically. >> I'm still running 0.102 as a result. >> It sounds like the bug still exists in the most recent version. >> Have you got time to report it as a bug? I'm more than a little surprised >> that they haven't noticed this one. > > We have been seeing this issue as well, however I have just updated our > server to clamav-0.103.2-1.el7.x86_64 and a file that was failing to upload > beforehand is now uploading successfully after the update (and restarting > clamd). Anyone knows if the clamav 0.103.2+dfsg-0+deb10u1 that just appeared in buster-updates (Debian) is safe of if is the bugged one ? -- Etienne Vogt (Etienne.Vogt at obspm.fr) Observatoire de Paris-Meudon Service Informatique From m.a.young at durham.ac.uk Tue Apr 27 10:10:16 2021 From: m.a.young at durham.ac.uk (Michael Young) Date: Tue, 27 Apr 2021 10:10:16 +0100 (BST) Subject: [ZendTo] Error Message When a User Drops of 6GB file. <<< ClamAV 0.103 bug In-Reply-To: References: <0a2acfee-fd78-71b6-bec5-a81a00c8d538@Zend.To> <4b3d857e-3b6-c376-db8e-36354894fca@algedi.dur.ac.uk> Message-ID: On Mon, 26 Apr 2021, Etienne Vogt via ZendTo wrote: > Anyone knows if the clamav 0.103.2+dfsg-0+deb10u1 that just appeared > in buster-updates (Debian) is safe of if is the bugged one ? It isn't something I have tested but I would expect that package to work. For reference I think I have tracked the fix to the solution for https://bugzilla.clamav.net/show_bug.cgi?id=12673 which limits scanning to files up to 2GB. Michael Young