should be login with both port 5222 and 5223 in android
/close as invalid
@NarendraSickarwar
Version: 1.12.2
Get the latest version, please.
Duplicate of #2430 or #2249?
I am also try with latest version 4.1.3 but also i am getting same issue but if server install in linux pc then if i want to connect with 5222 port then its working fine on same 4.0.3 version server.
@NarendraSickarwar
if server install in linux
That would be a server issue. Please report it to Openfire then.
@mimi89999
but if am try with smack-android lib then i am able to login on all type server of xmpp.
@NarendraSickarwar Maybe bad TLS config?
@mimi89999 i am faceing this error on latest version server.
xml parser mishandled SSLProtocolException(Read error: ssl=0xb7b23eb8: Failure in SSL library, usually a protocol error
01-21 21:11:59.089 D/conversations( 6185): error:0c0890ba:ASN.1 encoding routines:asn1_check_tlen:WRONG_TAG (external/boringssl/src/crypto/asn1/tasn_dec.c:1313 0xaa0db50f:0x00000000)
01-21 21:11:59.089 D/conversations( 6185): error:0c09309d:ASN.1 encoding routines:asn1_template_ex_d2i:NESTED_ASN1_ERROR (external/boringssl/src/crypto/asn1/tasn_dec.c:572 0xb7abf368:0x00000001)
01-21 21:11:59.089 D/conversations( 6185): error:0c09409d:ASN.1 encoding routines:asn1_template_noexp_d2i:NESTED_ASN1_ERROR (external/boringssl/src/crypto/asn1/tasn_dec.c:735 0xaa0db50f:0x00000000)
01-21 21:11:59.089 D/conversations( 6185): error:0c07909d:ASN.1 encoding routines:ASN1_item_ex_d2i:NESTED_ASN1_ERROR (external/boringssl/src/crypto/asn1/tasn_dec.c:343 0xb76f4810:0x00000001)
01-21 21:11:59.089 D/conversations( 6185): error:0c09409d:ASN.1 encoding routines:asn1_template_noexp_d2i:NESTED_ASN1_ERROR (external/boringssl/src/crypto/asn1/tasn_dec.c:711 0xaa0db50f:0x00000000))
@mimi89999 Maybe bad TLS config?
how can i check ???
@mimi89999 but open fire self signed TLS support already
@mimi89999 right now i am using ip address not domain for testing.
LAN IP address... I see...
@mimi89999 how can we solve this???
@NarendraSickarwar On port 5223, you can test with:
nmap --script ssl-enum-ciphers -p 5223 server_ip
or
openssl s_client -connect server_ip:5223
and on port 5222 with
openssl s_client -connect server_ip:5222
You need to do that from a Linux computer.
If the protocol will be lower than TLSv1.0, than you need to enable them in Openfire...
@NarendraSickarwar Also, not connecting to servers with weak ciphers or protocols is a Conversations feature.
@mimi89999 i am using window 2012 so how can i solve on this.
@NarendraSickarwar please join [email protected] and ask there for server support.
@mimi89999 on my local pc window is 2008 and its is working fine so i think this is not a openfire issue. on both port 5222 and 5223.
@NarendraSickarwar if it works fine on your local machine than its probably not a conversations issue...
but its not working on window server 2012 on different two machine and in my local i am using window not server
This is an issue tracker, not a chatroom for debugging server setups.