Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
08c566e6
Verified
Commit
08c566e6
authored
4 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add description of implementation and socket_proxy config options
parent
5febd1fc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/pycaosdb.ini
+15
-11
15 additions, 11 deletions
examples/pycaosdb.ini
with
15 additions
and
11 deletions
examples/pycaosdb.ini
+
15
−
11
View file @
08c566e6
...
@@ -46,7 +46,8 @@
...
@@ -46,7 +46,8 @@
# supply the matching key (pem file):
# supply the matching key (pem file):
# cacert=/path/to/caosdb.ca.pem
# cacert=/path/to/caosdb.ca.pem
# If this option is set, the SSL certificate will be ignored. Use with care!
# If this option is set, the SSL certificate of the server will not be
# validated. This has the potential of a man-in-the-middle attack. Use with care!
# ssl_insecure=True
# ssl_insecure=True
# You may define the ssl version to be used. It has to be the name of the
# You may define the ssl version to be used. It has to be the name of the
...
@@ -54,7 +55,10 @@
...
@@ -54,7 +55,10 @@
# ssl_version=PROTOCOL_TLS
# ssl_version=PROTOCOL_TLS
# You can define a socket proxy to be used.
# You can define a socket proxy to be used.
# socket_proxy=
# This is for the case that the server sits behind a firewall which is being
# tunnelled with a socket proxy (SOCKS4 or SOCKS5) (e.g. via ssh's -D option or
# a dedicated proxy server).
# socket_proxy=localhost:12345
#
You can define the connection implementation to be used
.
#
This option is used internally and for testing. Do not override
.
# implementation
# implementation
=_DefaultCaosDBServerConnection
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment