Bug #5841
closedDuring the startup, don't give a message which indicate the peer not be authenticated.
0%
Description
When we start morpho, if there is no valid certificate, morpho will show a warning message twice: Peer not be authenticated.
I don't think it is not necessary to show this warning. It may gave a new user a feeling that something is wrong. Actually, this message just indicates that the user hasn't logged in.
Updated by ben leinfelder almost 12 years ago
I was going to remove this call since we are using UUIDs locally and have no need to call the server to check if the last used scope.X identifier.
Updated by ben leinfelder almost 12 years ago
Removed the setLastID() call because we are using UUIDs and have no need to check the server for the next available scope.X identifier.
Updated by ben leinfelder almost 12 years ago
I wonder if we should delete the expired client certificate so that calls are made as public rather than just failing with SSL error.
Updated by ben leinfelder almost 12 years ago
Now getting rid of the client certificate if it is expired.