You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started a Rails API app with falcon serve -p 3000 and got:
1m43s error: <Async::Task:0x3fe3dc8012e0 failed> [pid=9900]
| OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=error: http request
| → /Users/Serguei/.rvm/gems/ruby-2.6.1/gems/async-io-1.23.1/lib/async/io/generic.rb:208 in `accept_nonblock'
| /Users/Serguei/.rvm/gems/ruby-2.6.1/gems/async-io-1.23.1/lib/async/io/generic.rb:208 in `async_send'
| /Users/Serguei/.rvm/gems/ruby-2.6.1/gems/async-io-1.23.1/lib/async/io/generic.rb:54 in `block in wrap_blocking_method'
| /Users/Serguei/.rvm/gems/ruby-2.6.1/gems/async-io-1.23.1/lib/async/io/ssl_socket.rb:139 in `block in accept'
| /Users/Serguei/.rvm/gems/ruby-2.6.1/gems/async-1.18.0/lib/async/task.rb:204 in `block in make_fiber'
I started a Rails API app with
falcon serve -p 3000
and got:What am i missing?
Maybe related to #59 ?
The text was updated successfully, but these errors were encountered: