• ssl

    From Morningstarr to All on Sunday, July 12, 2026 02:43:56
    What is going on with my ssl cert? I havent changed anything.
  • From BiggieB@JJAMBBS to Morningstarr on Sunday, July 12, 2026 15:20:17
    What is going on with my ssl cert? I havent changed anything.

    Same thing happened to me. Have you tried the "--revoke" command yet?

    Go to your EXEC directory and run:

    jsexec letsyncrypt.js --revoke

    https://wiki.synchro.net/module:letsyncrypt

    ---
    ■ Synchronet ■ Jersey Jam BBS - JerseyJam.com (1:266/325)
  • From Morningstarr to BiggieB on Tuesday, July 21, 2026 20:43:58
    Re: ssl
    By: BiggieB to Morningstarr on Sun Jul 12 2026 03:20 pm

    dude it's saying it needs to be renewed like wtf?



    ...Winning isn't the end of the world.
  • From BiggieB@JJAMBBS to Morningstarr on Tuesday, July 21, 2026 21:06:31
    Re: ssl
    By: BiggieB to Morningstarr on Sun Jul 12 2026 03:20 pm

    dude it's saying it needs to be renewed like wtf?

    Did you issue the "REVOKE" command in my previous response? If so, what did it say.

    ---
    ■ Synchronet ■ Jersey Jam BBS - JerseyJam.com (1:266/325)
  • From Morningstarr to BiggieB on Tuesday, July 21, 2026 21:24:31
    Re: ssl
    By: BiggieB to Morningstarr on Tue Jul 21 2026 09:06 pm

    going to issue it now see what happens... i haven't changed shit i don't get it



    ...Monday is a hard way to spend one-seventh of your life.
  • From Morningstarr to BiggieB on Tuesday, July 21, 2026 21:28:26
    well im at my besties house and brought my computer so i could do some bbsing haha
  • From Morningstarr to BiggieB on Tuesday, July 21, 2026 21:31:38

    C:\sbbs2\exec>jsexec letsyncrypt.js --revoke

    JSexec v3.20d-Win32 master/500ef7050 - Execute Synchronet JavaScript Module Compiled Mar 03 2025 22:14 with MSC 1942

    Loading configuration files from C:\sbbs2\ctrl
    JavaScript-C 1.8.5 2011-03-31
    JavaScript: Creating runtime: 167772160 bytes

    Reading script from C:\sbbs2\exec\letsyncrypt.js
    C:\sbbs2\exec\letsyncrypt.js compiled in 0.00 seconds
    !JavaScript C:\sbbs2\exec\acmev2.js line 564: TypeError: this.ua.response_headers_parsed is undefined
    C:\sbbs2\exec\letsyncrypt.js executed in 0.39 seconds
    !Module (letsyncrypt.js) set exit_code: 1

    JavaScript: Destroying context
    JavaScript: Destroying runtime

    Returning error code: 1

    C:\sbbs2\exec>
  • From Biggieb to Morningstarr on Saturday, July 25, 2026 15:57:26
    I posted below on my forum but it never make its way over to here:

    ****

    I think this is a virgin letsyncrypt.ini file. Back-up your other one and put this in your CTRL folder and run the configuration for letsyncrypt. It should be like you didn't have one before and should create a brand new one for ya. You will have to change the TOSAgreed to true. Hopefully this will fix it.

    ----- BELOW -----

    ; For use with exec/letsyncrypt.js
    ; See http://wiki.synchro.net/module:letsyncrypt for details

    Host = acme-v02.api.letsencrypt.org
    Directory = /directory
    TOSAgreed = false
    GroupReadableKeyFile = false

    [Domains]

    [key_id]

    [State]
    ----- ABOVE -----