I was looking through the SciPy docs code, and I found a piece of code mentioning the analytics that are used on the SciPy documentation.
# The service https://plausible.io is used to gather simple
# and privacy-friendly analytics for the site. The dashboard can be accessed
# at https://analytics.scientific-python.org/docs.scipy.org
# The Scientific-Python community is hosting and managing the account.
"analytics": {
"plausible_analytics_domain": "docs.scipy.org",
"plausible_analytics_url": "https://views.scientific-python.org/js/script.js",
},
Trying to open https://analytics.scientific-python.org/docs.scipy.org in my browser, I get an SSL error. cURL isn’t any more helpful in diagnosing what it is going wrong.
I’m not sure where to report this issue. Would anyone know who to ask about it?