• Arun Kuruvila's avatar
    Bug#27759871: BACKRONYM ISSUE IS STILL IN MYSQL 5.7 · bbc2e37f
    Arun Kuruvila authored
    Description:- Client applications establishes connection to
    server, which does not support SSL, via TCP even when SSL is
    enforced via MYSQL_OPT_SSL_MODE or MYSQL_OPT_SSL_ENFORCE or
    MYSQL_OPT_SSL_VERIFY_SERVER_CERT.
    
    Analysis:- There exist no error handling for catching client
    applications which enforces SSL connection to connect to a
    server which does not support SSL.
    
    Fix:- Error handling is done to catch above mentioned
    scenarios.
    bbc2e37f
client.c 134 KB