From my earlier post it works on 2.1.3, and my later post 2.0.5.
The 2.1.3 version I later used minVersion and ciphers to prepare for tls1 - tls1.1 deprecation and ciphers to only provide PFS. Before that it was a solid B on Ssllabs.
I've retested and now it works. thank you alot.
I've found the problem.
I set TLS1.2 Ciphers in tls.default option, and tried to downgrade tls version with another option, but I've not set ciphers matching the tls version there.
so it used the ciphers from the default option i think. and so tls1.0 and 1.1 was not working.