Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-1967

UT005076: SSL read loop detected while using Stripe CLI

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 2.2.10.Final
    • SSL
    • None
    • Hide
      1. Create a Spring Boot app. I'm using v2.5.4
      2. Create a self signed certificate to run Spring Boot with SSL locally
      3. Create a Stripe account and download the Stripe CLI
      4. Add stripe-java dependency to your Spring Boot project
      5. Create a webhook that will listen to Stripe webhook events e.g. /webhook/stripe
      6. After logging into Stripe CLI, start the Stripe CLI like so: stripe listen --forward-to https://localhost:8443/webhook/stripe --skip-verify
      7. Execute a test event like so: stripe trigger payment_intent.succeeded
      8. Stripe will now forward the incoming event to your webhook controller method

       

      But it will never get there because of this error. 

      Show
      Create a Spring Boot app. I'm using v2.5.4 Create a self signed certificate to run Spring Boot with SSL locally Create a Stripe account and download the Stripe CLI Add stripe-java dependency to your Spring Boot project Create a webhook that will listen to Stripe webhook events e.g. /webhook/stripe After logging into Stripe CLI, start the Stripe CLI like so: stripe listen --forward-to https://localhost:8443/webhook/stripe --skip-verify Execute a test event like so: stripe trigger payment_intent.succeeded Stripe will now forward the incoming event to your webhook controller method   But it will never get there because of this error. 

      This is the error in the console

      UT005076: SSL read loop detected. This should not happen, please report this to the Undertow developers. Current state SslConduit{state=20, outstandingTasks=0, wrappedData=null, dataToUnwrap=DefaultPooledBuffer{buffer=java.nio.DirectByteBuffer[pos=1208 lim=6454 cap=17408], referenceCount=1}, unwrappedData=null}

       

       

            flaviarnn Flavia Rainone
            bjornharvold Bjorn Harvold (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: