- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-03-2017 03:56 AM
I keep fighting this SSL Decypt issue with my PAs, its almost getting to the point where its not worth running the SSL decrypt function because it causes so many issues. I am currently having issues with people downloading a zip file from git hub.
github.com/Microsoft/vsts-agent/releases/download/v2.117.2/vsts-agent-win7-x64-2.117.2.zip
The error is very simple and I can't seem to get more info on it then just: The page is not secure
But it says valid certificate and secure resources in the developer tools within Chrome.
This is also when comes up when I try this link:
This page isn’t working
github-production-release-asset-2e65be.s3.amazonaws.com unexpectedly closed the connection.
11-03-2017 05:38 AM
Looks like its redirecting to AWS, and its blocking the ZIP because it contains a windows BAT file which is set int he file blocking policy. So its working as expected. But now I need to allow it so I create a new policy to allow file downloading of windows BAT files for specific URLs, and I configured *.github.com, but because its redirecting to AWS its still getting hung up. I really dont want to allow all downloading from AWS, that would open up a lot as many places hold their content out there now a days!
Suggestions?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!