We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


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

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

  • 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