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
다음 구성은 AVFS(Autodesk Vault File Server)에 적용됩니다.
<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 이상에서) servers host\computer name이 인증서 이름과 다른 경우 "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 확인