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 を確認する