Mercurial Hosting > luan
changeset 1205:8f14426f8ada
change cipher_suite
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 06 Mar 2018 20:15:02 -0700 |
parents | 5d0cbd908582 |
children | 6dfaf4e9ce71 |
files | src/luan/modules/Rpc.luan |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/Rpc.luan Tue Mar 06 19:48:15 2018 -0700 +++ b/src/luan/modules/Rpc.luan Tue Mar 06 20:15:02 2018 -0700 @@ -31,7 +31,7 @@ Rpc.port = 9101 -Rpc.cipher_suite = "SSL_DH_anon_WITH_RC4_128_MD5" +Rpc.cipher_suite = "SSL_DH_anon_WITH_DES_CBC_SHA" local function java_args(list) for i,v in ipairs(list) do