Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in .net core we are trying to add wcf service reference and show us TLS SSL issue. Would it be possible that if the end point is requiring credentials?

from connected service > chose wcf to add > add the URI (ends with .svc) > keeping all defaults in next pages, clicking on finish shows below message. there is no other details. 
Final window shows: 
Failed. 
Importing web service metadata.
The request was aborted. Could not create SSL/TLS secure channel. Done.

What I have tried:

re tried couple time, same error
Posted
Updated 10-Feb-20 3:56am
Comments
MadMyche 7-Feb-20 16:23pm    
What version of .Net is that WCFD service written in?

1 solution

It happens on any 2.0 and also in .net framework 4.7.2 & 4.5.
I think issue is something else, may be below.
When I tried to browse service url, it went through ssl communication step and then asking for username password. It seems like it needs Authentication before serving. this make sense now why VS studio could not create proxy classes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900