Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/eset-ssl-node-repro
https://github.com/fluffynuts/eset-ssl-node-repro
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluffynuts/eset-ssl-node-repro
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2024-04-19T12:04:40.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-19T12:19:44.000Z (9 months ago)
- Last Synced: 2024-11-17T05:34:59.106Z (about 2 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
What is this?
---A reproduction for the issue where ESET's SSL handling causes issues with node
processes attempting to communicate over ssl:
![Node error]( node-ssl-error.png )Usage:
---from a console:
```
npm i
npm test
```if that all works, you're not experiencing the issue (:
How to work around the issue:
---
Open Advanced setup:![ESET Systray menu]( eset-systray-menu.png )
Search for "SSL" and then disable the feature:
![ESET Advanced setup]( disable-ssl-feature.png )
Now you won't get the error above.