Fix nexus-iq commons-httpclient issues
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / http / client / HttpClientUtils.java
index 0d3d5a1..cbd56f4 100644 (file)
@@ -52,7 +52,7 @@ public class HttpClientUtils {
        
        @Bean
        public static HttpClientBuilder createHttpClientBuilder() {
-               org.apache.commons.httpclient.protocol.Protocol.unregisterProtocol("https"); 
+//             org.apache.commons.httpclient.protocol.Protocol.unregisterProtocol("https"); 
                SSLContext sslcontext = null;
                try {
                        sslcontext = createIgnoreVerifySSL();