When the project is a submodule of another project, under a Centos 5 operating systems there is no need to use the https protocol. This can cause issues and it would be beneficial to detect if the OS is Centos 5 and skip the https protocol.
Expected Behavior
The build process should detect the Centos 5 and use the http protocol to download dependences.
Steps to Reproduce
Set up the project as a submodule of another project.
Run the build process under Centos 5 operating systems
Observe the "SSL connect error" (35) error during build process.
Additional Information
Adding logic to skip the definition of https is defined in the parent project.
Description
When the project is a submodule of another project, under a Centos 5 operating systems there is no need to use the
https
protocol. This can cause issues and it would be beneficial to detect if the OS is Centos 5 and skip thehttps
protocol.Expected Behavior
The build process should detect the Centos 5 and use the
http
protocol to download dependences.Steps to Reproduce
Additional Information
Adding logic to skip the definition of
https
is defined in the parent project.