security - WCF wsHttpBinding securiy without SSL and certificate -


i want secure wcf service used on internet. there few light methods, performance not issue (message size). prefer port 80 (web) firewall issues tcp binding not preferred. ssl not option in case.

as researched wshttpbinding messagelevel security best choice scenario. configured service , client can receive data. when inspect service wcftestclient.exe , invoke service, can see soap message xml in tool. request , response in plain text without encryption.

there examples of using certificates @ service side, , username password @ client side. want username/password based security @ both sides cannot find example on web.

is possible ? (if yes, please provide link)

thanks

it not possible. if want message level security (encryption, signing, authentication) on internet must use user name , password clients (provides client authentication) , certificate service (service authentication client , exchange of key encryption , signing).


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -