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.