AdRoll / hologram

Easy, painless AWS credentials on developer laptops.
Apache License 2.0
803 stars 42 forks source link

Insecure default (that cannot be overridden) for LDAP TLS connection #56

Open copumpkin opened 9 years ago

copumpkin commented 9 years ago

See here:

tlsConfig := &tls.Config{
    InsecureSkipVerify: true,
}

Note that this is independent of the feature added in response to #8, which disables TLS altogether.