Skip to content
Snippets Groups Projects
Verified Commit 08c566e6 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: add description of implementation and socket_proxy config options

parent 5febd1fc
Branches
Tags
No related merge requests found
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment