摘要:
A custom remote certificate validation can be used to avoid the strict validation, instead, just make it trust anything. In your code, simply make a call to the static method SetCertificatePolicy() once within your application before making any request to the web services.//notethiscodeisnotintended 阅读全文
摘要:
Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered base address schemes are [https]. The base address for your service defines "HTTPS://" - but your mex address is "HTTP". If you want your service to use ht 阅读全文