Hey
Just started testing the software and so far i love it. What i cant get to work is https, working on http which is not great but i think ssl failed on the install. is there away to manually get lets encrypt working ?
cant seem to find if i can do it on the software itself or if i need to do it on my server, Currently running it on a vm, installed using the script.
when i type openssl s_client -connect www.yourwebsite.tld:443 (changing it to my domain) i get the error
4037BA4F9F7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:354:---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 326 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
Thanks
Dave