ฉันได้รับข้อผิดพลาดขณะที่การทดสอบ PayPal เอ็กซ์เพรส, 10002 security header is not validข้อผิดพลาดคือ:
เว็บไซต์ทำงานบน AWS EC2 โดยมี nginx และ Varnish อยู่ด้านหน้า ฉันใช้น้ำมันสนสำหรับการตั้งค่าและการเจาะรู สถาปัตยกรรมนี้มีบางอย่างเกี่ยวข้องกับมันหรือไม่?
ฉันไม่ได้ทำการทดสอบในโหมด Sandbox แต่ข้อมูลรับรอง API สดนั้นถูกต้องทั้งหมดฉันรีเซ็ตหลายครั้ง ฉันดูบันทึกการใช้งานแล้ว แต่ไม่พบสิ่งใดมีความสำคัญ
2014-01-31T05:47:11+00:00 ERR (3): 
exception 'Mage_Core_Exception' with message 'PayPal NVP gateway errors: Security header is not valid (#10002: Security error). Correlation ID: 60e76cc8d89c5. Version: 72.0.' in /var/www/app/Mage.php:580
บางทีสิ่งต่อไปนี้อาจเกี่ยวข้องกัน? โทเค็นว่างเปล่า:
==> payment_paypal_express.log <==
2014-01-31T05:22:42+00:00 DEBUG (7): Array
(
    [url] => https://api-3t.paypal.com/nvp
    [GetExpressCheckoutDetails] => Array
        (
            [TOKEN] => 
            [METHOD] => GetExpressCheckoutDetails
            [VERSION] => 72.0
            [USER] => ****
            [PWD] => ****
            [SIGNATURE] => ****
            [BUTTONSOURCE] => Varien_Cart_EC_AU
        )
    [response] => Array
        (
            [TIMESTAMP] => 2014-01-31T05:22:42Z
            [CORRELATIONID] => 5bcdb0da70494
            [ACK] => Failure
            [VERSION] => 72.0
            [BUILD] => 9285531
            [L_ERRORCODE0] => 10002
            [L_SHORTMESSAGE0] => Security error
            [L_LONGMESSAGE0] => Security header is not valid
            [L_SEVERITYCODE0] => Error
        )
    [__pid] => 1219
)