mmalesev / jackal

An XMPP server written in Go with added suport for SCION.
GNU General Public License v3.0
1 stars 0 forks source link

s2s over SCION not secure #3

Closed mmalesev closed 2 years ago

mmalesev commented 4 years ago

At the moment, we do not check TLS certificates for s2s over quic/scion. Could be solved upstream if squic library decides to do the checking, otherwise avoid using squic and rewrite the communication without this library.

mmalesev commented 4 years ago

Solved with appquic but waiting for SCIONLab to switch to a new version to push the changes