doc
This commit is contained in:
parent
4fbc8f072d
commit
8341407cbe
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -185,11 +185,11 @@ Writing file: /tmp/clojure.org.html
|
||||||
|
|
||||||
## Enabling SSL
|
## Enabling SSL
|
||||||
|
|
||||||
This is a bit tricky, but you only have to do it once. Binaries compiled with
|
If you want to be able to use SSL to e.g. `(slurp "https://www.clojure.org")`
|
||||||
GraalVM need a runtime dependency called `libsunec.so`. Because I don't know if
|
you will need install a runtime dependency called `libsunec.so`. Because I don't
|
||||||
I'm allowed to ship this library with babashka, I have chosen to let the user
|
know if I'm allowed to ship this library with babashka, I have chosen to let the
|
||||||
take care of these and put them in a known location. This also allows you to
|
user take care of these and put them in a known location. This also allows you
|
||||||
include a different `cacerts`.
|
to include a different `cacerts`.
|
||||||
|
|
||||||
To enable SSL, create a `~/.babashka/lib` directory and copy the`libsunec.so`
|
To enable SSL, create a `~/.babashka/lib` directory and copy the`libsunec.so`
|
||||||
(Linux) or `libsunec.dylib` (Mac) to it. This library comes with GraalVM and is
|
(Linux) or `libsunec.dylib` (Mac) to it. This library comes with GraalVM and is
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue