Separating the DBs worked! Have continued going t...
# spicedb
a
Separating the DBs worked! Have continued going through the setup. I'm using the python-sdk to connect to the client and write a schema to spiceDB. I'm seeing the following error:
Copy code
<_AioCall of RPC that terminated with:
    status = failed to connect to all addresses; last error: UNKNOWN: ipv4:172.18.0.9:50051: Ssl handshake failed: SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER
    details = "StatusCode.UNAVAILABLE"
    debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"failed to connect to all addresses; last error: UNKNOWN: ipv4:172.18.0.9:50051: Ssl handshake failed: SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER", grpc_status:14, created_time:"2024-05-22T19:45:43.995326087+00:00"}"
>
One issue could be the bearer_token_credentials, what should I set for a self-hosted solution?
10 Views