Closed jerbasco1 closed 6 years ago
Can the dockerfile be updated to build SSLeay with SSLv2 and SSLv3 support as mentioned in: O-Saft docs Example:_Compile_Net::SSLeay
error in o-saft.tcl
**WARNING: 143: SSL version 'SSLv2': not supported by Net::SSLeay; not checked **WARNING: 143: SSL version 'SSLv3': not supported by Net::SSLeay; not checked **WARNING: 143: SSL version 'TLSv13': not supported by Net::SSLeay; not checked
Fixed with Dockerfile.
Note that this should support SSLv2 and SSLv3 but not TLSv1.3 )because that is still not implemented in openssl).
Wow, that was fast. Great work!
Can the dockerfile be updated to build SSLeay with SSLv2 and SSLv3 support as mentioned in: O-Saft docs Example:_Compile_Net::SSLeay
error in o-saft.tcl