summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Nosach (GitHub) <ANosach@luxoft.com>2016-08-02 16:00:59 +0300
committerGitHub <noreply@github.com>2016-08-02 16:00:59 +0300
commitedbd60ed69fcbcd5913ebdb45783e248dd065abe (patch)
treea14e64eaa29f27c229cda54fd940ba71c1c07666
parentc1fd15f653349edd4a11672cc5f3837dc76e7347 (diff)
parent8449d0d5e748ea1587e3c02df199ef55181f2c5f (diff)
downloadsdl_core-edbd60ed69fcbcd5913ebdb45783e248dd065abe.tar.gz
Merge pull request #734 from VProdanov/feature/Change_VerifyPeer_parameter_in_ini_file_to_true
Change_VerifyPeer_parameter_in_ini_file_to_true
-rw-r--r--src/appMain/smartDeviceLink.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index 12d465c801..a9baf8c45a 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -156,7 +156,7 @@ SSLMode = CLIENT
;CipherList = AES256-GCM-SHA384
CipherList = ALL
; Verify Mobile app certificate (could be used in both SSLMode Server and Client)
-VerifyPeer = false
+VerifyPeer = true
; Preloaded CA certificates directory
CACertificatePath = .
; Services which can not be started unprotected (could be id's from 0x01 to 0xFF)