mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-21 16:09:41 +01:00
added https support to the settings
This commit is contained in:
@@ -835,7 +835,7 @@ class Application(Gtk.Application):
|
||||
if profile is SettingsType.ENIGMA_2:
|
||||
host, port, user, password = opts.host, opts.http_port, opts.http_user, opts.http_password
|
||||
try:
|
||||
test_http(host, port, user, password, skip_message=True)
|
||||
test_http(host, port, user, password, use_ssl=opts.http_use_ssl, skip_message=True)
|
||||
except TestException:
|
||||
use_http = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user