Re: Unable to login
Posted by
Walter Vaughan on
Jul 31, 2006; 4:54pm
URL: http://ofbiz.116.s1.nabble.com/Unable-to-login-tp141008p141013.html
subhradeep bhatacharya wrote:
> I downloaded the latest version of opentaps, build it, install it
[..snip...]
> Same for the url
http://localhost:8443/crmsfa/control/main. Please guide me.
<voice type="R. Lee Ermey">
What you have is what we call here in the US Marine Corps is a failure to
communicate.
</voice>
(Sorry, I watched "Full Metal Jacket" again this weekend)
Everything other than the public facing ecommmerce site runs in secure "https"
mode over port 8443. So you need to be connecting like the following...
https://localhost:8443/crmsfa/control/mainA normal webserver http works on port 80, and secure https on port 443. 8000 is
added to the port values, giving you the 8443 that you must run to use the
"https" protocol in order for everything to work under framework that Apache
OFBiz uses for a default installation.
--
Walter