SSL PHP cURL between two Server. How?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freeseif
    New Member
    • Jan 2010
    • 13

    SSL PHP cURL between two Server. How?

    Hello Every One,

    I have a dedicated server, and i want get my private informations from my bank.

    The server of my bank already have HTTPS, signed by VeriSign, Inc. RC4 128B.

    So i want use PHP/cURL to connect safely and get my private informations from bank server.

    I know that i should use CURLOPT_SSL_VER IFYPEER, CURLOPT_SSLVERS ION, VERIFYPEER, VERIFYHOST.. but how ? can some one please tell me how please ?
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Bank systems are frequently proprietary custom built applications - this should be a question for your bank.

    Comment

    • freeseif
      New Member
      • Jan 2010
      • 13

      #3
      but how my browser connect to this server by SSL ? if i didn't use SSL in my cURL php function this give hackers the possibility to get my user/psw

      Comment

      Working...