Hello,
I've been attempting to build an integration with a local Neo4j single-cluster instance. As part of this, I'm looking to configure mutual TLS over HTTPS. I've got one way working over HTTPS and mTLS working in bolt (through the Python connector), but am having problems doing the same in HTTPS.
It seems like the HTTPS endpoint doesn't respond to my client certificate and shuts down the connection, even if the client certificate is in the configured trusted directory. It looks like the "tls_level" property that can be used under the bolt scope to require mTLS does not work properly under the https scope. Is there any way to configure this right now?