Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.
PLEASE READ - Webmaster Support Forum
This forum will be retired in the near future. Please direct all queries to our dedicated GitHub support page https://github.com/vatsimnetwork/developer-info/discussions 
Here you can find documentation on our services and we are continuing to migrate pertinent information into the Wiki pages https://github.com/vatsimnetwork/developer-info/wiki

Servinfo feed SSL issues


Luke Kolin
 Share

Recommended Posts

Luke Kolin
Posted
Posted

My servinfo cron broke the other day. It looks like there's an SSL verification issue:

 

luke@hydra:~> servinfo VATSIM /tmp verbose
--2015-10-28 15:05:28--  http://stats.vatsim.net/status.txt
Resolving stats.vatsim.net (stats.vatsim.net)... 5.9.159.186
Connecting to stats.vatsim.net (stats.vatsim.net)|5.9.159.186|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://stats.vatsim.net/status.txt [following]
--2015-10-28 15:05:29--  https://stats.vatsim.net/status.txt
Connecting to stats.vatsim.net (stats.vatsim.net)|5.9.159.186|:443... connected.
ERROR: cannot verify stats.vatsim.net's certificate, issued by ‘/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA’:
 Unable to locally verify the issuer's authority.
To connect to stats.vatsim.net insecurely, use `--no-check-certificate'.
Invalid vatsim status data!

 

Do you need an intermediate certificate placed on the server? Was there any communication around a shift to SSL?

 

Cheers!

 

Luke

... I spawn hundreds of children a day. They are daemons because they are easier to kill. The first four remain stubbornly alive despite my (and their) best efforts.

... Normal in my household makes you a member of a visible minority.

Link to comment
Share on other sites

Luke Kolin
Posted
Posted

Apologies - this is my screwup. I upgraded OpenSSL to support HTTP/2 and messed up the root certs.

 

Cheers!

 

Luke

... I spawn hundreds of children a day. They are daemons because they are easier to kill. The first four remain stubbornly alive despite my (and their) best efforts.

... Normal in my household makes you a member of a visible minority.

Link to comment
Share on other sites

 Share