forked from shaba/openuds
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
6792283e44
@ -231,8 +231,8 @@ class RestApi:
|
|||||||
# Ask about invalid certificate
|
# Ask about invalid certificate
|
||||||
if certErrorCallback:
|
if certErrorCallback:
|
||||||
if certErrorCallback(hostname, serial):
|
if certErrorCallback(hostname, serial):
|
||||||
ctx.verify_mode = ssl.CERT_NONE
|
|
||||||
ctx.check_hostname = False
|
ctx.check_hostname = False
|
||||||
|
ctx.verify_mode = ssl.CERT_NONE
|
||||||
response = urlopen(url)
|
response = urlopen(url)
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -55,9 +55,9 @@ gettext("UDS has been developed using these components:");
|
|||||||
gettext("If you find that we missed any component, please let us know");
|
gettext("If you find that we missed any component, please let us know");
|
||||||
gettext("UDS Client");
|
gettext("UDS Client");
|
||||||
gettext("Download UDS client for your platform");
|
gettext("Download UDS client for your platform");
|
||||||
gettext("Legacy clients are only provided for old operating system support. Try to avoid them.");
|
|
||||||
gettext("Downloads");
|
gettext("Downloads");
|
||||||
gettext("Always download the UDS actor matching your platform");
|
gettext("Always download the UDS actor matching your platform");
|
||||||
|
gettext("Legacy actors are only provided for old operating system support. Try to avoid them.");
|
||||||
gettext("An error has occurred");
|
gettext("An error has occurred");
|
||||||
gettext("Return");
|
gettext("Return");
|
||||||
gettext("UDS Service launcher");
|
gettext("UDS Service launcher");
|
||||||
|
Loading…
Reference in New Issue
Block a user