简体   繁体   English

如何使用“ quintolabs qlproxy”将onedrive白名单进行Web过滤

[英]How can I whitelist onedrive using the “quintolabs qlproxy” for web filtering

I am useing quintolabs qlproxy for web filtering. 我正在使用quintolabs qlproxy进行Web过滤。 How can I whitelist onedrive so it stays syncronized? 如何将onedrive列入白名单,使其保持同步? What are the URLs and IPs to Whitelist? 什么是白名单的URL和IP?

Seems the issue is that OneDrive application uses SSL Pinning and thus does not accept mimicked SSL certificate from your Squid proxy. 似乎问题在于OneDrive应用程序使用SSL固定,因此不接受来自Squid代理的模拟SSL证书。 A similar issue for Dropbox is explained at http://docs.diladele.com/faq/squid/dropbox.html . 有关Dropbox的类似问题,请参见http://docs.diladele.com/faq/squid/dropbox.html

This same error will be present in all SSL inspecting web filters. 所有SSL检查Web过滤器中都将出现相同的错误。 For example from the message at Sophos (astaro) UTM support forum it seems the list of domain names to exclude is quite large (see https://www.astaro.org/gateway-products/network-protection-firewall-nat-qos-ips/56579-microsoft-onedrive.html ): 例如,在Sophos(astaro)UTM支持论坛上的消息中,似乎要排除的域名列表相当大(请参阅https://www.astaro.org/gateway-products/network-protection-firewall-nat-qos -ips / 56579-microsoft-onedrive.html ):

    skyapi.live.net
    storage.live.com
    skydrive.live.com
    shared.live.com
    onedrive.live.com

Please note the list may not be complete. 请注意,列表可能不完整。 The best is to fire up the WireShark or (better) Microsoft Message Analyzer on the machine where OneDrive is installed and try to see what domain names are sent to the proxy upon start of OneDrive application. 最好的方法是在安装OneDrive的计算机上启动WireShark或(更好的)Microsoft Message Analyzer,并尝试查看在OneDrive应用程序启动时将哪些域名发送到代理。 Then exclude these from ssl bump. 然后从ssl冲击中排除这些。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当我的应用程序包含查询字符串时,如何使用 OneDrive Web 选择器 - How can I use the OneDrive Web picker when my application contains query string 如何使用OneDrive API将文件上传到OneDrive上的共享文件夹中? - How can I upload files into a shared folder on OneDrive using OneDrive API? 如何使用OneDrive SDK更新存储在OneDrive(业务)上的文件的创建和/或最后修改时间 - How can I update the creation and/or the last modified time of a file stored on OneDrive (Business) using the OneDrive SDK 如何使用 Graph Api 替换 Onedrive 中的文件? - How can i replace a file in Onedrive USING THE Graph Api? 如何使用 将上传到 OneDrive 的音频直接嵌入 HTML<audio> 元素? - How can I directly embed audio that I have uploaded to OneDrive into HTML using the <audio> element? 如何使用 c# 或 PowerShell 检查 OneDrive 文件夹中文件/文件夹的状态是否已同步? - How can I check status of files/folders in OneDrive folder whether it is synced or not using c# or PowerShell? OneDrive SDK:如何使用单租户应用程序访问 onedrive 文件? - OneDrive SDK : how can I use single tenant app to access onedrive files? 当我的重定向网址包含唯一用户ID时,如何使用OneDrive网络选择器? - How can I use the OneDrive Web picker when my redirect URLs include unique user ids? 如何检查本地OneDrive文件夹是否同步? - How can I check local OneDrive folder is in sync? 如何使用OneDrive for Business API访问Sharepoint文档存储库? - How can I access a Sharepoint Document Repository with OneDrive for Business API?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM