Skip to main content

Hi everyone,

 

I would like to install Tableau Server 2021.2 on Windows Server 2016. Due to Tableau Server 2021.2 is no longer allows insecure connections with Active Directory. What is the requirement of Active Directory over an encrypted channel? Should I implement Active Directory Certificate Services?

 

Thanks

9 réponses
  1. 6 déc. 2021, 05:15

    @Amine Belkacemi​ you can perform the below either one step:

    a) Run the following command to allow an insecure connection for installation (2021.2 or later):

    tsm configuration set -k wgserver.domain.allow_insecure_connection -v true --force-key

     

    or

     

    b) In AD Server

    i. Navigate to Server Manager > Add Roles and Feature to install AD CS (Active Directory Certificate services) and Configure Active Directory Certificate Service

    ii. Navigate to Server Manager > Tools > Certification Authority to configure a certificate template for workstations and clients authentication.

    iii. configure Group Policy for Automatic Certificate Enrollment and apply the GPO to Tableau Server

0/9000