<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p style="background-color: #ffffff;">Hi all,</p>
<p style="background-color: #ffffff;">I've been using the GnuTLS documentation to try and write my own TLS server.<br />I (think) I've loaded all the certificates properly, but on trying to connect (with gnutls-cli) I get "<span style="font-family: monospace;"><span style="color: #000000; background-color: #ffffff;">No supported cipher suites have been found."<br /><br />I tried to use gnutls-serv which also gave the same error until I passed --x509certfile and --x509keyfile (which gave me errors due to my self-signed certificate, but that's unrelated.).<br /><br />So I am wondering if my certificates aren't being loaded properly, but the code runs fine and it doesn't throw, so I have no idea why its not working.<br /><br />Here is the code, only gtls_raii.cpp, gtls_raii.hpp and main.cpp are important.<br /><a style="color: #bd899e; background-color: transparent;" href="https://github.com/HikariNee/Geminus/blob/main/src/tls/" target="_blank" rel="noopener noreferrer">https://github.com/HikariNee/Geminus/blob/main/src/tls/</a><br /><br />Thanks in advance for your time.<br /></span></span></p>
<p style="background-color: #ffffff;">--</p>
<div id="signature">
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Hikari (Any/All)<br /><br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">People always beat themselves up based on their idea of how someone is like.</blockquote>
</div>
</div>
</body></html>