[wp-trac] [WordPress Trac] #53107: HTTPS Detect & Migrate feature breaking existing HTTPS

WordPress Trac noreply at wordpress.org
Wed Apr 28 21:04:13 UTC 2021


#53107: HTTPS Detect & Migrate feature breaking existing HTTPS
--------------------------+-----------------------------
 Reporter:  nilltech      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  HTTP API      |    Version:  5.7.1
 Severity:  blocker       |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 I have been working on an issue for 2 weeks, since my website auto-updated
 to WordPress 5.7.

 Prior to the 5.7 update, my site was already utilizing https using the
 Really Simple SSL plugin to accomplish HTTPS. After the update, my site
 has been failing WooCommerce Stripe orders.

 Using the Chrome browser inspect>console, I could see internet errors on
 the cart and checkout pages. That led me to believe there was an issue
 with SSL, so I started digging in. Upon removal of the Really Simple SSL
 plugin, my site started functioning again…for 24 hours, then the failed
 orders return with the same “problem connecting to Stripe API endpoint”.

 Looking at support forums for the Really Simple SSL plugin and support
 forums for the Stripe plugin, I am seeing a common instance of HTTPS/SSL
 connection issues since the WP 5.7 update with the HTTPS Detect and
 Migrate feature.

 https://wordpress.org/support/plugin/woocommerce-gateway-stripe/

 https://wordpress.org/support/plugin/really-simple-ssl/

 I have worked with my host for the past 2 weeks, no issue with server
 configuration.

 *Site has been completely rebuilt since original issue, everything up to
 date, and running on PHP 7.4.

 Disabling all plugins does not resolve issue.

 Other plugin that was installed was the Redirection plugin. It existed and
 functioned great along side of Really Simply SSL prior to WordPress 5.7
 update.

 When issue occurs, besides customers experiencing a failed order, I
 receive notification inside of wp-admin stating the following:

 Warning: An unexpected error occurred. Something may be wrong with
 WordPress.org or this server’s configuration. If you continue to have
 problems, please try the support forums. (WordPress could not establish a
 secure connection to WordPress.org. Please contact your server
 administrator.) in /home/mydirectory/public_html/mydomain.com/wp-
 includes/update.php on line 614

 WooCommerce logs show this:
 2021-04-17T18:04:41+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 sources/src_1IhIVWLaN8oj4ayJigp45Mf3
 ====End Log====


 2021-04-17T18:04:41+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 customers request: Array
 (
     [email] => joycenillen at yahoo.com
     [description] => Name: Joyce Nillen, Guest
     [name] => Joyce Nillen
     [metadata] => Array
         (
         )

 )

 ====End Log====


 2021-04-17T18:04:42+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Info: Begin processing payment for order 9405 for the amount of 25.96
 ====End Log====


 2021-04-17T18:04:42+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 payment_intents request: Array
 (
     [source] => src_1IhIVWLaN8oj4ayJigp45Mf3
     [amount] => 2596
     [currency] => usd
     [description] => Light My Safe - Order 22772
     [metadata] => Array
         (
             [customer_name] => Joyce Nillen
             [customer_email] => joycenillen at yahoo.com
             [order_id] => 22772
             [site_url] => https://www.lightmysafe.com
         )

     [capture_method] => automatic
     [payment_method_types] => Array
         (
             [0] => card
         )

     [customer] => cus_JJwO71o01oVKCe
     [statement_descriptor] => LIGHT MY SAFE, LLC
     [shipping] => Array
         (
             [name] => Joyce Nillen
             [address] => Array
                 (
                     [line1] => 31011 Still Oaks Ln
                     [line2] =>
                     [city] => Spring
                     [country] => US
                     [postal_code] => 77386
                     [state] => TX
                 )

         )

 )

 ====End Log====


 2021-04-17T18:05:53+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Error Response: WP_Error Object
 (
     [errors] => Array
         (
             [http_request_failed] => Array
                 (
                     [0] => cURL error 28: Operation timed out after 70000
 milliseconds with 0 bytes received
                 )

         )

     [error_data] => Array
         (
         )

     [additional_data:protected] => Array
         (
         )

 )


 Failed request: Array
 (
     [api] => payment_intents
     [request] => Array
         (
             [source] => src_1IhIVWLaN8oj4ayJigp45Mf3
             [amount] => 2596
             [currency] => usd
             [description] => Light My Safe - Order 22772
             [metadata] => Array
                 (
                     [customer_name] => Joyce Nillen
                     [customer_email] => joycenillen at yahoo.com
                     [order_id] => 22772
                     [site_url] => https://www.lightmysafe.com
                 )

             [capture_method] => automatic
             [payment_method_types] => Array
                 (
                     [0] => card
                 )

             [customer] => cus_JJwO71o01oVKCe
             [statement_descriptor] => LIGHT MY SAFE, LLC
             [shipping] => Array
                 (
                     [name] => Joyce Nillen
                     [address] => Array
                         (
                             [line1] => 31011 Still Oaks Ln
                             [line2] =>
                             [city] => Spring
                             [country] => US
                             [postal_code] => 77386
                             [state] => TX
                         )

                 )

         )

     [idempotency_key] =>
 )

 ====End Log====


 2021-04-17T18:05:53+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Error: WP_Error Object
 (
     [errors] => Array
         (
             [http_request_failed] => Array
                 (
                     [0] => cURL error 28: Operation timed out after 70000
 milliseconds with 0 bytes received
                 )

         )

     [error_data] => Array
         (
         )

     [additional_data:protected] => Array
         (
         )

 )

 ====End Log====


 2021-04-17T21:55:16+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Error: Unable to verify domain - cURL error 35: SSL connect error
 ====End Log====


 2021-04-17T21:55:43+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Error: Unable to verify domain - cURL error 35: SSL connect error
 ====End Log====



 2021-04-25T01:37:27+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 sources/src_1IjwuWLaN8oj4ayJqztQW0Eq
 ====End Log====


 2021-04-25T01:37:28+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 customers request: Array
 (
     [email] => lloydjm87735 at gmail.com
     [description] => Name: Joshua Lloyd, Guest
     [name] => Joshua Lloyd
     [metadata] => Array
         (
         )

 )

 ====End Log====


 2021-04-25T01:37:29+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Info: Begin processing payment for order 9861 for the amount of 67.41
 ====End Log====


 2021-04-25T01:37:29+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 payment_intents request: Array
 (
     [source] => src_1IjwuWLaN8oj4ayJqztQW0Eq
     [amount] => 6741
     [currency] => usd
     [description] => Light My Safe - Order 22783
     [metadata] => Array
         (
             [customer_name] => Joshua Lloyd
             [customer_email] => lloydjm87735 at gmail.com
             [order_id] => 22783
             [site_url] => https://www.lightmysafe.com
         )

     [capture_method] => automatic
     [payment_method_types] => Array
         (
             [0] => card
         )

     [customer] => cus_JMgHueqPvXNYj4
     [statement_descriptor] => LIGHT MY SAFE, LLC
     [shipping] => Array
         (
             [name] => Joshua Lloyd
             [address] => Array
                 (
                     [line1] => 735 West Chapel Drive
                     [line2] =>
                     [city] => Bumpass
                     [country] => US
                     [postal_code] => 23024
                     [state] => VA
                 )

         )

 )

 ====End Log====


 2021-04-25T01:37:31+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Stripe PaymentIntent pi_1IjwudLaN8oj4ayJ2czGCrrS initiated for order 9861
 ====End Log====


 2021-04-25T01:37:31+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 payment_intents/pi_1IjwudLaN8oj4ayJ2czGCrrS/confirm request: Array
 (
     [source] => src_1IjwuWLaN8oj4ayJqztQW0Eq
 )

 ====End Log====


 2021-04-25T01:37:34+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Stripe PaymentIntent pi_1IjwudLaN8oj4ayJ2czGCrrS succeeded for order 9861
 ====End Log====


 2021-04-25T01:37:34+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Processing response: stdClass Object
 (
     [id] => ch_1IjwueLaN8oj4ayJhKytz6OP
     [object] => charge
     [amount] => 6741
     [amount_captured] => 6741
     [amount_refunded] => 0
     [application] =>
     [application_fee] =>
     [application_fee_amount] =>
     [balance_transaction] => txn_1IjwufLaN8oj4ayJ6M1CLoJO
     [billing_details] => stdClass Object
         (
             [address] => stdClass Object
                 (
                     [city] => Bumpass
                     [country] => US
                     [line1] => 735 West Chapel Drive
                     [line2] =>
                     [postal_code] => 23024
                     [state] => VA
                 )

             [email] => lloydjm87735 at gmail.com
             [name] => Joshua Lloyd
             [phone] => 8043665608
         )

     [calculated_statement_descriptor] => LIGHT MY SAFE, LLC
     [captured] => 1
     [created] => 1619314652
     [currency] => usd
     [customer] => cus_JMgHueqPvXNYj4
     [description] => Light My Safe - Order 22783
     [destination] =>
     [dispute] =>
     [disputed] =>
     [failure_code] =>
     [failure_message] =>
     [fraud_details] => stdClass Object
         (
         )

     [invoice] =>
     [livemode] => 1
     [metadata] => stdClass Object
         (
             [customer_name] => Joshua Lloyd
             [customer_email] => lloydjm87735 at gmail.com
             [order_id] => 22783
             [site_url] => https://www.lightmysafe.com
         )

     [on_behalf_of] =>
     [order] =>
     [outcome] => stdClass Object
         (
             [network_status] => approved_by_network
             [reason] =>
             [risk_level] => normal
             [seller_message] => Payment complete.
             [type] => authorized
         )

     [paid] => 1
     [payment_intent] => pi_1IjwudLaN8oj4ayJ2czGCrrS
     [payment_method] => src_1IjwuWLaN8oj4ayJqztQW0Eq
     [payment_method_details] => stdClass Object
         (
             [card] => stdClass Object
                 (
                     [brand] => visa
                     [checks] => stdClass Object
                         (
                             [address_line1_check] => pass
                             [address_postal_code_check] => pass
                             [cvc_check] => pass
                         )

                     [country] => US
                     [exp_month] => 10
                     [exp_year] => 2023
                     [fingerprint] => uX3MQuWxGSmWp2Me
                     [funding] => debit
                     [installments] =>
                     [last4] => 9226
                     [network] => visa
                     [three_d_secure] =>
                     [wallet] =>
                 )

             [type] => card
         )

     [receipt_email] =>
     [receipt_number] =>
     [receipt_url] =>
 https://pay.stripe.com/receipts/acct_156BO7LaN8oj4ayJ/ch_1IjwueLaN8oj4ayJhKytz6OP/rcpt_JMgHVsrBo3qlMMFbdJpkjyjP6bw531O
     [refunded] =>
     [refunds] => stdClass Object
         (
             [object] => list
             [data] => Array
                 (
                 )

             [has_more] =>
             [total_count] => 0
             [url] => /v1/charges/ch_1IjwueLaN8oj4ayJhKytz6OP/refunds
         )

     [review] =>
     [shipping] => stdClass Object
         (
             [address] => stdClass Object
                 (
                     [city] => Bumpass
                     [country] => US
                     [line1] => 735 West Chapel Drive
                     [line2] =>
                     [postal_code] => 23024
                     [state] => VA
                 )

             [carrier] =>
             [name] => Joshua Lloyd
             [phone] =>
             [tracking_number] =>
         )

     [source] => stdClass Object
         (
             [id] => src_1IjwuWLaN8oj4ayJqztQW0Eq
             [object] => source
             [amount] =>
             [card] => stdClass Object
                 (
                     [exp_month] => 10
                     [exp_year] => 2023
                     [last4] => 9226
                     [country] => US
                     [brand] => Visa
                     [address_line1_check] => pass
                     [address_zip_check] => pass
                     [cvc_check] => pass
                     [funding] => debit
                     [fingerprint] => uX3MQuWxGSmWp2Me
                     [three_d_secure] => optional
                     [name] =>
                     [tokenization_method] =>
                     [dynamic_last4] =>
                 )

             [client_secret] => src_client_secret_mKUo0uaOE2CjiExXjpNwBzdh
             [created] => 1619314653
             [currency] =>
             [flow] => none
             [livemode] => 1
             [metadata] => stdClass Object
                 (
                 )

             [owner] => stdClass Object
                 (
                     [address] => stdClass Object
                         (
                             [city] => Bumpass
                             [country] => US
                             [line1] => 735 West Chapel Drive
                             [line2] =>
                             [postal_code] => 23024
                             [state] => VA
                         )

                     [email] => lloydjm87735 at gmail.com
                     [name] => Joshua Lloyd
                     [phone] => 8043665608
                     [verified_address] =>
                     [verified_email] =>
                     [verified_name] =>
                     [verified_phone] =>
                 )

             [statement_descriptor] =>
             [status] => consumed
             [type] => card
             [usage] => reusable
         )

     [source_transfer] =>
     [statement_descriptor] => LIGHT MY SAFE, LLC
     [statement_descriptor_suffix] =>
     [status] => succeeded
     [transfer_data] =>
     [transfer_group] =>
 )

 ====End Log====


 2021-04-25T01:37:34+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 balance/history/txn_1IjwufLaN8oj4ayJ6M1CLoJO
 ====End Log====


 2021-04-25T04:40:09+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 sources/src_1IjzlJLaN8oj4ayJdx2eFhR7
 ====End Log====


 2021-04-25T04:40:11+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 customers request: Array
 (
     [email] => ralph at rlsanford.ca
     [description] => Name: Ralph Sanford, Guest
     [name] => Ralph Sanford
     [metadata] => Array
         (
         )

 )

 ====End Log====


 2021-04-25T04:40:12+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Info: Begin processing payment for order 9862 for the amount of 101.18
 ====End Log====


 2021-04-25T04:40:12+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 payment_intents request: Array
 (
     [source] => src_1IjzlJLaN8oj4ayJdx2eFhR7
     [amount] => 10118
     [currency] => usd
     [description] => Light My Safe - Order 22784
     [metadata] => Array
         (
             [customer_name] => Ralph Sanford
             [customer_email] => ralph at rlsanford.ca
             [order_id] => 22784
             [site_url] => https://www.lightmysafe.com
         )

     [capture_method] => automatic
     [payment_method_types] => Array
         (
             [0] => card
         )

     [customer] => cus_JMjDGV5zOVuq1R
     [statement_descriptor] => LIGHT MY SAFE, LLC
     [shipping] => Array
         (
             [name] => Ralph Sanford
             [address] => Array
                 (
                     [line1] => 612 68 Avenue NW
                     [line2] =>
                     [city] => Calgary
                     [country] => CA
                     [postal_code] => T2K 0N1
                     [state] => AB
                 )

         )

 )

 ====End Log====


 2021-04-25T04:40:13+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Stripe PaymentIntent pi_1IjzlRLaN8oj4ayJ4WkvrtSG initiated for order 9862
 ====End Log====


 2021-04-25T04:40:13+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 payment_intents/pi_1IjzlRLaN8oj4ayJ4WkvrtSG/confirm request: Array
 (
     [source] => src_1IjzlJLaN8oj4ayJdx2eFhR7
 )

 ====End Log====


 2021-04-25T04:40:15+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Stripe PaymentIntent pi_1IjzlRLaN8oj4ayJ4WkvrtSG succeeded for order 9862
 ====End Log====


 2021-04-25T04:40:15+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Processing response: stdClass Object
 (
     [id] => ch_1IjzlSLaN8oj4ayJa2iVzgKW
     [object] => charge
     [amount] => 10118
     [amount_captured] => 10118
     [amount_refunded] => 0
     [application] =>
     [application_fee] =>
     [application_fee_amount] =>
     [balance_transaction] => txn_1IjzlTLaN8oj4ayJvRWNsgml
     [billing_details] => stdClass Object
         (
             [address] => stdClass Object
                 (
                     [city] => Calgary
                     [country] => CA
                     [line1] => 612 68 Avenue NW
                     [line2] =>
                     [postal_code] => T2K 0N1
                     [state] => AB
                 )

             [email] => ralph at rlsanford.ca
             [name] => Ralph Sanford
             [phone] => 4036609969
         )

     [calculated_statement_descriptor] => LIGHT MY SAFE, LLC
     [captured] => 1
     [created] => 1619325614
     [currency] => usd
     [customer] => cus_JMjDGV5zOVuq1R
     [description] => Light My Safe - Order 22784
     [destination] =>
     [dispute] =>
     [disputed] =>
     [failure_code] =>
     [failure_message] =>
     [fraud_details] => stdClass Object
         (
         )

     [invoice] =>
     [livemode] => 1
     [metadata] => stdClass Object
         (
             [customer_name] => Ralph Sanford
             [customer_email] => ralph at rlsanford.ca
             [order_id] => 22784
             [site_url] => https://www.lightmysafe.com
         )

     [on_behalf_of] =>
     [order] =>
     [outcome] => stdClass Object
         (
             [network_status] => approved_by_network
             [reason] =>
             [risk_level] => normal
             [seller_message] => Payment complete.
             [type] => authorized
         )

     [paid] => 1
     [payment_intent] => pi_1IjzlRLaN8oj4ayJ4WkvrtSG
     [payment_method] => src_1IjzlJLaN8oj4ayJdx2eFhR7
     [payment_method_details] => stdClass Object
         (
             [card] => stdClass Object
                 (
                     [brand] => visa
                     [checks] => stdClass Object
                         (
                             [address_line1_check] => pass
                             [address_postal_code_check] => pass
                             [cvc_check] => pass
                         )

                     [country] => CA
                     [exp_month] => 12
                     [exp_year] => 2023
                     [fingerprint] => tyNgZW4ajYdD9uFa
                     [funding] => credit
                     [installments] =>
                     [last4] => 5113
                     [network] => visa
                     [three_d_secure] =>
                     [wallet] =>
                 )

             [type] => card
         )

     [receipt_email] =>
     [receipt_number] =>
     [receipt_url] =>
 https://pay.stripe.com/receipts/acct_156BO7LaN8oj4ayJ/ch_1IjzlSLaN8oj4ayJa2iVzgKW/rcpt_JMjDjWskkLxJwdvsW2YoodB8q1Czb6R
     [refunded] =>
     [refunds] => stdClass Object
         (
             [object] => list
             [data] => Array
                 (
                 )

             [has_more] =>
             [total_count] => 0
             [url] => /v1/charges/ch_1IjzlSLaN8oj4ayJa2iVzgKW/refunds
         )

     [review] =>
     [shipping] => stdClass Object
         (
             [address] => stdClass Object
                 (
                     [city] => Calgary
                     [country] => CA
                     [line1] => 612 68 Avenue NW
                     [line2] =>
                     [postal_code] => T2K 0N1
                     [state] => AB
                 )

             [carrier] =>
             [name] => Ralph Sanford
             [phone] =>
             [tracking_number] =>
         )

     [source] => stdClass Object
         (
             [id] => src_1IjzlJLaN8oj4ayJdx2eFhR7
             [object] => source
             [amount] =>
             [card] => stdClass Object
                 (
                     [exp_month] => 12
                     [exp_year] => 2023
                     [last4] => 5113
                     [country] => CA
                     [brand] => Visa
                     [address_line1_check] => pass
                     [address_zip_check] => pass
                     [cvc_check] => pass
                     [funding] => credit
                     [fingerprint] => tyNgZW4ajYdD9uFa
                     [three_d_secure] => optional
                     [name] =>
                     [tokenization_method] =>
                     [dynamic_last4] =>
                 )

             [client_secret] => src_client_secret_UisPsYhUseJAbcX9at145AQK
             [created] => 1619325615
             [currency] =>
             [flow] => none
             [livemode] => 1
             [metadata] => stdClass Object
                 (
                 )

             [owner] => stdClass Object
                 (
                     [address] => stdClass Object
                         (
                             [city] => Calgary
                             [country] => CA
                             [line1] => 612 68 Avenue NW
                             [line2] =>
                             [postal_code] => T2K 0N1
                             [state] => AB
                         )

                     [email] => ralph at rlsanford.ca
                     [name] => Ralph Sanford
                     [phone] => 4036609969
                     [verified_address] =>
                     [verified_email] =>
                     [verified_name] =>
                     [verified_phone] =>
                 )

             [statement_descriptor] =>
             [status] => consumed
             [type] => card
             [usage] => reusable
         )

     [source_transfer] =>
     [statement_descriptor] => LIGHT MY SAFE, LLC
     [statement_descriptor_suffix] =>
     [status] => succeeded
     [transfer_data] =>
     [transfer_group] =>
 )

 ====End Log====


 2021-04-25T04:40:15+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 balance/history/txn_1IjzlTLaN8oj4ayJvRWNsgml
 ====End Log====


 2021-04-25T12:47:50+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Your domain has been verified with Apple Pay!
 ====End Log====


 2021-04-25T13:01:45+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Your domain has been verified with Apple Pay!
 ====End Log====


 2021-04-25T14:46:55+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 sources/src_1Ik9EXLaN8oj4ayJLpQu124U
 ====End Log====


 2021-04-25T14:46:56+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 customers request: Array
 (
     [email] => yjcrawler1 at me.com
     [description] => Name: Ben Smith, Guest
     [name] => Ben Smith
     [metadata] => Array
         (
         )

 )

 ====End Log====


 2021-04-25T14:46:57+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Info: Begin processing payment for order 9863 for the amount of 66.71
 ====End Log====


 2021-04-25T14:46:57+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 payment_intents request: Array
 (
     [source] => src_1Ik9EXLaN8oj4ayJLpQu124U
     [amount] => 6671
     [currency] => usd
     [description] => Light My Safe - Order 22785
     [metadata] => Array
         (
             [customer_name] => Ben Smith
             [customer_email] => yjcrawler1 at me.com
             [order_id] => 22785
             [site_url] => https://www.lightmysafe.com
         )

     [capture_method] => automatic
     [payment_method_types] => Array
         (
             [0] => card
         )

     [customer] => cus_JMt0Q61Pi2GIsk
     [statement_descriptor] => LIGHT MY SAFE, LLC
     [shipping] => Array
         (
             [name] => Ben Smith
             [address] => Array
                 (
                     [line1] => 5821 Nunatak Pl
                     [line2] =>
                     [city] => Las Cruces
                     [country] => US
                     [postal_code] => 88012
                     [state] => NM
                 )

         )

 )

 ====End Log====


 2021-04-25T14:47:08+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Error Response: WP_Error Object
 (
     [errors] => Array
         (
             [http_request_failed] => Array
                 (
                     [0] => cURL error 28: Operation timed out after 10005
 milliseconds with 0 out of 0 bytes received
                 )

         )

     [error_data] => Array
         (
         )

     [additional_data:protected] => Array
         (
         )

 )


 Failed request: Array
 (
     [api] => payment_intents
     [request] => Array
         (
             [source] => src_1Ik9EXLaN8oj4ayJLpQu124U
             [amount] => 6671
             [currency] => usd
             [description] => Light My Safe - Order 22785
             [metadata] => Array
                 (
                     [customer_name] => Ben Smith
                     [customer_email] => yjcrawler1 at me.com
                     [order_id] => 22785
                     [site_url] => https://www.lightmysafe.com
                 )

             [capture_method] => automatic
             [payment_method_types] => Array
                 (
                     [0] => card
                 )

             [customer] => cus_JMt0Q61Pi2GIsk
             [statement_descriptor] => LIGHT MY SAFE, LLC
             [shipping] => Array
                 (
                     [name] => Ben Smith
                     [address] => Array
                         (
                             [line1] => 5821 Nunatak Pl
                             [line2] =>
                             [city] => Las Cruces
                             [country] => US
                             [postal_code] => 88012
                             [state] => NM
                         )

                 )

         )

     [idempotency_key] =>
 )

 ====End Log====


 2021-04-25T14:47:08+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Error: WP_Error Object
 (
     [errors] => Array
         (
             [http_request_failed] => Array
                 (
                     [0] => cURL error 28: Operation timed out after 10005
 milliseconds with 0 out of 0 bytes received
                 )

         )

     [error_data] => Array
         (
         )

     [additional_data:protected] => Array
         (
         )

 )

 ====End Log====


 2021-04-25T14:47:51+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 sources/src_1Ik9FQLaN8oj4ayJNh69u4Em
 ====End Log====


 2021-04-25T14:47:53+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 customers request: Array
 (
     [email] => yjcrawler1 at me.com
     [description] => Name: Ben Smith, Guest
     [name] => Ben Smith
     [metadata] => Array
         (
         )

 )

 ====End Log====


 2021-04-25T14:47:54+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Info: Begin processing payment for order 9863 for the amount of 66.71
 ====End Log====


 2021-04-25T14:47:54+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 payment_intents request: Array
 (
     [source] => src_1Ik9FQLaN8oj4ayJNh69u4Em
     [amount] => 6671
     [currency] => usd
     [description] => Light My Safe - Order 22785
     [metadata] => Array
         (
             [customer_name] => Ben Smith
             [customer_email] => yjcrawler1 at me.com
             [order_id] => 22785
             [site_url] => https://www.lightmysafe.com
         )

     [capture_method] => automatic
     [payment_method_types] => Array
         (
             [0] => card
         )

     [customer] => cus_JMt1GQZtDRRBV6
     [statement_descriptor] => LIGHT MY SAFE, LLC
     [shipping] => Array
         (
             [name] => Ben Smith
             [address] => Array
                 (
                     [line1] => 5821 Nunatak Pl
                     [line2] =>
                     [city] => Las Cruces
                     [country] => US
                     [postal_code] => 88012
                     [state] => NM
                 )

         )

 )

 ====End Log====


 2021-04-25T14:48:04+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Error Response: WP_Error Object
 (
     [errors] => Array
         (
             [http_request_failed] => Array
                 (
                     [0] => cURL error 28: Operation timed out after 10005
 milliseconds with 0 out of 0 bytes received
                 )

         )

     [error_data] => Array
         (
         )

     [additional_data:protected] => Array
         (
         )

 )


 Failed request: Array
 (
     [api] => payment_intents
     [request] => Array
         (
             [source] => src_1Ik9FQLaN8oj4ayJNh69u4Em
             [amount] => 6671
             [currency] => usd
             [description] => Light My Safe - Order 22785
             [metadata] => Array
                 (
                     [customer_name] => Ben Smith
                     [customer_email] => yjcrawler1 at me.com
                     [order_id] => 22785
                     [site_url] => https://www.lightmysafe.com
                 )

             [capture_method] => automatic
             [payment_method_types] => Array
                 (
                     [0] => card
                 )

             [customer] => cus_JMt1GQZtDRRBV6
             [statement_descriptor] => LIGHT MY SAFE, LLC
             [shipping] => Array
                 (
                     [name] => Ben Smith
                     [address] => Array
                         (
                             [line1] => 5821 Nunatak Pl
                             [line2] =>
                             [city] => Las Cruces
                             [country] => US
                             [postal_code] => 88012
                             [state] => NM
                         )

                 )

         )

     [idempotency_key] =>
 )

 ====End Log====


 2021-04-25T14:48:04+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Error: WP_Error Object
 (
     [errors] => Array
         (
             [http_request_failed] => Array
                 (
                     [0] => cURL error 28: Operation timed out after 10005
 milliseconds with 0 out of 0 bytes received
                 )

         )

     [error_data] => Array
         (
         )

     [additional_data:protected] => Array
         (
         )

 )

 ====End Log====






 2021-04-27T03:48:41+00:00 DEBUG
 ====Stripe Version: 5.1.0====
 ====Start Log====
 Stripe Payment Request live mode requires SSL.
 ====End Log====

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53107>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list