From Newsgroup: alt.bbs.synchronet
Hello, I am on the Linux version of Synchronet and i have enables lets encrypt to enable https. I keep getting this error:
Fri Aug 11 2023 12:00 am bbs.piratebbs.com ERROR occurred:
evnt SYNCRYPT !JavaScript /sbbs/exec/load/acmev2.js line 447: Error: get_authorization request did not return 200
Here is the ctrl/letsyncrypt.ini:
```text
; $Id: letsyncrypt.ini,v 1.1 2019/07/24 22:32:54 rswindell Exp $
; For use with exec/letsyncrypt.js
; See http://wiki.synchro.net/module:letsyncrypt for details
Host = acme-v02.api.letsencrypt.org
Directory = /directory
TOSAgreed = true
GroupReadableKeyFile = false
[Domains]
piratebbs.com = /sbbs/web/root
bbs.piratebbs.com = /sbbs/web/root
[key_id] acme-v02.api.letsencrypt.org=https://acme-v02.api.letsencrypt.org/acme /acct/1242793716
[State]
```
Any help would be greatly appreciated.
Any help would be greatly appreciated.Increase the log level to "Debug" and you will get more detail (the actual HTTP response) in the log as well, and that should direct you to the root problem.
--
digital man (rob)
From Newsgroup: alt.bbs.synchronet
Any help would be greatly appreciated.Increase the log level to "Debug" and you will get more detail (the actual HTTP response) in the log as well, and that should direct you to the root problem.
--
digital man (rob)
Which configuration file?
To: Holdfast
Re: Re: Lets Encrypt
By: Holdfast to alt.bbs.synchronet on Thu Aug 17 2023 05:47 am
From Newsgroup: alt.bbs.synchronet
Any help would be greatly appreciated.Increase the log level to "Debug" and you will get more detail (the actual
HTTP response) in the log as well, and that should direct you to the root
problem.
--
digital man (rob)
I set the LogLevel to Debugging and this is the error I received from lets encrypt....Which configuration file?ctrl/sbbs.ini
--
digital man (rob)
Rush quote #78:
Today's Tom Sawyer, he gets high on you, the space he invades, gets by on you
Norco, CA WX: 89.0øF, 36.0% humidity, 0 mph ENE wind, 0.00 inches rain/24hrs --- Synchronet 3.20a-Linux NewsLink 1.114
* Vertrauen - Riverside County, California - telnet://vert.synchro.net
On Thursday, August 17, 2023 at 12:38:53 PM UTC-5, Digital Man wrote:
To: Holdfast
Re: Re: Lets Encrypt
By: Holdfast to alt.bbs.synchronet on Thu Aug 17 2023 05:47 am
From Newsgroup: alt.bbs.synchronet
Any help would be greatly appreciated.Increase the log level to "Debug" and you will get more detail (the actual
HTTP response) in the log as well, and that should direct you to the root
problem.
--
digital man (rob)
I spoke to soon. I also am getting this error...Which configuration file?ctrl/sbbs.ini
--
digital man (rob)
Rush quote #78:I set the LogLevel to Debugging and this is the error I received from lets encrypt....
Today's Tom Sawyer, he gets high on you, the space he invades, gets by on you
Norco, CA WX: 89.0øF, 36.0% humidity, 0 mph ENE wind, 0.00 inches rain/24hrs
--- Synchronet 3.20a-Linux NewsLink 1.114
* Vertrauen - Riverside County, California - telnet://vert.synchro.net
evnt SYNCRYPT !JavaScript : uncaught exception: Authorization failed... https://acme-v02.api.letsencrypt.org/acme/authz-v3/255855316306
If letsencrypt is broke I dont mind putting a purchased cert on it, I just cant find any instructions on how to install a purchased cert.
Thanks for your help and the cool bbs.
Chris Edwards
From Newsgroup: alt.bbs.synchronet
On Thursday, August 17, 2023 at 12:38:53¿PM UTC-5, Digital Man wrote:
To: Holdfast
Re: Re: Lets Encrypt
By: Holdfast to alt.bbs.synchronet on Thu Aug 17 2023 05:47 am
From Newsgroup: alt.bbs.synchronet
Any help would be greatly appreciated.Increase the log level to "Debug" and you will get more detail (the actual
HTTP response) in the log as well, and that should direct you to the root problem.
--
digital man (rob)
Which configuration file?ctrl/sbbs.ini
--
digital man (rob)
Rush quote #78:I set the LogLevel to Debugging and this is the error I received from lets encrypt....
Today's Tom Sawyer, he gets high on you, the space he invades, gets by on you Norco, CA WX: 89.0¿F, 36.0% humidity, 0 mph ENE wind, 0.00 inches rain/24hrs --- Synchronet 3.20a-Linux NewsLink 1.114
* Vertrauen - Riverside County, California - telnet://vert.synchro.net
evnt SYNCRYPT !JavaScript : uncaught exception: Authorization failed... https://acme-v02.api.letsencrypt.org/acme/authz-v3/255855316306
If letsencrypt is broke I dont mind putting a purchased cert on it, I just cant find any instructions on how to install a purchased cert.
To: Holdfast
Re: Re: Lets Encrypt
By: Holdfast to alt.bbs.synchronet on Thu Aug 17 2023 11:13 am
From Newsgroup: alt.bbs.synchronet
On Thursday, August 17, 2023 at 12:38:53沌M UTC-5, Digital Man wrote:
To: Holdfast
Re: Re: Lets Encrypt
By: Holdfast to alt.bbs.synchronet on Thu Aug 17 2023 05:47 am
From Newsgroup: alt.bbs.synchronet
Any help would be greatly appreciated.Increase the log level to "Debug" and you will get more detail (the actual
HTTP response) in the log as well, and that should direct you to the root problem.
--
digital man (rob)
Got it working. Looks like I setup two domains and the second one wasnt being served. Must be something in the httpd.conf file but im not sure where that is. :)Which configuration file?ctrl/sbbs.ini
--
digital man (rob)
If you open that link it has more detail:Rush quote #78:I set the LogLevel to Debugging and this is the error I received from lets encrypt....
Today's Tom Sawyer, he gets high on you, the space he invades, gets by on you Norco, CA WX: 89.0沙, 36.0% humidity, 0 mph ENE wind, 0.00 inches rain/24hrs --- Synchronet 3.20a-Linux NewsLink 1.114
* Vertrauen - Riverside County, California - telnet://vert.synchro.net
evnt SYNCRYPT !JavaScript : uncaught exception: Authorization failed... https://acme-v02.api.letsencrypt.org/acme/authz-v3/255855316306
Invalid response from http://piratebbs.com/.well-known/acme-challenge/99I54V05pPzENAoPwfzSkFoqrm2s52bA4jrfKJhdjNg: 404"
If you look at your web server log output from that same time, you should see that request and determine the cause from the subsequent error message. Also double check that your web root dir actually has this .well-known/acme-challenge directory created in it (by letsyncrypt.js). If it doesn't, that likely means you specified a different (wrong) directory location in your letsyncrypt.ini file.
If letsencrypt is broke I dont mind putting a purchased cert on it, I just cant find any instructions on how to install a purchased cert.LetsEncrypt (and LetSyncrypt) work fine. You just have something configured wrong. Keep look at the directory contents and the output (and follow the links) and you'll figure it out.
--
digital man (rob)
Synchronet/BBS Terminology Definition #49:
KD = King Drafus (Allen Christiansen)
Norco, CA WX: 95.2躘, 29.0% humidity, 17 mph SSW wind, 0.00 inches rain/24hrs
--- Synchronet 3.20a-Linux NewsLink 1.114
* Vertrauen - Riverside County, California - telnet://vert.synchro.net
Got it working.
Looks like I setup two domains and the second one wasnt
being served. Must be something in the httpd.conf file but im not sure where that is. :)
By: Holdfast to alt.bbs.synchronet on Thu Aug 17 2023 02:44 pm
Got it working.
Good to hear.
Looks like I setup two domains and the second one wasntSynchronet doesn't use an httpd.conf file, so not sure what you're referring to there (an Apache http config file?).
being served. Must be something in the httpd.conf file but im not sure where that is. :)
I've been getting this error message recently and not sure how to fix it. The SSL seems to be fine though when connecting via https.
Running 3.21e for Win
5/20 08:58:11a SYNCRYPT Running native timed event: ?letsyncrypt.js
5/20 08:58:11a SYNCRYPT !JavaScript C:\SBBS\exec\load\acmev2.js line 87: Error: Error fetching directory
5/20 08:58:11a SYNCRYPT Timed event: '?letsyncrypt.js' returned -1
Re: Lets Encrypt
By: BiggieB to all on Wed May 20 2026 09:03 am
Sounds like your system is having troubles performing an HTTP "get" for https://acme-staging-v02.api.letsencrypt.org/directory
--
digital man (rob)
Thanks for the quick reply. The system can reach the URL and it just displays the following. Is this something I need to edit to fix this, or something I need to reconfigure? Not sure what I need to do.
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 73 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 02:51:21 |
| Calls: | 8,455 |
| Calls today: | 3 |
| Files: | 9,500 |
| D/L today: |
310 files (186M bytes) |
| Messages: | 412,579 |
| Posted today: | 1 |