You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to print over the network, for example from an android device, I get an error and /var/log/cups/error_log has this: unable to encrypt connection: Unable to create server credentials.
It has probably something to do with the reintroduction of LibreSSL/OpenSSL in 2.4.2 because 2.4.1 works.
The text was updated successfully, but these errors were encountered:
Same issue when trying to open the web-interface over HTTPS; using plain old HTTP works fine. Downgrading to 2.3.3 (don't have 2.4.1 easily available) fixed it.
This happens because the default server keychain path is always set to the MacOS one when building with OpenSSL. The following patch fixes this, but a proper fix would probably be a bit more involved.
When I try to print over the network, for example from an android device, I get an error and
/var/log/cups/error_log
has this:unable to encrypt connection: Unable to create server credentials.
It has probably something to do with the reintroduction of LibreSSL/OpenSSL in 2.4.2 because 2.4.1 works.
The text was updated successfully, but these errors were encountered: