\
\
"disable lutris ssl check"
in ubuntu 19.10 and lutris 0.5.3 go under /usr/lib/python3/dist-packages/lutris/util/downloader.py in line 114
replace this line
response = requests.get(self.url, headers=headers, stream=True)
with this line
response = requests.get(self.url, headers=headers, stream=True, verify=False)
[me@blog]$
_