Merge remote-tracking branch 'origin/v3.5'

This commit is contained in:
Adolfo Gómez García 2021-11-03 15:21:43 +01:00
commit 6792283e44
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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");