Jira (PDB-4169) Stop using a deprecated JDBC driver class

2018-10-23 Thread Robert Roland (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Roland updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-4169  
 
 
  Stop using a deprecated JDBC driver class   
 

  
 
 
 
 

 
Change By: 
 Robert Roland  
 

  
 
 
 
 

 
 The PostgreSQL driver we use is deprecated.Investigate / switch from org.postgresql.ssl.jdbc4.LibPQFactory to org.postgresql.ssl.LibPQFactorySee: https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/ssl/jdbc4/LibPQFactory.java#L18 This will get us support for better hostname verification of SSL certificates (the X.509v3 extensions with SubjectAltName)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-4169) Stop using a deprecated JDBC driver class

2018-10-23 Thread Robert Roland (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Roland created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-4169  
 
 
  Stop using a deprecated JDBC driver class   
 

  
 
 
 
 

 
Issue Type: 
  Story  
 
 
Affects Versions: 
 PDB 6.0.0, PDB 5.2.4  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 PuppetDB  
 
 
Created: 
 2018/10/23 11:23 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Robert Roland  
 

  
 
 
 
 

 
 The PostgreSQL driver we use is deprecated. Investigate / switch from org.postgresql.ssl.jdbc4.LibPQFactory to org.postgresql.ssl.LibPQFactory See: https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/ssl/jdbc4/LibPQFactory.java#L18  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment