Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
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
Levin Zimmermann
neoppod
Commits
a2f192cb
Commit
a2f192cb
authored
Dec 09, 2020
by
Kirill Smelkov
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f69b3c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
neo/lib/app.py
neo/lib/app.py
+1
-0
No files found.
neo/lib/app.py
View file @
a2f192cb
...
...
@@ -72,6 +72,7 @@ class BaseApplication(object):
" provided: the CA certificate, and the certificate"
" of this node with its private key."
)
ca
,
cert
,
key
=
ssl
self
.
ssl_credentials
=
ssl
# remember ca/cert/key, so that zstor_2zurl could retrive them
import
ssl
version
,
version_name
=
max
((
getattr
(
ssl
,
k
),
k
)
for
k
in
dir
(
ssl
)
if
k
.
startswith
(
"PROTOCOL_TLSv"
))
...
...
Levin Zimmermann
@levin.zimmermann
mentioned in commit
ae29d83c
·
Jul 08, 2024
mentioned in commit
ae29d83c
mentioned in commit ae29d83c2628ce9d298fc7df4e38ddb3bc689831
Toggle commit list
Levin Zimmermann
@levin.zimmermann
mentioned in commit
d55aab99
·
Jul 19, 2024
mentioned in commit
d55aab99
mentioned in commit d55aab99e69d5cc63ea8e92522d71c6e34d2a3fd
Toggle commit list
Levin Zimmermann
@levin.zimmermann
mentioned in commit
af3b3def
·
Jul 19, 2024
mentioned in commit
af3b3def
mentioned in commit af3b3defde534af827c9317e99f42b16e54e59e4
Toggle commit list
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