PayPal IPN when https required

Discussion in 'Payments processing' started by johnww, Jun 24, 2010.

  1. johnww

    johnww Member

    Joined:
    Oct 18, 2005
    Messages:
    50
    We use the paypal_r module.

    Via an apache rewrite rule, I want to force use of amember under https. This will re-write any incoming requests from http -> https.

    I am afraid this rewrite rule may damage PayPal IPN notifications.

    I want to know if the PayPal IPN URL sent to PayPal for each transaction uses http or https. If it currently uses http, how can I modify the code so that it uses https ?
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    just set your secure root in aMember config to https:// instead of a custom https
  3. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    It use aMember CP -> Setup -> Global Root URL so skippybosco was right, set Root URL to https as well.

Share This Page