TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Omar Kh
NA
301
21.6k
how to make service reference for webservice that requires client cert
Oct 18 2020 3:59 AM
im trying to call a webservice that requires a client certificate
so i open VS2015 and try to add service reference
i came up with the following error
There was an error downloading 'HTTPS URL/$metadata'.
The request was aborted: Could not create SSL/TLS secure channel.
Metadata contains a reference that cannot be resolved: 'HTTPS URL/'.
Could not establish secure channel for SSL/TLS with authority 'HTTPS URL'.
The request was aborted: Could not create SSL/TLS secure channel.
If the service is defined in the current solution, try building the solution and adding the service reference again.
so i have google it ,and i came up with alot of things to do
the first thing i have done is add the pfx file to mmc at personal part
also add the cert to the Trusted Root certificate authorities
also tried the following command
CertUtil -p PASSWORD -ImportPFX d:\pi-client.pfx
Certificate "WesternUnionPartnerIntegration" already in store.
CertUtil: -importPFX command completed successfully.
then i tried to add the service reference again but still the same error !
i dont know where is the issue , i have worked with alot of webservice with https but with no client certificate
i need help !!
Thanks
Reply
Answers (
2
)
How to implement OAuth2.0 in .net core web service?
Remove outer qoutes from JSON string