Giter VIP home page Giter VIP logo

Comments (6)

Johanndutoit avatar Johanndutoit commented on August 25, 2024

Looking into this now, seems we missed the logging methods in the last release for the base library. Will update with tests to cover as well. Fix will need to happen in the base library over at http://github.com/passmarked/passmarked which all the workers are based on. Will update as I go, thanks for reporting !

from ssl.

pdspicer avatar pdspicer commented on August 25, 2024

No problem, would have put in a PR for this myself but I kind of figured that the fix might have been in the base library as you said, didn't want to break convention by changing one or the other without knowing.

from ssl.

Johanndutoit avatar Johanndutoit commented on August 25, 2024

See passmarked/passmarked#19, doing some initial testing and will do a release to npm after I can confirm that your sample runs on this side too

from ssl.

Johanndutoit avatar Johanndutoit commented on August 25, 2024

Righto, tested and working nicely this side with your sample. Pushed through a release with a patch bump. You're looking to upgrade to 0.5.5 from https://www.npmjs.com/package/passmarked.

Give it a shot and let me know if you have more luck, after which I'll close the issue if all is well.

Just a note on the code sample provided for the SSL rules you'll be safer starting a single runner that you execute with, IE:

let passmarked = require('passmarked'),
    ssl = require('@passmarked/ssl');

let runner = passmarked.createRunner(ssl);
runner.run({url: 'testagent.cgos.info'})
    .then(info => console.log(info))
    .catch(err => console.log(err.stack));

from ssl.

pdspicer avatar pdspicer commented on August 25, 2024

I see what you mean, my script was a simple test intended to just run once then exit but definitely for reuse in an application I would follow that approach as well.

from ssl.

Johanndutoit avatar Johanndutoit commented on August 25, 2024

Closing to mark as done, feel free to report if anything else blocks the way :)

from ssl.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.