Closed axinss closed 1 year ago
What I want to know is that SSL/TSL is mandatory in this version? I still haven't solved my problem after trying to use the following configurations according to the official documentation. So, I would like to know that for security reasons, SSL/TLS must be used when connecting in this version. It is still possible to bypass verification through configuration.
By default SSL/TLS is required in this version, but you can still disable it: in addition to setting 'vhost-tls-required' = false
you also have to disabled in on VHost level - open web admin UI (http://localhost:8080/), go to VHost setting and disable "vhost required" for both default
domain and your own domain.
Please in mind, that TLS is recommended for security reasons. If you use JDK17, please make sure to either have keytool
available on your system and has correct permissions/is accessible to JVM/Tigase (to generate self-signed certificate) or update correct certificate for the domain.
I have the same issue,too. I want to ignore this TLS verification, how will I do?
Literally the message above gives you detailed information how to disable it...: https://github.com/tigase/tigase-server/issues/203#issuecomment-1567291624
The TigaseService version I am using is 8.3.0
The problem I encountered was when, according to official documents http://localhost:8080 After setting the address. An error occurred while using Spark to register users
The error is as follows:
What I want to know is that SSL/TSL is mandatory in this version? I still haven't solved my problem after trying to use the following configurations according to the official documentation. So, I would like to know that for security reasons, SSL/TLS must be used when connecting in this version. It is still possible to bypass verification through configuration.
'vhost-tls-required' = false
c2s () { seeOtherHost {} sslContextContainer () { 'tls-disabled-protocols' =[ 'TLSv1.3', 'TLSv1.2' ] } }
I am new to this field, so I hope the official can help me. thanks