Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL error code -30592 #108

Closed
dmargol1 opened this issue Aug 2, 2017 · 2 comments
Closed

SSL error code -30592 #108

dmargol1 opened this issue Aug 2, 2017 · 2 comments

Comments

@dmargol1
Copy link

dmargol1 commented Aug 2, 2017

I keep getting an error while at work (which is behind a firewall), but only for specific sites:

MbedTLS error code -30592: SSL - A fatal alert message was received from our peer

@samoconnor
Copy link
Contributor

@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"
}
"""

@quinnj
Copy link
Member

quinnj commented Apr 3, 2018

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

@quinnj quinnj closed this as completed Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants