tosdr / edit.tosdr.org

👍👎 A new web app to rate services
https://edit.tosdr.org
GNU Affero General Public License v3.0
211 stars 37 forks source link

Puma::HttpParserError: Invalid HTTP format, parsing fails. Are you trying to open an SSL connection to a non-SSL Puma? #1117

Open jrb-it-sentry[bot] opened 1 year ago

jrb-it-sentry[bot] commented 1 year ago

Sentry Issue: PHOENIX-24

Puma::HttpParserError: Invalid HTTP format, parsing fails. Are you trying to open an SSL connection to a non-SSL Puma?
  puma/client.rb:257:in `execute'
    @parsed_bytes = @parser.execute(@env, @buffer, @parsed_bytes)
  puma/client.rb:257:in `try_to_finish'
    @parsed_bytes = @parser.execute(@env, @buffer, @parsed_bytes)
  puma/server.rb:286:in `reactor_wakeup'
    if client.try_to_finish || (shutdown && !client.can_close?)
  puma/server.rb:236:in `block in run'
    @reactor = Reactor.new(@io_selector_backend) { |c| reactor_wakeup c }
  puma/reactor.rb:110:in `wakeup!'
    if @block.call client
...
(4 additional frame(s) were not displayed)