V
V
Vladislav Efremov2015-01-28 16:30:22
Digital certificates
Vladislav Efremov, 2015-01-28 16:30:22

How and with what is it safe to transfer data (server <-> server)?

Hello. The problem is this:

I need to transfer data (various numbers and commands) from one server A to server B and vice versa.
Specifics :
- Server A is a web server (processes data and saves it in the database, sends commands)
- Server B is a game server (transmits and collects data using a .dll file connected to the game engine) I

thought about using SSL / TSL . The question immediately arises, does the web server need an SSL certificate (https) for such a transfer? What alternatives to SSL/TSL can be used in my case?

Purpose: to secure the transmitted data.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2015-01-28
@begemot_sun

You raise vpn between servers, and drive traffic inside the vpn channel.

N
Nikolai Turnaviotov, 2015-01-28
@foxmuldercp

ssl - yes, the server needs a self-signed or normal certificate.

A
Alexander Chernykh, 2015-09-15
@sashkets

I think vpn channel between servers is preferable

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question