Can also confirm this.
I have tried a few options to resolve it, but other than to use an earlier version of the OpenVPN Client I can’t see a solution right now.
Have either of you created a ticket? if it is important to you I suggest you bring it to the attention if the development team by creating a ticket with Mikrotik.
I had the same problem in the following setup:
Server: Mikrotik Open VPN server (RouterOS 6.49.7)
Clienti: Windows OpenVPN 2.6.1
In the Mikrotik:
OpenVPN Server config disable the Auth = SHA1 algorithms (nothing shoud be selected for a Auth)
In the Open VPN Client: #cipher AES-256-CBC
data-ciphers AES-256-GCM:AES-128-GCM:AES-256-CBC
data-ciphers-fallback AES-256-CBC #auth SHA1
Unfortunately all of the clients have to be upgraded to OpenVPN 2.6.1
I could get it to run simultaneously for Open VPN client 2.5 and 2.6
Server: Mikrotik Open VPN server (RouterOS 7.8 )
Clienti: Windows OpenVPN 2.6.2
If I set next it still connect with AES-256-CBC and without auth part I get error [unsupported auth digest]
data-ciphers AES-256-GCM:AES-128-GCM:AES-256-CBC
data-ciphers-fallback AES-256-CBC
auth SHA512
But if I set next connection is working.
cipher AES-256-GCM
disable-dco
Looks like data-ciphers parameter is ignored or something.