SSL order form trouble
I created an form using a script similar to formmail. It's a cgi which i've placed in the scgi-bin of my homedir. I'm also using SSL so I have to call up the form like follows:https://domain.com/~mydomain/blah.html
In the form action, I used POST and whatever I put as the action URL, IE always gives me an error. The only time it doesn't give me an error is when the action is:
http://www.mydomain.com/scgi-bin/script.cgi (NOT SECURE)
The following action commands all yields errors in IE:
https://domain.com/~mydomain/scgi-bin/script.cgi
./scgi-bin/script.cgi
/scgi-bin/script.cgi
...
I can't figure out what's wrong
