summaryrefslogtreecommitdiffstats
path: root/server.js
Commit message (Collapse)AuthorAgeFilesLines
* client & server: improved error handling & timeouts 🐛Jannis R2020-10-161-15/+24
|
* more debug loggingJannis R2020-10-161-0/+6
|
* remove ALPN protocol IDMartijn de Boer2020-10-161-2/+4
| | | | | | | | | | | | When setting the ALPN protocol the gemini browser Kristall won't connect properly. While removing this, per suggestion in #5, connection seems to be working properly. more info: https://lists.orbitalfox.eu/archives/gemini/2020/002848.html With this commit, - the server will only verify the ALPN ID to be `gemini` if the client has sent one - the server won't send the ALPN ID anymore closes #5
* add verifyAlpnId() hookJannis R2020-08-051-1/+3
|
* minor changes, docs :memo:Jannis R2020-05-031-0/+3
|
* server: require ALPN, response convenience fnsJannis R2020-05-031-0/+5
|
* TOFU client certificates, part 1Jannis R2020-05-031-1/+28
|
* basic clientJannis R2020-05-021-5/+5
|
* move code, server example :memo:Jannis R2020-05-021-0/+80