Search
 
SCRIPT & CODE EXAMPLE
 

SQL

Aqua Data studio postgresql ssl

Aqua Data studio postgresql ssl

In your Server Registration dialog, in the Driver tab you can enter the 
parameter value of:

?ssl=true;sslfactory=org.postgresql.ssl.NonValidatingFactory

This will tell the driver to enable SSL and to use the NonValidatingFactory.  
The documentation for the NonValidatingFactory is :
"Provide a SSLSocketFactory that allows SSL connections to be made without validating the server's certificate. This is more convenient for some applications, but is less secure as it allows "man in the middle" attacks."

Do note that the "ssl" and the "sslfactory" options are separated by ";" and not "&".
Comment

PREVIOUS NEXT
Code Example
Sql :: postgresql create table with timestamp 
Sql :: oracle session date format 
Sql :: how to create a variable in mysql 
Sql :: DUPLICATE column values 
Sql :: psql human readable 
Sql :: mysql add comment to column 
Sql :: display users in mysql 
Sql :: sql get table last modified time 
Sql :: mssql get all table names 
Sql :: oracle view source 
Sql :: oracle list dates between 
Sql :: sql update query 
Sql :: how do you use sql in you company 
Sql :: last 6 months postgresql 
Sql :: sql update from select 
Sql :: mysql change data type of column 
Sql :: oracle search columns in schema 
Sql :: reset auto increment in mysql 
Sql :: view linked servers 
Sql :: add timestamp column to existing table t-sql 
Sql :: oracle add column with default value 
Sql :: backup ms sql database table data to file 
Sql :: oracle user privileges 
Sql :: oracle tablespace datafile max size 
Sql :: sql auto timestamp 
Sql :: sql rename column 
Sql :: oracle sessions_per_user 
Sql :: sql display number without decimals 
Sql :: buscar nombre de columna en todas las tablas sql server 
Sql :: postgresql default value boolean 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =