Blocked by your organization
Microsoft Windows, despite having had forty years to wring the bugs out of it, still is a festival of strange issues in the most common operations -- issues that are incompetently reported by the OS.
I had that:
"Blocked by your organization"
and
"Your organization blocked this file because it didn't meet a security policy"
Somewhat ironically, the file was on PKI Data Formats because I was writing security stuff.
To get the file, I opened a CLI and used curl to download it:
curl -O -k https://www.cisco.com/c/en/us/support/docs/security/vpn-client/116039-pki-data-formats-00.pdf
A security scan with Norton came up clean.
The resulting file had mis-ordered permissions (a not uncommon problem with Windows) which I fixed.
A subsequent Norton scan also came up clean.
For anybody building anything, this is a clue that relatively naked variations of 'failed' are crappy error messages. I still don't really know what the actual problem was.
Comments