- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-26-2012 06:50 AM
Hello,
It seems like the Google Drive windows application application does not work with ssl decryption enabled.
Maybe you need to add it to the list of applications excluded from ssl decryption?
https://live.paloaltonetworks.com/docs/DOC-1423
Is it possible to edit this list?
Jo Christian
04-26-2012 08:01 AM
Hello,
I am decrypting Google Drive with Riverbed optimization appliance and it works , but it fails when I activate it on PA.
My guess is that it can work SSL decryption, but when PA decrypts it may be blocked/bugging because of some malformed HTTP requests / special cases ....
05-18-2012 11:37 AM
There is a way to add your own. I just worked with Palo Alto to "fix" dropbox as with content update 308, *.dropbox has been removed. To re-add it I had to go into configure mode and then:
set shared ssl-decrypt ssl-exclude-cert "*.dropbox.com"
and then commit.
show shared ssl-decrypt
ssl-decrypt {
ssl-exclude-cert *.dropbox.com;
trusted-root-CA;
forward-trust-certificate device-panssl;
forward-untrust-certificate device-panssl;
}
[edit]
They could not figure out how to remove it, so make sure you want it before adding it.
I am also having problems with Google drive. As a workaround, I bypassed all things google for SSL. I still have a Palo Alto case open to see if they can come up with a better work around.
Theres a whole bunch of google stuff you will have to allow: https://support.google.com/drive/bin/answer.py?hl=en&answer=2589954&topic=14951&ctx=topic
05-18-2012 01:13 PM
thank you, this is very informative
10-29-2012 06:05 PM
I was reading that there is a delete command to remove the ssl exclusions:
set shared ssl-decrypt ssl-exclude-cert "*.dropbox.com"
delete shared ssl-decrypt ssl-exclude-cert "*.dropbox.com"
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!