• Rodrigo Campos's avatar
    Make "--insecure-skip-tls-verify" work on all cases · c0af96cc
    Rodrigo Campos authored
    In the getting started example of AWS, the master uses an IP that is changed on
    stop/start. If you are playing with a cluster and stop and start the master,
    the IP is changed and you can't connect again, even using the
    "--insecure-skip-tls-verify" option.
    
    This patch fixes it and makes the option work on those cases too by making
    sure no CA/CAData is added when it shouldn't.
    c0af96cc
client_config_test.go 8.12 KB