Timothe Litt

Results 27 issues of Timothe Litt

Using the same spreadsheet and device as #2558, with the fix for failure to display the spreadsheet (thanks!): the autofilter buttons appear in each column heading, but don't respond to...

bug
android
6.4.X
calc

### Context Using CallCentric.com, who suggests ordering CODECs in [their FAQ](https://www.callcentric.com/faq/8#18) In their [linphone setup guide](https://www.callcentric.com/support/device/linphone/desktop) step 6, they advise disabling all codecs except G.77 uLaw; unfortunately this is a...

bug

The _tls-alpn-01_ section of [https://letsencrypt.org/docs/challenge-types/](https://letsencrypt.org/docs/challenge-types/) (still) states _It’s not supported by Apache, Nginx, or Certbot, and probably won’t be soon._ This isn't true. It wasn't true in the summer of...

If a Save operation fails (e.g. due to a permission failure), no error message is reported. This is very, very bad. The "edited" marker does remain on the title bar,...

I noticed that with -i, the issuer is not reported if the name doesn't contain '/O='. E.g. OpenSSL returns "issuer= /CN=Fake LE Intermediate X1" On the other hand, it's quite...

At least with OpenSSL 1.1.1b, ssl-cert-check reports blanks for the certificate details. (issuer, common name,) Apparently, OpenSSL changed the default format for printing names. e.g. ````bash openssl x509 -in ww.pem...

Fixes #693 Fixes #827 Fixes #839 Fixes #840 Fixes #267 Fixes #801 Fixes #818 Tests for the http-01 fixes should be added. See e#839 and #693 for the issues; I...

If `getssl` detects that a remote certificate expires sooner than a saved local certificate, an upload is attempted. Then a server reload is performed. Later in the same run, if...

The DNS code that tries to handle `CNAME` for `dns-01` verification is confused and broken. The problems include: - CNAMEs are not resolved if an `AUTH_DNS_SERVER` is defined. - The...

As noted in #693, stray tokens are left when ftp variants (ftpes, ftps) are used due to missing code. Turns out, FTP_PORT is not honored when ftp is used. So...