Nicolas Languille

Results 10 comments of Nicolas Languille

In my case i wanted to do a post request with a json body but i was experiencing some issues becase the HttpClient was handling the body as it would...

i have a similar issue. i would like to move one rails app from using Puma used with `ssl_bind ` to Falcon and following this thread i set up a...

``` ❯ curl --insecure -I https://localhost:3000 curl: (35) error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure ❯ curl --insecure https://localhost:3000 curl: (35) error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure ```

Thank you @ioquatix. your solution proved to be working. now running `curl --insecure -I https://localhost:3000` returns the html from the root page. #### Note 1 trying to visit the link...

Thank you for the explanation so at the end i was able to fix the issue client side by setting ``` brave://flags/#allow-insecure-localhost ``` or by doing ``` bundle exec falcon...

brave Version 1.13.82 Chromium: 85.0.4183.83 (Official Build) (64-bit) it is a - rails (6.0.3.3) - ruby 2.7.1p83 - message_bus 2.0.3-beta.2 from npm ```ruby # config/initializers/message_bus.rb Rails.application.config do |config| # See...

Any news about this ? > Note Also the javascript in this repo is different from what i see in the package installed with yarn. > To make a test...

Sorry @SamSaffron it took me a bit longer to answer I changed the package to the official https://www.npmjs.com/package/message-bus-client as you suggested but now i am facing another error. In particular...

Hei hei any news about this ?

hei hei... any news about this ?