Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
f59fcc12
Commit
f59fcc12
authored
Oct 08, 2017
by
mathieui
Browse files
Fix
#3257
(print cert hashes after validating the dialog)
parent
ff0095b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
poezio/core/handlers.py
View file @
f59fcc12
...
...
@@ -1312,7 +1312,10 @@ class HandlerCore:
def
_ssl_pop_tab
(
self
,
old_cert
,
new_cert
):
def
cb
(
result
):
if
result
:
self
.
core
.
information
(
'New certificate accepted.'
,
'Info'
)
self
.
core
.
information
(
'New certificate accepted:
\n
new: %s
\n
old: %s'
%
(
old_cert
,
new_cert
),
'Info'
)
log
.
debug
(
'Setting certificate to %s'
,
new_cert
)
if
not
config
.
silent_set
(
'certificate'
,
new_cert
):
self
.
core
.
information
(
...
...
Link Mauve
@linkmauve
mentioned in issue
#1730 (closed)
·
Aug 21, 2018
mentioned in issue
#1730 (closed)
mentioned in issue #1730
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment