PHP Web service over SSL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chathura86
    New Member
    • May 2007
    • 227

    PHP Web service over SSL

    hi

    i want to run a web service that clients can only connect through
    SSL so the communication if secure

    im planning to use PHP Soap extention for the development

    please send me some links for any good tutorials if someone has

    Regards
    Chathura
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    first you need your personal SSL certificate.

    Comment

    • chathura86
      New Member
      • May 2007
      • 227

      #3
      Thanks for the quick responce

      yep i have the certificate created on the server, just want to know how to use the public key when communicating with the client

      Regards
      Chathura

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        afaik, HTTP clients can take care of that themselves.

        Comment

        • chathura86
          New Member
          • May 2007
          • 227

          #5
          thanks for the help, client actually does the encryption

          Regards

          Comment

          Working...