实施用于优化 SSL 连接的新 SSL 设置后,任何基于旧版配置的修改将不受支持。如果要在使用增强的 SSL 功能时修改 SSL 连接,则必须手动重置旧版 SSL 设置。
Connectivity.ADMSConsole.exe.config
<endpoint address="http://localhost/AutodeskDM/Services/_impl/SiteService.svc" binding="basicHttpBinding" bindingConfiguration="RemoteCalls" contract="SiteService"/>
<endpoint name="ADMS-notification" address="http://localhost/AutodeskDM/Services/_impl/NotificationService.svc" binding="basicHttpBinding" bindingConfiguration="RemoteCalls" contract="NotificationContract"/>
<endpoint name="AVFS-notification" address="http://localhost/AutodeskDM/Services/Filestore/_impl/NotificationService.svc" binding="basicHttpBinding" bindingConfiguration="RemoteCalls" contract="NotificationContract"/>
<webServer>
<add key="IPAddress" value="127.0.0.1"/>
<add key="SSL" value="0"/>
<add key="PORT" value="80"/>
</webServer>
Connectivity.AVFSConsole.exe.config
以下配置适用于 Autodesk Vault File Server (AVFS)。
<endpoint address="http://localhost/AutodeskDM/Services/_impl/SiteService.svc" binding="basicHttpBinding" bindingConfiguration="RemoteCalls" contract="SiteService"/>
<endpoint name="AVFS-notification" address="http://localhost/AutodeskDM/Services/Filestore/_impl/NotificationService.svc" binding="basicHttpBinding" bindingConfiguration="RemoteCalls" contract="NotificationContract"/
Web.config
(自 Vault 2019 及更高版本起),如果服务器主机\计算机名称与证书名称不同,请将“fullyQualifiedDomainName”开关添加到以下行:
"<connectivity.web>
<server port="80" sslPort="443" sslRequired="true" website="Default Web Site" fullyQualifiedDomainName="
<FQDN>" />
</connectivity.web>"
Connectivity.WindowService.JobDispatch.exe.config
<endpoint name="ADMS-notification" address="http://localhost/AutodeskDM/Services/_impl/NotificationService.svc" binding="basicHttpBinding" bindingConfiguration="RemoteCalls" contract="NotificationContract" />
<endpoint name="AVFS-notification" address="http://localhost/AutodeskDM/Services/Filestore/_impl/NotificationService.svc" binding="basicHttpBinding" bindingConfiguration="RemoteCalls" contract="NotificationContract" />
验证 SiteConfiguration.xml