Unknown opened 4 years ago
|
|
Could you share complete stanza exchange? From what I gather it seems that you try to connect to the Tigase without using StartTLS ( By default Tigase doesn't advertise SASL mechanism without TLS. You should disable requiring TLS to establish connection: https://docs.tigase.net/tigase-server/master-snapshot/Administration_Guide/html/#tlsFeaturesConfiguration https://docs.tigase.net/tigase-server/master-snapshot/Administration_Guide/html/#hardenedMode Make sure you disable it in TDSL configuration file as without it you won't be able to change VHost configuration (which also requires disabling TLS-required configuration option:
|
|
ok,thanks, i try it |
|
I try it,but also erro in tigase 8.1.0,which it is ok in tigase 8.0.0 this is config.tdsl 8.0.0
this is config.tdsl 8.1.0
|
|
You should configure
Please note that we recommend using TLS, even with self-signed certificate. |
|
thansk very much for your reply, i have do what you say but it also error tigase-server-8.1.0-b10857 that
|
|
i run it corretly in tigase8.0.0,but error in tigase 8.1.0 and 8.2.0, i know it is correct with using TLS, even with self-signed certificate. but i don`t know how to using with self-signed certificate and how to self-signed certificate,can you provide some information,i am just personal interest to study xmpp not company,so i usually disabled tls,thanks your help |
|
Could you check the logs that VHost indeed has disabled TLS - please check lines with
Self-signed certificate is created when you create fist (TLS) connection to the Tigase XMPP Server (if no regular certificate is present). In case of client-side - you should either see a notification that the certificate is untrusted or, when you use a library - you should handle certificate validation (most likely override trust checking) |
|
@wrrgit: Have you looked the @woj-tek comment? |
|
@Neustradamus please don't bump ancient issues! |
|
Closing due to lack of feedback |
I have a problem with… A clear and concise description of what the problem is.
Details (please complete the following information):
when i login with smack4.3.4 i get this error ,can you help me,thanks
config.setSecurityMode(ConnectionConfiguration.SecurityMode.disabled)
my config.tdsl