From 3b11ac421046893885947d2314a6e2d0498d25c9 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Wed, 2 Dec 2020 19:36:56 -0700 Subject: [PATCH] Set default for remote_ssl properly in config --- Rocksolid_Light/rslight/rslight.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocksolid_Light/rslight/rslight.inc.php b/Rocksolid_Light/rslight/rslight.inc.php index b7b0c9f..ffb0125 100644 --- a/Rocksolid_Light/rslight/rslight.inc.php +++ b/Rocksolid_Light/rslight/rslight.inc.php @@ -2,7 +2,7 @@ return [ 'remote_server' => 'news.example.com', 'remote_port' => '119', - 'remote_ssl' => '0', + 'remote_ssl' => '', 'remote_auth_user' => 'username', 'remote_auth_pass' => 'password', 'enable_nntp' => '1',