Relative Content

Tag Archive for c#asp.netdockerdockerfilenet.tcp

Authentication failed through – GSSAPI operation failed with error

I am trying to containerization of a web application in docker, which connect net.tcp WCF call from the application, which was working perfectly. Bu when I try to run the application through Docker,I am getting an error – GSSAPI operation failed with error – No credentials were supplied, or the credentials were unavailable or inaccessible (SPNEGO cannot find mechanisms to negotiate) at the point where i am calling net.tcp WCF call.
No authentication required for net.tcp WCF call (net.tcp://reports.test2.projecttest.com:8200/)

Authntication failed through – GSSAPI operation failed with error

I am trying to containerization of a web application in docker, which connect net.tcp WCF call from the application, which was working perfectly. Bu when I try to run the application through Docker,I am getting an error – GSSAPI operation failed with error – No credentials were supplied, or the credentials were unavailable or inaccessible (SPNEGO cannot find mechanisms to negotiate) at the point where i am calling net.tcp WCF call.
No authentication required for net.tcp WCF call (net.tcp://reports.test2.projecttest.com:8200/)