Distributive-Network / PythonMonkey

A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
https://pythonmonkey.io
Other
854 stars 40 forks source link

Documentation server has been inaccessible for days due to invalid certificate. #451

Closed dsetzer closed 4 weeks ago

dsetzer commented 1 month ago

Issue type

Documentation Bug / Error

How did you install PythonMonkey?

None

OS platform and distribution

No response

Python version (python --version)

No response

PythonMonkey version (pip show pythonmonkey)

No response

Bug Description

No response

Standalone code to reproduce the issue

No response

Relevant log output or backtrace

No response

Additional info if applicable

No response

What branch of PythonMonkey were you developing on? (If applicable)

No response

wiwichips commented 1 month ago

Hey Daniel, yup looks like the SSL cert expired - we're working on getting that back up

In the meantime, all the documentation should be in the project readme

feel free to ask any questions to the team here if you want help with anything

dsetzer commented 4 weeks ago

@wiwichips Works now, thanks!