This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-15
Channels
- # announcements (1)
- # beginners (101)
- # boot (13)
- # cider (38)
- # cljdoc (10)
- # cljs-dev (37)
- # cljsrn (6)
- # clojure (74)
- # clojure-dev (8)
- # clojure-europe (3)
- # clojure-italy (36)
- # clojure-losangeles (2)
- # clojure-nl (5)
- # clojure-spec (15)
- # clojure-uk (49)
- # clojuredesign-podcast (2)
- # clojurescript (52)
- # cursive (6)
- # datomic (19)
- # fulcro (35)
- # graalvm (16)
- # graphql (4)
- # kaocha (1)
- # leiningen (26)
- # luminus (3)
- # re-frame (10)
- # reagent (14)
- # ring-swagger (37)
- # rum (2)
- # schema (4)
- # shadow-cljs (148)
- # spacemacs (13)
- # specter (1)
- # sql (46)
- # tools-deps (3)
- # vim (4)
@taylor do you have an example of an app which uses https like this? https://blog.taylorwood.io/2018/10/04/graalvm-https.html
if I want to allow consumers of my app to use https, how should they set the java property? it's a bit confusing to me
This is a HTTPS client https://github.com/taylorwood/clojurl
e.g. if I want to make slurp
in https://github.com/borkdude/babashka work with https
so if I use your precompiled binary, it should work without me setting any paths to a .dylib thingie?
$ ~/Downloads/clojurl-macOS-0.0.3 -u
WARNING: The sunec native library, required by the SunEC provider, could not be loaded.
Yeah that file has to be present either in the same directory or in a certain folder under java install
At work we just ship them together along with a different certificate store, for internal use
maybe it could work if the user sets an environment variable and the program passes that env var into a java property