From 59fec74d0883842fc6d65bfda3f784fb3d096971 Mon Sep 17 00:00:00 2001 From: Tau Date: Wed, 6 Nov 2019 20:07:33 -0500 Subject: [PATCH] Add Project DIVA workaround to startup script --- start.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/start.bat b/start.bat index 61364a6..a56205c 100644 --- a/start.bat +++ b/start.bat @@ -40,8 +40,10 @@ if not exist node_modules ( echo. ) +rem Project Diva requires TLSv1.0 + set DEBUG=app:* -node .\bin\index.js +node --tls-min-v1.0 .\bin\index.js :end echo.