I have recently upgraded my Azure hosted WCF web service to support SSL by adding the certificate to the domain, setting up the CNAME record and configuring the web service config files httpsGetEnabled="true".
The http web service is online and hosted here : http://api.verveconsortium.eu/VerveService.svc
The HTTPS web service is available by adding the HTTPS protocol to the link here: https://api.verveconsortium.eu/VerveService.svc
The problem I am having is that when I access the HTTP service the executable URL changes to:
https://rd00155d52225f/VerveService.svc?wsdl
I originally thought this problem was due to the empty address field in the basicHttpBinding tag. I have tried changing the address and setting the default address to the api.verveconsortium but it still defaults back to the URL which I have no idea where its coming from. Any help would be appreciated.