Unknown opened 2 years ago
|
|
By default SSL/TLS is required in this version, but you can still disable it: in addition to setting Please in mind, that TLS is recommended for security reasons. If you use JDK17, please make sure to either have |
|
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