TheEternalCitizens / mudlet-integration

A mudlet integration for The Eternal City
GNU General Public License v2.0
3 stars 0 forks source link

SSL certs getting revoked #150

Closed davewiththenicehat closed 1 year ago

davewiththenicehat commented 4 years ago

I found on some systems cURL was revoking the ssl certificate 100% of the time. I added --ssl-norevoke to the start of the cURL login call. Tested good in windows. Checked that the argument existed in linux. Did not test in linux.

Error I was receiving: Capture

Resolved with commit: https://github.com/TheEternalCitizens/mudlet-integration/commit/56fbfd85694756edf71aaf30fe0889a7a32d22f1

davewiththenicehat commented 4 years ago

John, with this commit I am doing something I don't know all the possible outcomes on. Do you foresee it causing issues?

johnnymo87 commented 4 years ago

According to what I see on stack overflow, this command line argument is windows-only and will break other OSes. It seems like maybe a --insecure flag could work? https://stackoverflow.com/a/54800459 But I haven't researched it enough to be sure.

davewiththenicehat commented 1 year ago

Closing old resolved issues.