Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fluffynuts/eset-ssl-node-repro


https://github.com/fluffynuts/eset-ssl-node-repro

Last synced: 6 days ago
JSON representation

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.