Announcing ZPdebug to make resolving ZeroPain errors in BASIC easier
Martin Avison (27) 1494 posts |
Sometimes the only information from an error in BASIC are the contents of the machine registers. This is usually from a ZeroPain or Data Abort error, with the R15 PC location within the BASIC module. Without the BASIC line number this makes diagnosis rather difficult and very time consuming. ZPdebug aims to make this process a little easier. It can extract useful information from ZeroPain log files, and with a few clicks display the likely problem code from a source file or a running task. This is a first public release of this utility, but it is a development of a process that has been used to identify many ZeroPain errors in BASIC programs. It can be downloaded from http://www.avisoft.f9.co.uk It is also available on !Store. |
Steve Pampling (1551) 8170 posts |
I think the server isn’t sending the intermediate certificate and the client is required to do a separate download or already have a copy. |
Martin Avison (27) 1494 posts |
@Steve: So do the certificate problems look like a server problem or a client problem? |
Steve Pampling (1551) 8170 posts |
Assuming what I’ve noted is the case, technically, the server is entitled to provide the pointer to the location to download rather than including it with. If you ensure the RO client has a copy of the intermediate certificate in its own certificate store and the problems on your client go away then the difference in behaviour for Firefox is a setting in Settings, Privacy & Security, Certificates which is: “Allow Firefox to automatically trust third-party root certificates you install” which I don’t think the RO clients have. |
Rick Murray (539) 13840 posts |
The certificate chain is incomplete in any case… https://www.ssllabs.com/ssltest/analyze.html?d=homepages.force9.net&s=212.159.8.90&hideResults=on |
Chris Gransden (337) 1207 posts |
Technically it’s the server not having the certificate chain properly configured. Chrome uses AIA fetching to get the intermediate. https://www.thesslstore.com/blog/aia-fetching. Firefox uses something similar. SSL checker shows the problem. https://decoder.link/sslchecker/homepages.force9.net/443 |
Martin Avison (27) 1494 posts |
@Chris: Thanks for that. Some evidence to throw at Plusnet! |