Jump to content
  • 0

MyGMRS Network Issues (9/30/2021)


JeepCrawler98

Question

Just a heads up, and this should only affect older or nodes running self configured software (such as Debian 9, or modified HamVoIP or ASL builds). It appears the issuing authority for the myGMRS TLS certificates (LetsEncrypt) is no longer playing nicely with certain older systems, so certain nodes are no longer pulling in the node list or posting statistics to the mygmrs network map.

If your node is no longer showing up on the mygmrs.network map or able to connect to other nodes otherwise on the network; the easiest workaround I know of is to not have it check for certificates, by modifying as follows:

rpt.conf: your statpost_program should be as follows: 

statpost_program=/usr/bin/wget,-q,--timeout=5,--tries=1,--no-check-certificate,--output-document=/dev/null

If you do not have this string, add it - the main change is the addition of --no-check-certificate, the other stuff is to keep you from spamming the mygmrs server in case there's network issues.

Node list: depending on your mechanisms for pulling in the nodes list (https://mygmrs.network/nodes)

  • If you're using usr/local/bin/rc.updatenodelist - you'll need to add "--no-check-certificate" to the calls to wget in that file. I don't use this mechanism, so if someone wants to take a stab at modifying that one and posting it here I'm sure it'd be appreciated.
  • If you're using wget in a cron job - add "--no-check-certificate" to the line you have for that

 

Edited by JeepCrawler98
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Guidelines.