實施用於最佳化 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