Not able to connect to perforce source control in Unreal 5 preview

I am no longer able to connect to source control with the preview version (worked fine on UE5 EA), I assume this is because the perforce API was updated. Our server uses SSL, but ii is a pretty old version so it uses TLS 1.0 which isn’t supported by default in perforce clients after 2021.1.

The server lacks the settings to set the requirement on the server side, so is it possible to set the minimum accepted version to 1.0 for the client used by unreal? Or could this be made possible?

I wouldn’t want to disable SSL to continue using source control in Unreal as I would think even old SSL is better than no SSL?