According to https://docs.spring.io/spring-boot/appendix/application-properties/index.html, the name of the property is enabled-protocols not protocols.
enabled-protocols
protocols
This is confirmed by How to enable multiple ssl protocol versions in Spring Boot?.