Giter VIP home page Giter VIP logo

Comments (2)

quinnj avatar quinnj commented on May 18, 2024 1

@dmargol1, please re-open if you're able to reproduce; will close for now since we haven't heard anything more on this.

from mbedtls.jl.

samoconnor avatar samoconnor commented on May 18, 2024

@dmargol1, if you are still seeing this issue, please post a log with debug level 4 like this:

julia> using HTTP

julia> MbedTLS.set_dbg_level(4)

julia> HTTP.request("GET", "https://httpbin.org/ip")

WARNING: MbedTLS emitted debug info: => handshake
 in /workspace/srcdir/mbedtls/library/ssl_tls.c:6659
WARNING: MbedTLS emitted debug info: client state: 0
 in /workspace/srcdir/mbedtls/library/ssl_cli.c:3321
WARNING: MbedTLS emitted debug info: => flush output
 in /workspace/srcdir/mbedtls/library/ssl_tls.c:2454

   --- snip --- 

WARNING: MbedTLS emitted debug info: 0120:  20 20 22 6f 72 69 67 69 6e 22 3a 20 22 36 30 2e    "origin": "60.
 in /workspace/srcdir/mbedtls/library/ssl_tls.c:3731
WARNING: MbedTLS emitted debug info: 0130:  32 32 34 2e 31 34 32 2e 35 22 0a 7d 0a           224.142.5".}.
 in /workspace/srcdir/mbedtls/library/ssl_tls.c:3731
WARNING: MbedTLS emitted debug info: <= read record
 in /workspace/srcdir/mbedtls/library/ssl_tls.c:3808
WARNING: MbedTLS emitted debug info: <= read
 in /workspace/srcdir/mbedtls/library/ssl_tls.c:7145
WARNING: MbedTLS emitted debug info: => read
 in /workspace/srcdir/mbedtls/library/ssl_tls.c:6845
WARNING: MbedTLS emitted debug info: <= read
 in /workspace/srcdir/mbedtls/library/ssl_tls.c:7145
HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Connection: keep-alive
Server: meinheld/0.6.1
Date: Wed, 07 Mar 2018 23:24:18 GMT
Content-Type: application/json
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
X-Powered-By: Flask
X-Processed-Time: 0
Content-Length: 31
Via: 1.1 vegur

{
  "origin": "60.224.142.5"
}
"""

from mbedtls.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.