Page 1 of 1

WCF and AbleCommerce using HTTPS

Posted: Sat Sep 17, 2011 11:33 pm
by joebeazelman
I've writing a WCF service for AbleCommerce to view orders from a separate application. Currently it works fine, but I would like it to run in a more secure fashion. I placed my SERVICE.SVC in the admin folder and secured it with https.

I can't connect to the service file because it automatically redirects me to the login page when I try to invoke a service method. I tried to turn off forms authentication to help troubleshoot the issue, but it still redirects me to login page. Moving the service.svc to a non-admin directory works, but I can't connect using HTTPS, it redirects it to HTTP.

Has anyone successfully configured WCF and AbleCommerce to work using HTTPs?

Re: WCF and AbleCommerce using HTTPS

Posted: Sun Sep 18, 2011 7:42 am
by NC Software
You have to use the proper binding configuration in WCF for secure transport. I suggest a wsHttp binding.