Showing posts with label nety. Show all posts
Showing posts with label nety. Show all posts

Tuesday, February 28, 2017

Excelsior!

I have finally gotten TLS to work.

With the example up on GitHub that you can get from:

https://github.com/ClarkHobbie/ssltest2

My SSL/TLS test works!

Admittedly, this is without netty but still.  If I can't get netty to work then at least I have that as a backup.

I will spend the rest of the day adapting my example to work with netty.

Saturday, February 18, 2017

Follow-up

To a recent post about how someone other than me is sending a response to an HTTP POST message that I am processing:

Some new facts have come to light, specifically

  • A successfully added object results in a 201 code being returned, but curl is getting back 200.
  • If I immediately respond to a post, I can force it to use whatever code I want.
  • Even when I send garbage JSON, I still get back a 200.
I love netty! I do!  I do!

All hail netty!