Hi all,
I realize this may be a big subject. Id appreciate any clues or places to look for more answers:
Im developing a shopping cart. It collects all the data that needs to be sent to the credit card authorization service (in a form that posts to their https address). In their documentation it says that their system will not accept any HTTP connections that arent encrypted using a Secure Socket Layer ... it says "your server must be able to make a client side SSL connection to our gateway server ... Additionally, your server will need to support server side SSL for any HTTP POST requests that our server makes to return information to the merchant (your) server".
My host mentioned that <cfhttp> supports SSL, and that in order for them to post securely to my site i will need a digital certificate. I have no idea how to implement the former or what the later is!
Any help or direction is greatly appreciated
I realize this may be a big subject. Id appreciate any clues or places to look for more answers:
Im developing a shopping cart. It collects all the data that needs to be sent to the credit card authorization service (in a form that posts to their https address). In their documentation it says that their system will not accept any HTTP connections that arent encrypted using a Secure Socket Layer ... it says "your server must be able to make a client side SSL connection to our gateway server ... Additionally, your server will need to support server side SSL for any HTTP POST requests that our server makes to return information to the merchant (your) server".
My host mentioned that <cfhttp> supports SSL, and that in order for them to post securely to my site i will need a digital certificate. I have no idea how to implement the former or what the later is!
Any help or direction is greatly appreciated