You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vadim Pakhnushev (Jira)" <ji...@apache.org> on 2023/04/06 09:28:00 UTC

[jira] [Updated] (IGNITE-19240) Use HTTPS port for dynamic completers when connected to SSL enabled node

     [ https://issues.apache.org/jira/browse/IGNITE-19240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vadim Pakhnushev updated IGNITE-19240:
--------------------------------------
    Description: 
Currently {{NodeNameRegistryImpl.urlFromClusterNode}} uses an HTTP port when constructing URLs for completion. HTTPS port should be used if the node is configured with SSL enabled.
Even if we construct proper URL, it might be incorrect due to the {{NodeMetadata.getRestHost}} returning some IP number which is not verifiable with provided trust store.

  was:Currently {{NodeNameRegistryImpl.urlFromClusterNode}} uses an HTTP port when constructing URLs for completion. HTTPS port should be used if the node is configured with SSL enabled.


> Use HTTPS port for dynamic completers when connected to SSL enabled node
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-19240
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19240
>             Project: Ignite
>          Issue Type: Bug
>          Components: cli
>            Reporter: Vadim Pakhnushev
>            Assignee: Vadim Pakhnushev
>            Priority: Major
>              Labels: ignite-3
>
> Currently {{NodeNameRegistryImpl.urlFromClusterNode}} uses an HTTP port when constructing URLs for completion. HTTPS port should be used if the node is configured with SSL enabled.
> Even if we construct proper URL, it might be incorrect due to the {{NodeMetadata.getRestHost}} returning some IP number which is not verifiable with provided trust store.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)