Options

Using SSL Server Authentication with Vertica: Validating Your SSL Key and Certificate

SystemSystem Administrator
edited November 2017 in Archived Posts

Using SSL Server Authentication with Vertica: Validating Your SSL Key and Certificate

Applies to: Vertica Versions 7.1.x and 7.2.x

Read the full story here


Comments

  • Options

    If you want to enforce that all connections on your database use SSL, consider making a new authentication method as follows:

    create authentication sslhash method 'hash' host tls '0.0.0.0/0';
    grant authentication sslhash to public;

    Note: You may need to reboot your cluster if this is your first authentication record.

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file