AJ ONeal coolaj86
  • Provo, UT
  • https://coolaj86.com
  • 6'5 • Technophobic Technologist + Videographer • Go, Rust, Node / VanillaJS (@JSJabber), UX, Security, IoT. Canon 24mm 50mm.

  • Joined on 2017-10-24
coolaj86 closed issue coolaj86/greenlock.js-ARCHIVED#48 2020-07-30 22:30:24 +00:00
[Greenlock] HTTP exception logged for user-provided handler.
coolaj86 commented on issue coolaj86/greenlock.js-ARCHIVED#48 2020-07-30 22:30:10 +00:00
[Greenlock] HTTP exception logged for user-provided handler.

Just seeing this.

You've probably already found a solution, but I'd say check out the Greenlock Express QuickStart in the README.

It'll take less than 5 minutes to go from what you've got there to the simpler setup with the new version.

coolaj86 commented on pull request coolaj86/greenlock.js-ARCHIVED#50 2020-07-30 22:24:43 +00:00
adding propagationDelay property to returned object in _normalizeChallenge

I've got another bugfix that's waiting on some testing feedback and I'll publish this alongside that.

coolaj86 pushed to master at coolaj86/greenlock.js-ARCHIVED 2020-07-30 22:24:15 +00:00
1a60d53c32 adding propagationDelay property to returned object in _normalizeChallenge
coolaj86 merged pull request coolaj86/greenlock.js-ARCHIVED#50 2020-07-30 22:24:15 +00:00
adding propagationDelay property to returned object in _normalizeChallenge
coolaj86 commented on pull request coolaj86/greenlock.js-ARCHIVED#50 2020-07-30 22:22:45 +00:00
adding propagationDelay property to returned object in _normalizeChallenge

I read the email first, now looking at this.

You are correct. I misunderstood.

coolaj86 pushed to master at coolaj86/acme-dns-01-duckdns.js 2020-07-29 01:55:55 +00:00
d1308f5aca update instructions for greenlock v4
coolaj86 pushed to master at coolaj86/acme.js-ARCHIVED 2020-07-28 22:11:54 +00:00
bef931f28f 3.1.0
eb432571ca Bugfix jwk / kid mutually exclusive
29a47e8fa4 make Prettier v2
Compare 3 commits »
coolaj86 commented on issue coolaj86/telebit.js#37 2020-07-28 17:12:40 +00:00
Add UDP Support

@gerardo-junior You can already do that with a tools like sclient + udptunnel.

I don't plan to support UDP until there's a good QUIC library for doing so.

I actually have a new Telebit client built in Go, and Go will probably have full QUIC support far before node (especially considering that node still doesn't have good http/2 support).

coolaj86 renamed repository from keypairs.js to coolaj86/old-keypairs.js 2020-07-28 16:59:17 +00:00
coolaj86 pushed to master at coolaj86/go-mockid 2020-07-25 09:13:39 +00:00
153851b41d add private keygen endpoint, minor refactor, add first test
coolaj86 pushed to master at coolaj86/go-serviceman 2020-07-06 02:42:08 +00:00
32c71bd698 add webi install instructions
coolaj86 commented on issue coolaj86/atob.js#5 2020-06-14 03:28:57 +00:00
Does not work in web worker

I could release a version 3 that uses something like:

'undefined' !== typeof window ? window : 'undefined' !== typeof self ? self : golablThis
coolaj86 commented on issue coolaj86/atob.js#5 2020-06-14 03:25:54 +00:00
Does not work in web worker

How about just put var window = self; in your WebWorker script?

So many things depend on this and it is so abused by things like webpack and browserify, etc, etc that I don't want to rock the boat.

coolaj86 commented on issue coolaj86/atob.js#5 2020-06-12 17:00:39 +00:00
Does not work in web worker

Can you propose a solution?

Is atob defined on... self or whatever it is that workers have?

Does globalThis work?

coolaj86 closed issue coolaj86/greenlock.js-ARCHIVED#49 2020-06-11 19:55:28 +00:00
Upgrade to v4 using le-store-s3
coolaj86 commented on issue coolaj86/greenlock.js-ARCHIVED#49 2020-06-11 04:21:48 +00:00
Upgrade to v4 using le-store-s3

I haven't tested this one myself, but I think what you want is the v3/v4-compatible s3 module:

https://git.rootprojects.org/root/gl-store-s3.js

npx greenlock defaults --store greenlock-store-s3

IIRC you can update the config by converting the keys from camelCase to hyphen-case for the CLI:

npx greenlock defaults --store greenlock-store-s3 --store-access-key-id aaaa --store-secret-access-key xxxx # and so on

And if you're using the default JSON config file in greenlock.d, you can verify and edit the file by hand - but as a general rule it's not intended to be edited by hand except for debugging.

coolaj86 commented on pull request coolaj86/acme-dns-01-test.js#1 2020-05-29 16:43:02 +00:00
Fix typo "turaround"

Thanks!

coolaj86 pushed to master at coolaj86/acme-dns-01-test.js 2020-05-29 16:42:56 +00:00
c642d83484 Typo "turaround"