Skip to content

main/busybox: fix ssl error with domains ending with a dot

Sertonix requested to merge sertonix/aports:ssl_client-trailing-dot into master

A trailing dot in a domain should be ignore but openssl doesn't[0]. So removing it in ssl_client.

Try out with this command: busybox wget https://example.com./

Supersedes !64865 (closed)

Edited by Sertonix

Merge request reports