Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

tls support #64

Open
juliangruber opened this issue Sep 28, 2015 · 1 comment
Open

tls support #64

juliangruber opened this issue Sep 28, 2015 · 1 comment

Comments

@juliangruber
Copy link
Contributor

when -tls-required

@juliangruber
Copy link
Contributor Author

from go-nsq:

    // To set TLS config, use the following options:
    //
    // tls_v1 - Bool enable TLS negotiation
    // tls_root_ca_file - String path to file containing root CA
    // tls_insecure_skip_verify - Bool indicates whether this client should verify server certificates
    // tls_cert - String path to file containing public key for certificate
    // tls_key - String path to file containing private key for certificate
    // tls_min_version - String indicating the minimum version of tls acceptable ('ssl3.0', 'tls1.0', 'tls1.1', 'tls1.2')
    //
    TlsV1     bool        `opt:"tls_v1"`
    TlsConfig *tls.Config `opt:"tls_config"`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant