I get an error when I invoke a WebService from C4C:
SOAP:1.023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_SSL_ERROR")
The WebService address is :
https://www.muyuchengfeng.com:8443/MyWebServices/services/Person
Notice the port is 8443,but when I change the port from 8443 to 443 ,It is Ok.
I have import my CA to C4C trust list.But It is still raise the ICM_HTTP_SSL_ERROR error.When I use the SOAPUI to invoke the WebService ,It is ok.
My CA Info is:
证书类型:FREE
证书签名算法:SHA2 (SHA256WithRSA+RSA)
证书来源:Symantec
证书有效期:2018-06-08到2019-06-08
域名信息
证书绑定域名:
www.muyuchengfeng.com
Is it because my CA is a Free type?Or other reason?