You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2021/11/20 00:10:00 UTC

[jira] [Commented] (IGNITE-15958) Ignite修改账户密码不支持防爆力破解

    [ https://issues.apache.org/jira/browse/IGNITE-15958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446725#comment-17446725 ] 

Ilya Kasnacheev commented on IGNITE-15958:
------------------------------------------

Did you enable TLS in ClientConnectorConfiguration? You might need to specify key/trust stores on client and server, and not just ssl=true.

> Ignite修改账户密码不支持防爆力破解
> --------------------
>
>                 Key: IGNITE-15958
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15958
>             Project: Ignite
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.8.1
>            Reporter: igniteForCrackTest
>            Priority: Major
>
> Ignite使用sqlline.sh修改密码时不支持防爆力破解,如下:
> {code:java}
> sqlline.sh --verbose=true -u "jdbc:ignite:thin://${IGNITE_IP}:${CLIENT_CONNECT_PORT};user=${IGNITE_USER};password=${IGNITE_PASSWORD};ssl=true;sslProtocol=TLSv1.2" {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)