Hello all,
I am getting the following message from all GWs in our environment.
Could not download from "http://updates.checkpoint.com/WebService/services/DownloadMetaDataService?wsdl". Server error occurred.
Failure impact: An unsecure server may be trusted, or update services may fail to operate
The output of the curl_cli command is:
<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions name="DownloadMetaDataServiceService" targetNamespace="http://updates.checkpoint.com/WebService/services/DownloadMetaDataService" xmlns:ns1="http://webservices.downloadcenter.checkpoint.com/" xmlns:ns2="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://updates.checkpoint.com/WebService/services/DownloadMetaDataService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:import location="http://updates-prd-cloud.checkpoint.com:8093/WebService/services/DownloadMetaDataService?wsdl=Produc..." namespace="http://webservices.downloadcenter.checkpoint.com/">
</wsdl:import>
<wsdl:binding name="DownloadMetaDataServiceServiceSoapBinding" type="ns1:ProductUpdatesWebService">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="invoke">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="invoke">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="invokeResponse">
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="DownloadMetaDataServiceService">
<wsdl:port binding="tns:DownloadMetaDataServiceServiceSoapBinding" name="DownloadMetaDataService">
<soap:address location="http://updates-prd-cloud.checkpoint.com:8093/WebService/services/DownloadMetaDataService"/>
</wsdl:port>
</wsdl:service>
I do understand that this does not impact any operational services, but I would like to minimize any clutter in the logs.
Any input would be highly appreciated.
Thank you in advance.