Shopping Cart Operations > Support
Error message "Accessing store with unconfigured or unknown domain"
Grey:
I found many instances of this message in the Error Log. After trying a few things, it appears that this message is issued when the Store URL in Settings->General starts with 'https://'. When I changed the setting to 'http://' I stopped getting the messages.
This is isn't a big problem for me, because my .htaccess is set to convert all http accesses to https. (I run my commerce sites with all pages under https so I don't need to worry about which parts of the site are protected.)
However, https should be a valid prefix in the URL setting, and should not cause warning messages.
~~ Grey
abolabo:
If you specify https as the protocol, it means that ALL pages of AbanteCart ONLY available via ssl. Because check the correctness of the ssl web server is very difficult (certificate exchange occurs before the data exchange). If you turn off ssl (by mistake or hack-attack) in the error log will be written to the store owner took action.
If you plan to use both protocols, you should specify a URL prefix http://
Grey:
> If you specify https as the protocol, it means that ALL pages of AbanteCart ONLY available via ssl.
And that is exactly what I want. My .htaccess file is set to convert any http request to https, so all pages are always referenced vial ssl.
> If you turn off ssl (by mistake or hack-attack) in the error log will be written to the store owner took action.
I don't understand what that means.
> If you plan to use both protocols, you should specify a URL prefix http://
I do not play to ever use the http protocol (see above). If I only want to use https, I believe that I should be able to specify the URL that way without generating warning messages.
Evolution:
What if you try //storeurl.com ?
Grey:
Evolution: That also generated warning messages.
But my point is that AbanteCart should accept any valid URL without generating warning messages.
Navigation
[0] Message Index
[#] Next page
Go to full version