💾 Archived View for bbs.geminispace.org › s › Lagrange › 3770 captured on 2023-09-28 at 16:49:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-08)
-=-=-=-=-=-=-
I have written a gemini server in Java using vert.x and am using a cert generated by letsencrypt for that. When I use chain.pem/privkey.pem on first access of the server, the trust message is kind of odd since it shows the Lets encrypt CA as certificate and not my domain. The same works when using cert.pem instead which does not include any additional cert. I guess this parses the cert list and picks the wrong cert.
2023-08-02 · 8 weeks ago
After testing it a bit further i think that completely breaks the certificate handling in the java server i use, i cannot connect to it with openssl either, so its not a relevant issue I would say