mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-20 13:06:49 +00:00
startTLS: change DH key parameter filename
This commit is contained in:
parent
9b4338146e
commit
9721cf32e4
@ -214,7 +214,7 @@ class SyncFactory(Factory):
|
||||
certifpyssl = crypto.load_certificate(crypto.FILETYPE_PEM, certif)
|
||||
chainpyssl = [crypto.load_certificate(crypto.FILETYPE_PEM, chain)]
|
||||
|
||||
dhFilePath = FilePath(path+'/dh_param_1024.pem')
|
||||
dhFilePath = FilePath(path+'/dh_param.pem')
|
||||
dhParams = ssl.DiffieHellmanParameters.fromFile(dhFilePath)
|
||||
|
||||
contextFactory = ssl.CertificateOptions(privateKey=privkeypyssl, certificate=certifpyssl,
|
||||
|
Loading…
Reference in New Issue
Block a user