You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Kaja Hovi (JIRA)" <ji...@apache.org> on 2011/06/24 22:51:48 UTC

[jira] [Created] (VYSPER-285) Ability to communicate without encryption

Ability to communicate without encryption
-----------------------------------------

                 Key: VYSPER-285
                 URL: https://issues.apache.org/jira/browse/VYSPER-285
             Project: VYSPER
          Issue Type: Wish
          Components: core protocol
    Affects Versions: 0.7
         Environment: windows/linux/android
            Reporter: Kaja Hovi
            Priority: Minor


Hello,
I have been toying with vysper for a while, but I haven't found way for TcpEndPoint to communicate only without encryption. I found method: 

"org.apache.vysper.xmpp.server.XMPPServer.getServerRuntimeContext().getServerFeatures().setStartTLSRequired(false);"

but that's not working for me.

Am I missing something? Is it possible? If not I think it should be.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (VYSPER-285) Ability to communicate without encryption

Posted by "Bernd Fondermann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VYSPER-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Fondermann reassigned VYSPER-285:
---------------------------------------

    Assignee: Bernd Fondermann

> Ability to communicate without encryption
> -----------------------------------------
>
>                 Key: VYSPER-285
>                 URL: https://issues.apache.org/jira/browse/VYSPER-285
>             Project: VYSPER
>          Issue Type: Wish
>          Components: core protocol
>    Affects Versions: 0.7
>         Environment: windows/linux/android
>            Reporter: Kaja Hovi
>            Assignee: Bernd Fondermann
>            Priority: Minor
>
> Hello,
> I have been toying with vysper for a while, but I haven't found way for TcpEndPoint to communicate only without encryption. I found method: 
> "org.apache.vysper.xmpp.server.XMPPServer.getServerRuntimeContext().getServerFeatures().setStartTLSRequired(false);"
> but that's not working for me.
> Am I missing something? Is it possible? If not I think it should be.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (VYSPER-285) Ability to communicate without encryption

Posted by "Bernd Fondermann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VYSPER-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056594#comment-13056594 ] 

Bernd Fondermann commented on VYSPER-285:
-----------------------------------------

The follow up issue is now in JIRA VYSPER-287.
NOTE: I'll not be able to spent time implementing GSSAPI or the like at the moment. Sorry for that.

> Ability to communicate without encryption
> -----------------------------------------
>
>                 Key: VYSPER-285
>                 URL: https://issues.apache.org/jira/browse/VYSPER-285
>             Project: VYSPER
>          Issue Type: Wish
>          Components: core protocol
>    Affects Versions: 0.7
>         Environment: windows/linux/android
>            Reporter: Kaja Hovi
>            Assignee: Bernd Fondermann
>            Priority: Minor
>
> Hello,
> I have been toying with vysper for a while, but I haven't found way for TcpEndPoint to communicate only without encryption. I found method: 
> "org.apache.vysper.xmpp.server.XMPPServer.getServerRuntimeContext().getServerFeatures().setStartTLSRequired(false);"
> but that's not working for me.
> Am I missing something? Is it possible? If not I think it should be.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (VYSPER-285) Ability to communicate without encryption

Posted by "Bernd Fondermann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VYSPER-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056568#comment-13056568 ] 

Bernd Fondermann commented on VYSPER-285:
-----------------------------------------

At first, the call you gave is absolutely correct and should work.

And yes, Vysper in this case does NOT anounce StartTLS as REQUIRED.
However, since we do not anounce anything else in the related stanza (such as SASL mechanisms), this counts as if StartTLS was required NONETHELESS.

I'm working on a patch.

> Ability to communicate without encryption
> -----------------------------------------
>
>                 Key: VYSPER-285
>                 URL: https://issues.apache.org/jira/browse/VYSPER-285
>             Project: VYSPER
>          Issue Type: Wish
>          Components: core protocol
>    Affects Versions: 0.7
>         Environment: windows/linux/android
>            Reporter: Kaja Hovi
>            Priority: Minor
>
> Hello,
> I have been toying with vysper for a while, but I haven't found way for TcpEndPoint to communicate only without encryption. I found method: 
> "org.apache.vysper.xmpp.server.XMPPServer.getServerRuntimeContext().getServerFeatures().setStartTLSRequired(false);"
> but that's not working for me.
> Am I missing something? Is it possible? If not I think it should be.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (VYSPER-285) Ability to communicate without encryption

Posted by "Bernd Fondermann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VYSPER-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056589#comment-13056589 ] 

Bernd Fondermann commented on VYSPER-285:
-----------------------------------------

Fixing this leads to follow-up problem: we currently only offer PLAIN SASL auth, which is sufficiently secure over TLS, but not without.

> Ability to communicate without encryption
> -----------------------------------------
>
>                 Key: VYSPER-285
>                 URL: https://issues.apache.org/jira/browse/VYSPER-285
>             Project: VYSPER
>          Issue Type: Wish
>          Components: core protocol
>    Affects Versions: 0.7
>         Environment: windows/linux/android
>            Reporter: Kaja Hovi
>            Assignee: Bernd Fondermann
>            Priority: Minor
>
> Hello,
> I have been toying with vysper for a while, but I haven't found way for TcpEndPoint to communicate only without encryption. I found method: 
> "org.apache.vysper.xmpp.server.XMPPServer.getServerRuntimeContext().getServerFeatures().setStartTLSRequired(false);"
> but that's not working for me.
> Am I missing something? Is it possible? If not I think it should be.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira