Afternoon all,
Having some networking issues, I've narrowed it down to a combination of Meraki and Windows/Mac.
Getting a lot of "Secure Connection Failed" from internet browsers.
It works in Linux, it works outside the firewall, and it works on other sites.
Running in a VM on a Windows box, the following:
for i in {1..1000} ; do wget https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js -O bootstrap.$i -o bootstrap.$i.log ; wget https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css -O theme.$i -o theme.$i.log ; done
for i in bootstrap theme ; do echo -n "$i: " ; grep GnuTLS $i* | wc -l ; done
Gives a 70-80% connection failure.
I've turned off local AV (ESET), AMP and ID&P on the Meraki MX64 and am still getting the error.
Tested using a Fedora27 VM running on a Windows 10 (1709).
Also tested on a CentOS VM running on ESX which works fine.
Also tested on a Mac which doesn't work.
Any thoughts suggestions on what's going on would be much appreciated.
Many thanks in advance,