I just switched from ports to packages and a side effect seems to be that TLSv1.0 has been re-enabled. Previously what I'd done is a
If I do that now, will I have to use ports (instead of packages) for everything that depends on openssl?
Alternatively, is there option in a config file I can add to just disable TLSv1.0? That would be the simplest solution.
make config
for openssl and turned off TLSv1.0, and then recompiled everything that required openssl.If I do that now, will I have to use ports (instead of packages) for everything that depends on openssl?
Alternatively, is there option in a config file I can add to just disable TLSv1.0? That would be the simplest solution.