Replies: 1 comment
-
We would move to see a PR exploring this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Livebook team! Thanks for the amazing updates.
It would be nice if we could provide a custom
cacertfile
path for Livebook through an environment variable.With this change, we can open notebooks from a URL inside the intranet.
I was checking
Livebook.Utils.HTTP.http_ssl_opts()
,castore
's@cacerts
is fetched at compilation time. Maybe we could put there acacertfile: ...
instead when environment variable is provided, what do you think?Thanks! 🙏
EDIT: #2287
Beta Was this translation helpful? Give feedback.
All reactions