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

Default HTTP/2 (=> no openssl provider used) doesn't work with curl

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 2.0.0.Beta1, 1.4.11.Final
    • None
    • None
    • None
    • Hide
      1. start wildfly as standalone server :
        ./bin/standalone.sh
      2. connect, using http2, with curl:
         curl -I -k --http2 'https://127.0.0.1:8443/'
      3. check what HTTP version was used, expected HTTP/2.0 but was HTTP/1.1:
        $ curl -I -k --http2 'https://127.0.0.1:8443/'
        HTTP/1.1 200 OK
        Connection: keep-alive
        Last-Modified: Wed, 15 Feb 2017 12:49:38 GMT
        X-Powered-By: Undertow/1
        Server: WildFly/10
        Content-Length: 2438
        Content-Type: text/html
        Accept-Ranges: bytes
        Date: Wed, 15 Feb 2017 12:53:45 GMT
        
      Show
      start wildfly as standalone server : ./bin/standalone.sh connect, using http2, with curl: curl -I -k --http2 'https: //127.0.0.1:8443/' check what HTTP version was used, expected HTTP/2.0 but was HTTP/1.1: $ curl -I -k --http2 'https: //127.0.0.1:8443/' HTTP/1.1 200 OK Connection: keep-alive Last-Modified: Wed, 15 Feb 2017 12:49:38 GMT X-Powered-By: Undertow/1 Server: WildFly/10 Content-Length: 2438 Content-Type: text/html Accept-Ranges: bytes Date: Wed, 15 Feb 2017 12:53:45 GMT

          sdouglas1@redhat.com Stuart Douglas
          rpelisse@redhat.com Romain Pelisse
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved:

              Estimated:
              Original Estimate - 1 day
              1d
              Remaining:
              Remaining Estimate - 1 day
              1d
              Logged:
              Time Spent - Not Specified
              Not Specified