Hi guys,
I've been crying for the last few days over this security situation which I'm just not skilled enough to understand.
Here's what I have at the moment:
- standard website (abc.com)
- Azure website (abc.azurewebsites.net)
- WCF service hosted on Azure
- Windows 8 App
What I'm trying to do:
- use CNAME to connect abc.com to abc.azurewebsites.net (where my hosting is)
- access the WCF service securely from both abc.azurewebsites.net and the Win8App
The WCF service makes the data in my database available via ODATA feeds to anybody who wants to see it so you can see why I'd like to protect it.
So. I have one SSL certificate and two connections (Win8App->WCF service)(abc.com to WCF service ). It's not possible to use an SSL certificate with abc.azurewebsites.net, so I assume that if I have SSL working between abc.com and the WCF service then that will apply to the CNAME connection between abc.com and abc.azurewebsites.net as well. Is this assumption correct?
Any help (even guessing) would be greatly appreciated!![]()


LinkBack URL
About LinkBacks
Reply With Quote
