Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I have a problem with the payment and logs says it must be an error connecting with de API of Stripe:

    2018-11-05T11:16:05+00:00 DEBUG
    ====Stripe Version: 4.1.12====
    ====Start Log====
    sources/src_1DT57gJkRbfd5bnNUNGVyLj2
    ====End Log====

    2018-11-05T11:16:05+00:00 DEBUG
    ====Stripe Version: 4.1.12====
    ====Start Log====
    Error Response: WP_Error Object
    (
    [errors] => Array
    (
    [http_request_failed] => Array
    (
    [0] => cURL error 35: Unknown SSL protocol error in connection to api.stripe.com:443
    )

    )

    [error_data] => Array
    (
    )

    )

    ====End Log====

    2018-11-05T11:16:05+00:00 DEBUG
    ====Stripe Version: 4.1.12====
    ====Start Log====
    Error: stdClass Object
    (
    [token_id] =>
    [customer] =>
    [source] =>
    [source_object] => WP_Error Object
    (
    [errors] => Array
    (
    [stripe_error] => Array
    (
    [0] => Hubo un problema al conectar con la variable de la API de Stripe.
    )

    )

    [error_data] => Array
    (
    )

    )

    )

    ====End Log====

    But I do not know what to do because I have SSL protocol activated.

    Thanks

    kruspex

    (@kruspex)

    Hello,

    I have a project with this plugin and I also wanted to put de portfolio page as index page.
    I got it changing .htaccess of the directory where is wordpress installed (root)
    This is the rule:

    Redirect /index.html http://domain/<name-portfolio-page&gt;

    And it works!

    I hope this will be useful for someone 😀

Viewing 2 replies - 1 through 2 (of 2 total)