NCEAS / morpho

Morpho metadata editor
GNU General Public License v2.0
3 stars 1 forks source link

During the startup, don't give a message which indicate the peer not be authenticated. #992

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

Author Name: Jing Tao (Jing Tao) Original Redmine Issue: 5841, https://projects.ecoinformatics.org/ecoinfo/issues/5841 Original Date: 2013-02-01 Original Assignee: ben leinfelder


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.

mbjones commented 6 years ago

Original Redmine Comment Author Name: ben leinfelder (ben leinfelder) Original Date: 2013-02-01T17:47:46Z


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.

mbjones commented 6 years ago

Original Redmine Comment Author Name: ben leinfelder (ben leinfelder) Original Date: 2013-02-01T18:02:22Z


Removed the setLastID() call because we are using UUIDs and have no need to check the server for the next available scope.X identifier.

mbjones commented 6 years ago

Original Redmine Comment Author Name: ben leinfelder (ben leinfelder) Original Date: 2013-02-01T18:19:45Z


I wonder if we should delete the expired client certificate so that calls are made as public rather than just failing with SSL error.

mbjones commented 6 years ago

Original Redmine Comment Author Name: ben leinfelder (ben leinfelder) Original Date: 2013-02-01T19:51:19Z


Now getting rid of the client certificate if it is expired.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2013-03-27T21:31:50Z


Original Bugzilla ID was 5841