Question
encrypted communication between two servers via https
Here's the setup:
I have a hosted WindowsCF account with a dedicated IP
I have a hosted Linux account that can get a separate dedicated IP
I want to create a form on the CF side that has its action script on the Linux side using POST method. And the data needs to be secure - not plain text over the internet.
I am curious what ways I can do this.
Some thoughts I had were some use of self signed certificates... if both had the same key or something. But I don't know how that would work mechanically speaking. I am not an HTTPS pro, nor a certificate pro... but need to get there.
Looking for ideas here... but ideas with guts... ideas with pointers to get me going the right way.
I have a hosted WindowsCF account with a dedicated IP
I have a hosted Linux account that can get a separate dedicated IP
I want to create a form on the CF side that has its action script on the Linux side using POST method. And the data needs to be secure - not plain text over the internet.
I am curious what ways I can do this.
Some thoughts I had were some use of self signed certificates... if both had the same key or something. But I don't know how that would work mechanically speaking. I am not an HTTPS pro, nor a certificate pro... but need to get there.
Looking for ideas here... but ideas with guts... ideas with pointers to get me going the right way.
