jasals wrote:
> one other detail. the Linux server is set up as a
subdomain, like
> files.domain.com where the CF server is the domain.com
>
> the accounts are from two different
providers/datacenters - both are shared
> servers.
>
I can't give you the entire picture. But, unless there is
more to this
puzzle then you have spelled out, there is *NO* communication
between
the windows CF account and the Linux account, if you just set
the form
action to point to the sub-domain that resides on the Linux
server. The
communication is then just going to be between the client
that received
the form from the Windows server and the Linux server to
which it was
told to delver the posted response. And I would imagine this
is a
pretty standard certificate set up at this point.
I.E. If the Windows Client delivered the following form to
the client:
...
<form
action="https://linux.mydomain.com/some-action-page/"
methode="post">
stuff...
</cform>
The browser is going to make the secure connection with the
Linux server
in the normal fashion.