theimpossibleastronaut / aawordsearch

generate wordsearch puzzles using random words in different languages

Home Page:https://hephaestus.dreamhosters.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service/port change

martijndeb opened this issue · comments

Shouldn't the default protocol be changed to https? I mean it's an encrypted connection, and they all seem to support it.

Yes, I think you're right. I've tried that before but it hangs.

Did a bit of reading, and I think changes to get it working would be something like:

https://wiki.openssl.org/index.php/SSL/TLS_Client

Or maybe libcurl could be used to simplify things https://curl.se/libcurl/c/example.html