r-lib / urlchecker

Run CRAN URL checks from older versions of R
https://urlchecker.r-lib.org/
GNU General Public License v3.0
45 stars 5 forks source link

URL issue missed by urlchecker #25

Closed malcolmbarrett closed 2 years ago

malcolmbarrett commented 2 years ago

Got dinged by CRAN on a URL issue missed by urlchecker: https://win-builder.r-project.org/incoming_pretest/ymlthis_0.1.6_20220624_201807/Debian/00check.log

Found the following (possibly) invalid URLs:
  URL: https://tug.org/FontCatalogue/
    From: man/yml_latex_opts.Rd
          inst/doc/yaml-fieldguide.html
    Status: Error
    Message: server certificate verification failed. CAfile: none CRLfile: none

This could be a one-off issue, but filing just in case

gaborcsardi commented 2 years ago

What is wrong with that URL? It seems to have a valid vertificate.

malcolmbarrett commented 2 years ago

🤷

I did not see this on winbuilder via devtools::check_win_devel(), by the way, so I don't know what to make of it

gaborcsardi commented 2 years ago

I suspect this is some configuration issue on the machine that produced it, but maybe you can try asking CRAN what is wrong with it if not.

malcolmbarrett commented 2 years ago

Well, CRAN accepted the submission without comment on the URL so 🤷 🤷 . Hopefully a one-time thing. Thanks, anyway!