connor
08/10/2022, 12:26 AMzed
client, things work fine.
For some more context, I have the SpiceDB container port forwarded to my machine so I'm running the Java client and the zed
client from the same place, to the same port. I have configured the client exactly how this is configured: https://github.com/authzed/authzed-java/blob/2a2cbb53334a50fdb6eaa1472973b12557bc2756/examples/v1/App.java#L42-L54
And here is the errorjzelinskie
08/10/2022, 12:28 AMCaused by: io.grpc.netty.shaded.io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: 000006040000000000000500004000
jzelinskie
08/10/2022, 12:29 AMconnor
08/10/2022, 12:29 AM.useTransportSecurity()
jzelinskie
08/10/2022, 12:36 AMjzelinskie
08/10/2022, 12:36 AMjzelinskie
08/10/2022, 12:38 AMconnor
08/10/2022, 12:49 AMconnor
08/10/2022, 12:49 AMconnor
08/10/2022, 3:54 PMconnor
08/10/2022, 3:55 PMuseTransportSecurity
jzelinskie
08/10/2022, 5:22 PMconnor
08/10/2022, 6:23 PMSam
08/10/2022, 6:28 PMSam
08/10/2022, 6:30 PMconnor
08/10/2022, 6:56 PMconnor
08/10/2022, 6:59 PMManagedChannel channel = Grpc.newChannelBuilder(
"myservice.example.com:443", TlsChannelCredentials.create())
.build();
connor
08/10/2022, 7:00 PMconnor
08/10/2022, 7:02 PMyetitwo
08/10/2022, 7:07 PMconnor
08/10/2022, 7:26 PMSam
08/10/2022, 7:44 PM