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
We need to show self-signed certificates to the user to verify them.
afterwards we have to store them for future connections.
Ideally it would look like this:
On authentification (and on any other sync, the certificate could change...) we should catch the ssl exception,
extract the certificate and show it to the user.
If the user agrees, we will store the certificate and use it.
We need to show self-signed certificates to the user to verify them.
afterwards we have to store them for future connections.
Ideally it would look like this:
On authentification (and on any other sync, the certificate could change...) we should catch the ssl exception,
extract the certificate and show it to the user.
If the user agrees, we will store the certificate and use it.
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: