server:
   port: {{ index .Values.containerPort }}
   ssl:
-    key-alias: so@so.onap.org
-    key-store-password: ${KEYSTORE_PASSWORD}
-    key-store: file:${KEYSTORE}
-    key-store-type: PKCS12
-http:
-  client:
-    ssl:
-      trust-store: file:${TRUSTSTORE}
-      trust-store-password: ${TRUSTSTORE_PASSWORD}
+    enabled: false
 mso:
   key: {{ .Values.mso.key }}
   site-name: localSite
   key: {{ .Values.sdc.key }}
   endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443
 vnfmadapter:
-  endpoint: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092
+  endpoint: http://so-vnfm-adapter.{{ include "common.namespace" . }}:9092
 etsi-catalog-manager:
   vnfpkgm:
   {{- if .Values.global.msbEnabled }}