-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Description
Hi. I wanted to reopen the PR #394 however it seems to be locked to collaborators.
I've been tracing down a problem alerted to by the BareOS Backup System which recently moved to TLS communication between all components in the system, defaulting to TLS-PSK. However, the user interface WebUI is written in PHP. PHP uses libcurl with OpenSSL for which the discussion went stale several times, despite some people saying it was in use and others were forced to choose other options (like WolfSSL). The current advice by BareOS is to downgrade to an unencrypted connection or change all encryption to a personal CA.
I have an open bug report for PHP here: https://bugs.php.net/bug.php?id=79280
Why does TLS-PSK work with libcurl with WolfSSL but not OpenSSL? I would have thought that OpenSSL was more prevalent.
Can we please review this PR again with a mind to getting it included in a near future release?