Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is curl secure 1

Status
Not open for further replies.

stasJohn

Programmer
May 6, 2004
155
US
I'm not sure if this is the appropriate place to ask this, but here goes.

I'm building an account sign-up form for a bank. Basically, they don't have the facilities to store the information in-house so we are using a 3rd party "secure-forms" service.

So, the application is a three step process and at the end, all form information is sent to this 3rd party using curl. The 3rd partys servers are ssl enabled as well as the clients website.

I only know a little about curl, so I was just wondering, is using curl to transfer the information between the servers secure?

Hope I was clear. Thanks in advance.
 
As with any web communication, data sent by cURL is as secure as the connection on which it is transmitted. If the bank is using SSL and cURL has OpenSSL available to it, then your data should be secure.




Want the best answers? Ask the best questions! TANSTAAFL!
 
Openssl is installed. Does something special need to be done to make it available to curl?

thanks for the response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top