You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/09/26 21:03:48 UTC

[incubator-plc4x] branch master updated: PLC4X-54 - Installation Process isn't working SSL Errors

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new d57e7ea  PLC4X-54 - Installation Process isn't working SSL Errors
d57e7ea is described below

commit d57e7eae361112f4ae2f8042b51c9be9197864c8
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Sep 26 17:03:46 2018 -0400

    PLC4X-54 - Installation Process isn't working SSL Errors
    
    - Applied the patch reported by Bjoern Haverland
---
 mvnw.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mvnw.cmd b/mvnw.cmd
index 898fb06..3e92332 100644
--- a/mvnw.cmd
+++ b/mvnw.cmd
@@ -135,7 +135,7 @@ if exist %WRAPPER_JAR% (
 )
 @REM End of extension
 
-%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
+%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% -Dhttps.protocols=TLSv1.1,TLSv1.2 "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
 if ERRORLEVEL 1 goto error
 goto end