I'm using the oauth-php library to do oauth calls to a remote server, but the remote server is not being passed the variables. It works fine when I connect to an http server, but not over https. I tested this with multiple servers and set up a proxy is to examine the calls.
Is there a reason that the POST variables are not being delivered via https? The variables are being put correctly into the curl calls, as tested with an http connection, but are not going out to the server I need it to.