I'm getting an error in WCF REST service hosted in windows server 2003. I could do GET's but when i try to do PUT's it doesn't work. Funny thing is I could enter invalid xml and validation inside PUT method fires but when i put a valid XML i get following
error
An error occurred while making the HTTP request to https://www.MYURL.Service.svc. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the
security binding between the client and the server.
I have multiple WCF services (NON REST) hosted in same website folder which works fine but this WCF REST service gives problems in PUT's. Also I'm using Fiddler for Testing the service.
Please Help!
Thanks
server certificate is not configured properly with HTTP.SYS in the HTTPS case
ravindranath...
Member
93 Points
37 Posts
server certificate is not configured properly with HTTP.SYS in the HTTPS case
Jul 07, 2011 04:36 PM|LINK
Hi,
I'm getting an error in WCF REST service hosted in windows server 2003. I could do GET's but when i try to do PUT's it doesn't work. Funny thing is I could enter invalid xml and validation inside PUT method fires but when i put a valid XML i get following error
An error occurred while making the HTTP request to https://www.MYURL.Service.svc. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server.
I have multiple WCF services (NON REST) hosted in same website folder which works fine but this WCF REST service gives problems in PUT's. Also I'm using Fiddler for Testing the service.
Please Help!
Thanks
server certificate is not configured properly with HTTP.SYS in the HTTPS caseXCHMAN
Member
2 Points
1 Post
Re: server certificate is not configured properly with HTTP.SYS in the HTTPS case
Nov 11, 2011 08:51 AM|LINK
Got same error with Exchange 2k10 Server by moveing MBX from one forest 2 second forest .
DID you enabled IPv6?
properly