Setting `spring.cloud.config.server.git.skipSslValidation=true` will cause SSL validation failures to be ignored when connecting to a Git environment repository, allowing easy use of self-signed certificates for testing purposes. This property defaults to `false`. [finishes #156478178]