Reset Legacy SSL Settings

With the implementation of new SSL settings to optimize SSL connection, any modification based on legacy configuration is not supported. If you want to modify your SSL connection while using enhanced SSL functionality, you will have to manually reset your legacy SSL settings.

Reset IIS Bindings

  1. Start Internet Information Services, if it is not already running.

  2. Expand the Sites tree and select the website that is hosting the AutodeskDM Virtual Directory. In the image below, the website is Default Web Site. Select Default Web Site and click Bindings from the Actions pane.

  3. Remove https binding.

  4. If you have already removed the default http binding, click Add and verify the type is http and port is 80, then click OK.

  5. Select the AutodeskDM > Services virtual directory and double-click the SSL Settings button.

  6. In the SSL Settings page, uncheck the Require SSL option.

  7. Click Apply from the Actions pane.

  8. Repeat steps 5-7 for the AutodeskDM >Services>Filestore.

  9. Repeat steps 5-7 for the AutodeskTC if you want to configure the Vault Thin Client.

Reset Vault Server Configurations

Connectivity.ADMSConsole.exe.config

  1. Make a copy of the "Connectivity.ADMSConsole.exe.config" located in the "\Autodesk\ADMS Professional 20##\ADMS Console" directory.

  2. Open the "Connectivity.ADMSConsole.exe.config" file with Notepad.

  3. Find the "<system.serviceModel>" section and edit the endpoints to "http://localhost". There are three lines that need editing. Here is what they should look like after editing.

  4. In the "<connectivity.vaultmanager>" section, change the values in the webServer section. Here is what they should look like after editing:

  5. Save the configuration file.

Connectivity.avfsConsole.exe.config

The following configuration applies to Autodesk Vault File Server (avfs).

  1. Make a copy of the "Connectivity.avfsConsole.exe.config" located in the "\Autodesk\Vault File Server 20##\avfs Console" directory.

  2. Open the "Connectivity.avfsConsole.exe.config" file with Notepad.

  3. Find the "<system.serviceModel>" section and edit the endpoints to "http://localhost". There are two lines that need editing. Here is what they should look like after editing:

    <endpoint name="avfs-notification" address="http://localhost/AutodeskDM/Services/Filestore/_impl/NotificationService.svc" binding="basicHttpBinding" bindingConfiguration="RemoteCalls" contract="NotificationContract"/

  4. Save the configuration file.

Web.config

  1. Make a copy of the web.config file located in the \Autodesk\ADMS Professional 20##\server\web\services\ directory.

  2. Open the web.config file with NotePad.

  3. Find the <system.serviceModel> section and edit the endpoints to "https://**". There are four lines that need editing.

  4. (from-vault-2019-and-later), if the servers host\computer name differs from the certificate name, add the "fullyQualifiedDomainName" switch to the following line:

    "<connectivity.web>

    <server port="80" sslPort="443" sslRequired="true" website="Default Web Site" fullyQualifiedDomainName="

    " />

    </connectivity.web>"

  5. Save the configuration file.

  6. Restart IIS.

Connectivity.WindowService.JobDispatch.exe.config

  1. Make a copy of the "Connectivity.WindowsServer.JobDispatch.exe.config" file located in the "\Autodesk\ADMS Professional 20##\server\dispatch" directory.

  2. Open the "Connectivity.WindowsServer.JobDispatch.exe.config" file with Notepad.

  3. In the "<System.servicemodel>" section, change the value of address to "http://localhost". Here is what they should look like after editing:

  4. Save the configuration file.

  5. Restart the service via Control Panel->Administrative Tools->Services.msc.

Verify SiteConfiguration.xml

  1. Open the file "C:\ProgramData\Autodesk\VaultServer\Configuration\SiteConfiguration.xml" with Notepad.
  2. In the "" section,
    1. If it's an ADMS Server, verify that the "generateUri" value is "true", and "Uri" value is "http://" for both DataManager and Filestore.
    2. If it's an avfs Server, verify that the "generateUri" value is "true" for Filestore, "false" for DataManager, and "Uri" value is "http://" for Filestore.
  3. Close or Save the configuration file.