Which deno version is used by worker ?
Recently the 3rd party api server has updated its min TLS version
I am using axios to call their apis
But axios uses native module like in nodejs, it uses http module & min/max tls version of axios is determined by http module which in turn by nodejs version
SO which deno version is used in worker
@rubenf
4 Replies
GitHub
windmill/Dockerfile at main · windmill-labs/windmill
Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool. - windmill-labs/windmill
Ok thanks
Mine is 1.38 deno
but what tls it uses , how to know that ?
in nodejs , i would do require("tls").DEFAULT_MIN_VERSION
That I don't know, but I'd try the AI bot on the other channel
it wasn't able to find
but i think
deno 1.38
uses rustls for tls
rustls version 0.21.8
which supports tls 1.2 & 1.3
https://docs.rs/rustls/0.21.8/rustls/manual/_04_features/index.html
rustls::manual::_04_features - Rust
This section documents rustls itself: what protocol features are and are not implemented.