Skip to content

Commit

Permalink
look for the file specified
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 8, 2024
1 parent 253433d commit e29d360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/net/socket_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ def find_ssl_cert(filename:str="ssl-cert.pem"):
if not os.path.exists(p):
ssllog(f"ssl cert dir {p!r} does not exist")
continue
f = os.path.join(p, "ssl-cert.pem")
f = os.path.join(p, filename)
if not os.path.exists(f):
ssllog(f"ssl cert {f!r} does not exist")
continue
Expand Down

0 comments on commit e29d360

Please sign in to comment.