• Killian Lufau's avatar
    Fix deactivation of encryption with recent OpenVPN · 114a1763
    Killian Lufau authored
    Passing `--cipher none` to OpenVPN is not enough anymore because
    clients and servers can still negotiate the algorithm to use for
    encryption (by default not empty). We pass the option `--ncp-disable`
    to disable cipher negotiation.
    
    /reviewed-on !12
    114a1763
plib.py 3.45 KB