I was playing with httpurr & for some reason I get error when I call some http endpoints. https://gist.github.com/kardan/7b5bfe167fb6b41f522e8aa47fe25767 Anyone know what’s causing that?
Getting errors from clj-http to. Guess it’s something with the letsencrypt certs (or something, I don’t know much about this). Anyway does not seem to be httpurr related.
http://stackoverflow.com/questions/34110426/does-java-support-lets-encrypt-certificates. Sorry to for the noise.
which jvm version you are using?
@kardan: with jdk8 in linux it works pretty well
OS X java version "1.8.0_65" Java(TM) SE Runtime Environment (build 1.8.0_65-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode)
hmm OSX is specially problematic with ssl related stuff
jvm by default gets the truststore from the system
my distribution has installed the latest mozilla-certificates-ca
Then maybe I can add the let’s encrypt “stuff” to my key chain?
Anyway I’ll read up on it. I realise this is not funcool related
& this was just for me playing around. In production we’re on linux
Was playing with the idea to create a “middleware / utility” lib to connect Stormpath or Keycloak to Catacumba.
& since you guys have such a bunch of cool projects I thought I would get myself exposed to them
😛
sure, you should be able add the letencrypt CA to your system
btw, if want to know some curiosity, the other day I found myself doing resource usage tesing of some project that uses catacumba
and the results are very very unexpected (in a great way)
I have been able run the backend code with catacumba in only 70 mb of heap and properly responding with 400req/s (with 100 concurrent connections)
Ah that’s cool. Have to admit that I lack a reference to know really what that “weigh in at"
For a simple reference a normal java application usually uses approx 512mb..
some applications just does not start without 512 mb xD
Nice
Got a little sense of the heavyness of Clojure / Jvm web projects. Was doing Erlang earlier and now learning Clojure / Jvm stuff
The concurrent “features” is appealing with Catacuma
Something that always is a bit not so tasty with standard ring
agree
this is one of the reasons why I built catacumba