diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /158 |
Diffstat (limited to '158')
-rw-r--r-- | 158/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/158/index.md b/158/index.md new file mode 100644 index 0000000..0a25012 --- /dev/null +++ b/158/index.md @@ -0,0 +1,20 @@ +Title: Fix mbed TLS 3.6.0 +Author: rodarima +Created: Mon, 06 May 2024 09:32:58 +0000 +State: closed + +Dillo is not working well with Mbed TLS 3.6.0: +``` +% src/dillo https://dillo-browser.github.io/ +dillo_dns_init: Here we go! (threaded) +TLS library: Mbed TLS 3.6.0 +Trusting 147 TLS certificates. +Enabling cookies as from cookiesrc... +Nav_open_url: new url='https://dillo-browser.github.io/' +Dns_server [0]: dillo-browser.github.io is 185.199.110.153 185.199.109.153 185.199.111.153 185.199.108.153 +Connecting to 185.199.110.153:443 +mbedtls_ssl_handshake() failed with error -0x6c00 +fd 6 is done and failed +``` + +See https://gitlab.alpinelinux.org/alpine/aports/-/issues/16088
\ No newline at end of file |