encryption - how verify if data are encrypt when use git transfert? -


i have install own gitlab on server. want encrypt data on network during transfert (clone, push, pull...).

datas encrypt default git protocol? or need enable https?

how verify if data on network encrypt?

thx.

git doesn't encrypt during transport, that's transport protocol.

plaintext:

  • file://
  • git://
  • http://

encrypted:

  • https://
  • ssh://

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -