Set Highest cipher for https 11/81911/1
authorXiaohua Zhang <xiaohua.zhang@windriver.com>
Mon, 11 Mar 2019 08:37:03 +0000 (08:37 +0000)
committerXiaohua Zhang <xiaohua.zhang@windriver.com>
Mon, 11 Mar 2019 08:37:03 +0000 (08:37 +0000)
Change-Id: I46956b98daa600cd5eedd8fb031ef778e0932337
Issue-ID: MULTICLOUD-519
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
windriver/run.sh

index 267d316..6b48b88 100644 (file)
@@ -19,7 +19,7 @@ export PYTHONPATH=lib/share
 #nohup python manage.py runserver 0.0.0.0:9005 2>&1 &
 
 if [ ${SSL_ENABLED} = "true" ]; then
-    nohup uwsgi --https :9005,titanium_cloud/pub/ssl/cert/cert.crt,titanium_cloud/pub/ssl/cert/cert.key --module titanium_cloud.wsgi --master --processes 4 &
+    nohup uwsgi --https :9005,titanium_cloud/pub/ssl/cert/cert.crt,titanium_cloud/pub/ssl/cert/cert.key,HIGH --module titanium_cloud.wsgi --master --processes 4 &
 
 else
     nohup uwsgi --http :9005 --module titanium_cloud.wsgi --master --processes 4 &