简体   繁体   English

使用本地 XML 自动发现文件时如何启用 SSL 使用?

[英]How to enable SSL usage when using local XML autodiscover file?

I use the Redemption library and I encountered a problem I can not solve by myself.我使用了 Redemption 库,遇到了一个我自己无法解决的问题。 In my project, I use a local XML file to login to the Exchange server (Autodiscover service is disabled on the server and can not be enabled).在我的项目中,我使用本地的XML文件登录Exchange服务器(服务器上禁用了Autodiscover服务,无法启用)。 For this purpose, I create an Outlook Autodiscover "PreferLocalXml" registry key value and a domain name value defining the path to the local XML file.为此,我创建了一个 Outlook 自动发现“PreferLocalXml”注册表项值和一个定义本地 XML 文件路径的域名值。 Redemption works correctly, but for some reason it does not use SSL when sending requests to the server.兑换工作正常,但由于某种原因,它在向服务器发送请求时不使用 SSL。 Is it possible to force SSL usage in this case?在这种情况下是否可以强制使用 SSL? However, using Autodiscover (without local XML file) works fine (SSL is used).但是,使用自动发现(没有本地 XML 文件)工作正常(使用 SSL)。 Thank you in advance for your help.预先感谢您的帮助。

I tried setting RDOSession.ConnectEncryptData to true, but it did not work.我尝试将 RDOSession.ConnectEncryptData 设置为 true,但没有成功。

But PreferLocalXml is supposed to point to a local file, not a web server, so SSL would not apply - the file is accesses using the file API.但是PreferLocalXml应该指向本地文件,而不是 web 服务器,因此 SSL 不适用 - 使用文件 API 访问该文件。

暂无
暂无

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

相关问题 AD 中没有自动发现服务器,Outlook 兑换 - No autodiscover servers in the AD, Outlook Redemption 如何在 Outlook 2016 / 365 中启用兑换插件 - How do I enable the Redemption Plugin in Outlook 2016 / 365 使用 Redemption 通过 exporItem 将 EWS 项目转移到 pst 时,我得到一个文件。该文件无法在 mac outlook 中导入 - When transfering EWS item by exporItem to pst using Redemption,I got a file.The file can not be imported in mac outlook 在Microsoft Outlook中加载时,使用Redemption API创建的PST文件为空 - Created PST file using Redemption API is empty when loaded in Microsoft Outlook Outlook Redemption - 从本地文件夹打开 .msg 文件时出现权限问题 (System.UnauthorizedAccessException) - Outlook Redemption - Permissions issues when opening .msg file from local folder (System.UnauthorizedAccessException) 使用Redemption Safe *对象进行的附件修改不会反映在检查器中 - Modifications to Attachments are not reflected in the Inspector when made using Redemption Safe* Objects 使用 Redemption 800401FA 时操作系统版本错误 - Wrong version of operating system when using Redemption 800401FA 我可以使用Outlook Redemption读取/呈现C ++中的MSG文件吗? - Can I read/render an MSG-file in C++ using Outlook Redemption? 使用Redemption.SafeMailItem时发生错误-OLE错误8004010E(MAPI_E NOT ENOUGH RESOURCES) - Error when using Redemption.SafeMailItem - OLE error 8004010E(MAPI_E NOT ENOUGH RESOURCES) Outlook 尝试使用兑换添加自定义类别时,默认类别正在添加到类别列表 - Outlook default categories are adding to category list when trying to add custom categories using redemption
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM