Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7e9375a5
Commit
7e9375a5
authored
Apr 24, 2009
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove sslverify parameter from release notes, mention that sslmode is
used instead.
parent
e883d0b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
14 deletions
+6
-14
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+6
-14
No files found.
doc/src/sgml/release.sgml
View file @
7e9375a5
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.63
0 2009/04/19 15:49:34 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.63
1 2009/04/24 13:01:30 mha
Exp $ -->
<!--
Typical markup:
...
...
@@ -2622,24 +2622,16 @@ do it for earlier branch release files.
</para>
<para>
<application>libpq</> now
verifies both the certificate and
the name of the server by default
when making <acronym>SSL</>
<application>libpq</> now
supports verifying both the certificate
and the name of the server
when making <acronym>SSL</>
connections. If a root certificate is not available to use for
verification, <acronym>SSL</> connections will fail. The
<literal>sslverify</> parameter can be used to disable the host
and certificate verification if required.
</para>
</listitem>
<listitem>
<para>
Add connection parameter <literal>sslverify</> to control
the verification of the server's certificate
(Magnus)
<literal>sslmode</> parameter is used to enable the certificate
verification.
</para>
<para>
The default is
full
verification.
The default is
still not to do any
verification.
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment