Implement Crate Feature to Disable SSL on Windows for ScyllaDB Node.js Driver #21
Labels
CI/CD
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
The driver is currently facing a build issue on Windows due to problems encountered with OpenSSL configuration. To work around this issue and re-establish Windows support, this task proposes the introduction of a crate feature that will disable SSL on Windows platforms. This will simplify the build process and ensure functionality, albeit without SSL support for the time being.
Here's a breakdown of the task:
disable-ssl
, in theCargo.toml
file.disable-ssl
feature is enabled.Cargo.toml
to exclude SSL dependencies on Windows.Documentation:
Testing:
disable-ssl
feature enabled.Future Work:
This issue serves as a call for contributions to implement this feature, and invites discussion on any alternative solutions or potential implications. By addressing the OpenSSL configuration problem in a phased manner, we can promptly restore Windows compatibility for the ScyllaDB Node.js driver while working towards a complete solution.
The text was updated successfully, but these errors were encountered: