-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use #1
Comments
I dont think it works (at least for my use case) This was a script I wrote to patch this code into the yarn command line tool. But it doesn't work for me. Based on the comments on the original thread I don't think this method works at all.
|
AHAH! never mind! I actually got it to work! The last thing I was missing: there was a space missing in the format written to the SSLKEYLOG file in betwene the session key and the master secret. After adding that space there, wireshark parses it just fine. If you want a working example check out my above yarnshark.sh Shell Script file (shows how to inject this into an existing node app) and my fork of this repo: https://github.com/forestjohnsonpeoplenet/node-https-wireshark |
Keep in mind this will only work for node apps that do |
Hi jhford :)
I found this project here:
nodejs/node#2363
This project can be very usefull for a my local project based on "electron" (https://electron.atom.io/) but I dont understand very well how to integrate it :(
Can you tell an example based on your experience ?
(I don't ask you to help me how to integrate this on my project, only how you normally use it)
:)
Very thanks
Max
The text was updated successfully, but these errors were encountered: