Connect to Profile & Order subsystems without HTTPS
ravikanth | June 29, 2008To open to customer and order manager tool, you should install SSL certificate on web server and SSL secure channel should be enable in profile and order virtual directories. You can use SelfSSL tool to create SSL certificate. SelfSSL.exe is part IIS 6.0 resource kit tools and you can download it from Microsoft site.
If you don’t want to install SSL, then there is a trick to do that.
- Open “CustomerAndOrdersManager.exe.config” file located in “C:Program FilesMicrosoft Commerce Server 2007Business User Applications” folder.
- Go to Configuration -> ApplicationSettlings -> Microsoft.CommerceServer.UI.CustomerAndOrdersManager.Properties.Settings -> AllowHTTP setting.
- Change value from “False” to “True”.
- Now your “Customer & Order manager” tool will not ask for HTTPS to connect to profile and order subsystem.