Using SSL Server Authentication with Vertica: Validating Your SSL Key and Certificate
System
Administrator
Using SSL Server Authentication with Vertica: Validating Your SSL Key and Certificate
Applies to: Vertica Versions 7.1.x and 7.2.x
0
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.