My servers have recently been upgraded to support TLS 1.2, and the rest (TLS 1.0 and TLS 1.1.) Are disabled. Now when I try to generate a link, this gives me the following exception:
service Url = https: //server-name/service.asmx
Error: Unable to retrieve metadata from the "service URL". If this is a Windows (R) Communication Foundation service that you have access to, be sure to enable metadata publishing to the specified address. For help including metadata publishing, see the MSDN documentation at http://go.microsoft.com/fwlink/?LinkId=65455.WS-MetadataExchange Error Id: "Service URL" Metadata contains a link that cannot be resolved: "Service URL". An error occurred while trying the HTTP request "Service URL". This may be because the server certificate is not configured properly with HTTP.SYS in the case of HTTPS. It can also be caused by a mismatch in the security binding between the client and server. The main connection was closed: an unexpected error occurred while sending. Got an unexpected EOF or 0 bytes from the transport stream. HTTP GET URI Error: "Service URL" Error loading "Service URL". The main connection was closed: an unexpected error occurred while sending. Got an unexpected EOF or 0 bytes from the transport stream.
I tried the solution at the following link, but did not work for me. Please help.
support.microsoft.com/kb/888528
source
share