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
It wants to get the tls setting based on account but doesn't check whether account != NULL.
Options:
/plugins install should only work when we are connected and respect the tls setting according to account
it should take the tls setting from the default account and if none is set cancel
it should always validate the cert. Since it's actually an unrelated decision whether the user wants to validate the certificate of his xmpp server vs any web server where he wants to install his plugins from
a new setting
Personally I like 1 the most.
The text was updated successfully, but these errors were encountered:
When we are not connected and run `/plugins install` we crash because we
get the account struct to check for the (xmpp) tls setting.
To apply that to the http (etc) connection to download the plugin from a
server.
This got introduced in 3a86b8c to fix#1624.
There are several ways to handle this (some described in 1880) in this
patch I took the route that it will use secure connection when we are
nto connected and will only check the tls.trust account setting if we
are connected.
Fix#1880
Reason is: 3a86b8c29
Created to fix: #1624
It wants to get the tls setting based on account but doesn't check whether account != NULL.
Options:
/plugins install
should only work when we are connected and respect the tls setting according to accountPersonally I like 1 the most.
The text was updated successfully, but these errors were encountered: