On Wed, Dec 9, 2009 at 9:25 AM, vegiecat <[email protected]> wrote:

> Hi All,
>
> We are using Mach-ii on a shared hosting environment.  We are also
> using a shared SSL connection.
>
> We're running into the problem where the application runs fine on its
> regular domain (i.e.. www.mydomain.com), but running into an error
> when its under the shared SSL connection (i.e.
> https://www.xyz.com/mydomain/)
>

That's because the pathing is different between those two domains. In the
first example, "MachII." will get you to the right place if MachII is in
your webroot.

In the second example, your "MachII." references would have to become
"mydomain.MachII." in order to get to Mach-II.

Maybe some other folks will have different ideas, but I think your only
options are to create a mapping or update the Mach-II code so it has the
right references. We absolutely don't recommend the latter unless it's your
only option.

My real recommendation would be to work with a different hosting company,
but I realize that may not be feasible.

Just so it's clear, this specific problem has nothing to do with the SSL
certificate itself. The paths just aren't the same between those two URLs.
You'd have this same issue between those two URLs regardless of whether or
not it's https.

-- 
Matthew Woodward
[email protected]
http://mpwoodward.posterous.com
identi.ca/Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/

Reply via email to