WCF and AbleCommerce using HTTPS

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
joebeazelman
Lieutenant (LT)
Lieutenant (LT)
Posts: 78
Joined: Wed Mar 05, 2008 11:27 am

WCF and AbleCommerce using HTTPS

Post by joebeazelman » Sat Sep 17, 2011 11:33 pm

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?

User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

Re: WCF and AbleCommerce using HTTPS

Post by NC Software » Sun Sep 18, 2011 7:42 am

You have to use the proper binding configuration in WCF for secure transport. I suggest a wsHttp binding.
Neal Culiner
NC Software, Inc.

Post Reply