Discussion:
HOWTO: Post File with SSL Certificates from Non-Server Computer?
(too old to reply)
Jonathan Wood
2006-11-01 16:45:25 UTC
Permalink
Greetings,

I'm wanting to process credit cards through a Gateway service. They require
a form be posted to their HTTPS site. But instead of using a Web site, I
need to do this from my desktop computer, which is connected to the Internet
but not is not a Web server. I'm using C++ and MFC.

Although it seems like this isn't very difficult (even though good examples
are far and few between), I couldn't find any info on doing this using SSL
certificates.

Thanks for any tips.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
Vladimir Scherbina
2006-11-01 17:22:12 UTC
Permalink
Jonathan,

Read this article:
http://www.codeproject.com/internet/wininet_ssl___certificate.asp. There is
no MFC there - an author wrote it's own wrapper(CsslConnection) over wininet
api.
--
Vladimir
Post by Jonathan Wood
Greetings,
I'm wanting to process credit cards through a Gateway service. They
require a form be posted to their HTTPS site. But instead of using a Web
site, I need to do this from my desktop computer, which is connected to
the Internet but not is not a Web server. I'm using C++ and MFC.
Although it seems like this isn't very difficult (even though good
examples are far and few between), I couldn't find any info on doing this
using SSL certificates.
Thanks for any tips.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
Jonathan Wood
2006-11-01 18:21:50 UTC
Permalink
Thanks Vladimir, that looks promising.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
Post by Vladimir Scherbina
Jonathan,
http://www.codeproject.com/internet/wininet_ssl___certificate.asp. There
is no MFC there - an author wrote it's own wrapper(CsslConnection) over
wininet api.
--
Vladimir
Post by Jonathan Wood
Greetings,
I'm wanting to process credit cards through a Gateway service. They
require a form be posted to their HTTPS site. But instead of using a Web
site, I need to do this from my desktop computer, which is connected to
the Internet but not is not a Web server. I'm using C++ and MFC.
Although it seems like this isn't very difficult (even though good
examples are far and few between), I couldn't find any info on doing this
using SSL certificates.
Thanks for any tips.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
Loading...