L
L
Larisa .•º2020-01-09 16:53:49
Digital certificates
Larisa .•º, 2020-01-09 16:53:49

How to transfer client data encryption from one server to another?

Hello!
Please tell me what can be used for the following task:
an SSL client that sends a certain string to the server and receives a response. In this case, each session with the server comes from different users (one user - one certificate).
I didn’t quite figure it out, maybe stunnel, but in it I understand that there is only one certificate per connection, and I need to substitute certificates for each session (user).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2020-01-09
@xmoonlight

Make your private SSL tunnels through your code inside a regular SSL connection.
Those. public shared SSL encapsulates other private SSL connections that are generated through regular hosting scripts (PHP, etc..).
It will be easier than reconfiguring the standard infrastructure from server to server, from hosting to hosting.

C
CityCat4, 2020-01-09
@CityCat4

Do you need the server to present itself with a different certificate each time? Well, generate it every time - you still use self-signed ones.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question