Is there a way someone can read arrays of bytes which I send with java sockets while using TLS 1.2?

If anyone can answer me pls I just need an anwer. I know thus isn’t maybe right place for this question
I created chatting app with sockets in Java 8 and i use TLS 1.2 My question is: Is there any way that someone can read data i send(read… Continue reading Is there a way someone can read arrays of bytes which I send with java sockets while using TLS 1.2?

How do i manage my client certificates on google cloud platform? [migrated]

I have built a https server on google cloud platform. This can now be visited by anyone, I wanted to avoid this by using client certificates.
So with this the question is how do I get a client.cert and how can I apply this to my frontend l… Continue reading How do i manage my client certificates on google cloud platform? [migrated]