Top "Transport-security" questions

The HTTP request was forbidden with client authentication scheme 'Anonymous'

This seams to be a common problem, and I have looked at all the answers here but none have helped. …

wcf security https certificate transport-security
The authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'BasicHttpBinding' ('Negotiate').

The authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'BasicHttpBinding' ('Negotiate'). Please ensure …

wcf wcf-security basichttpbinding transport-security
TLS 1.2 on Windows Server 2003 and XP

I have WCF service hosted on IIS which uses transport security. I need to restrict the TLS version to 1.2. I …

wcf ssl transport-security
One way SSL is one way encryption?

If one way SSL is used (Server Certificate authentication) then data sent from client gets encrypted using Public key of …

ssl security wcf-security transport-security
Authentication a WCF Request via Client Certificate over HTTPS

I've been struggling with the configuration for this blasted WCF service for the past week, and I'm slowing beginning to …

wcf configuration ssl x509certificate transport-security
Transport Security with Certificate Authentication

I'm getting the following error when I access my webservice localhost/MyService/MyService.svc The SSL settings for the service …

wcf ssl ssl-certificate transport-security
WCF 4 - TransportWithMessageCredential using X.509 certificates for transport and message security

I'm trying to make a WCF4 service hosted on IIS which will use X.509 certificates for message security and SSL …

wcf ssl x509certificate ws-security transport-security