|
Hi there,
Just getting Magento installed but running into a problem with the https config in the installer.
I’m installing on my laptop that I’ve set up for dev using xampp and I have several things I’m working on that I’ve assigned SSL to non-standard ports for ( 4431, 4432, 4433 etc).
The installer works fine but when I try to specify 4431 as the https port it comes back complaining it’s invalid. I don’t have this issue otherwise.
Is the installer hard coded to 443? Or is it doing something like $request_type == ‘SSL’ or $_SERVER["SERVER_PORT"] == ‘443’?
Thanks for any suggestions or clarification,
Iggy
Just some additional info. Going to https://magento:4431/install on my machine yields a not found. I’m a little stumped how that would be an apache config issue unless magento is redirecting to 443 silently in the background where there really isn’t any magento install.
Thanks again
|