ParagonIaC / terraform-provider-activedirectory

Terraform Active Directory provider
Apache License 2.0
11 stars 6 forks source link

Adjust TLS config #22

Closed adlerrobert closed 4 years ago

adlerrobert commented 4 years ago

Connection failed when TLS was enabled since no server name was defined and InsecureSkipVerify was set to true. We are now setting to server name in the TLS config and also allowing InsecureSkipVerify to be set to false via provider setup, which results in a TLS connection without checking the certificate.

Should solve #19