This is a follow up to the thread entitled "Facebook secure url, shared".

I created to test pages:

1) form.php a form with a single hidden element and a submit button
2) process.php the action to form.php and simply echo's $_POST

Everything works as expected when both pages use http://

However, when I set the action of form.php to
Code:
https://echo.gendns20.com/~mydomain/process.php
the $_POST array is empty.

So either, a) GH is not forwarding the info or b) I am not using the shared cert properly

Any advice would be greatly appreciated.