Change the two way ssl to one way ssl
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / config / RestConfiguration.java
index 9f52393..4074b42 100644 (file)
@@ -41,7 +41,7 @@ public class RestConfiguration {
     private static final String ONE_WAY_SSL = "one-way-ssl";
     private static final String NO_AUTH = "no-auth";
 
-    @Value("${schema.service.client:two-way-ssl}")
+    @Value("${schema.service.client:one-way-ssl}")
     private String schemaServiceClient;
 
     @Autowired