[ https://issues.apache.org/jira/browse/GEODE-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17475240#comment-17475240 ]
ASF GitHub Bot commented on GEODE-9959: --------------------------------------- gaussianrecurrence opened a new pull request #903: URL: https://github.com/apache/geode-native/pull/903 - Whenever there is an SSL missoconfiguration while trying to reach a locator, an AuthenticationRequiredException is thrown and a log is written. Currently FQDN of the locator is not logged. - This commit adds the locator FQDN in order to further troubleshoot this kind of scenarios. - Also, in order to ease implementation, toString method was implemented for ServerLocation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Add FQDN during SSL handshake error while reaching a locator > ------------------------------------------------------------ > > Key: GEODE-9959 > URL: https://issues.apache.org/jira/browse/GEODE-9959 > Project: Geode > Issue Type: Improvement > Components: native client > Reporter: Mario Salazar de Torres > Priority: Major > > *WHEN* a geode-native client tries to reach a locator > *AND* the locator being reached has SSL configured > *BUT* the geode-native client does not have SSL configured > *THEN* a log will be written indicating the issue > *AND* an AuthenticationRequiredException exception will be thrown, which > can't be catched > The improvement proposed here is to log the FQDN of the locator being reached > in order to have further information when troubleshooting this kind of issues. -- This message was sent by Atlassian Jira (v8.20.1#820001)