alan-turing-institute / whatwhat

A reimagining of nowwhat in OCaml
MIT License
0 stars 0 forks source link

Figure out SSL requirements for installation #96

Closed yongrenjie closed 1 year ago

yongrenjie commented 1 year ago

We had lots of issues at Hack Week trying to get HTTPS requests to work.

A full list of steps that may be necessary to get it to work:

and then it worked, but it's not obvious which of them (or combination thereof) were needed.

Would be nice to have another laptop on which it doesn't work so that we can test.

yongrenjie commented 1 year ago

For now lwt_ssl has been added to package dependencies.

yongrenjie commented 1 year ago

Seems to be stable enough.