Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Using SSL Server Authentication with Vertica: Validating Your SSL Key and Certificate

Using SSL Server Authentication with Vertica: Validating Your SSL Key and Certificate
Applies to: Vertica Versions 7.1.x and 7.2.x
0
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.
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.