vote up 0 vote down star

Hi,

I want to post some xml to an external server and have been told that:

"The transmission protocol used is https (SSL). This requires that your initiating server has a valid digital certificate."

Where do I get one of these? I have a Thwate Personal Email Certificate but not sure if that would do?

Thanks,

flag

1 Answer

vote up -1 vote down check

Using HttpWebRequest, you shouldn't have a problem assuming that the server you are posting to is using a valid SSL certificate. Just give HttpWebRequest the https url and let it go.

link|flag
ok I'm using PHP to post this xml. so I shouldn't need a certificate even though it says: "This requires that your initiating server has a valid digital certificate." – thegunner Jun 9 at 15:53
From that, it sounds like they want you to have a certificate too. Not sure why, it seems a little silly... – ceejayoz Jun 9 at 15:55
sorry, you tagged it httpwebrequest which is a .net thing. PHP works the same way though. As long as the the certificate authority on your machine can validate the sites certificate, everything should be fine. Years ago I wrote an authorize.net component in php that connected via https. Unless they are adding the requirement that you sign your request with an additional certificate... – consultutah Jun 9 at 22:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.