pulibrary / pdc-osti

2 stars 0 forks source link

Fix OpenSSL issue on GitHub Actions #32

Closed astrochun closed 1 year ago

astrochun commented 1 year ago

Closes #31

Recently GitHub Actions updated their openssl version to support 3.x. However, a number of servers (DOE Data Explorer, and DOI redirect / DataSpace) do not support 3.x, causing requests to fail.

This quick solution was what I adopted from: https://stackoverflow.com/a/73519818/15080854

Improvements would be needed, but with limited time to develop, this was the best I could come up with.