I have a problem that I can't setup https connection for my own site on Odoo 17 CE. The Odoo service runs on a separate local machine, which in turn is connected to another local network with a dedicated external IP address. I am using Ubuntu 24.04 and Apache2 reverse proxy.
root@contract:~# openssl s_client -connect contract.lntu.edu.ua:443CONNECTED(00000003)40C77ACF4E7D0000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:../ssl/record/rec_layer_s3.c:316:---no peer certificate available---No client certificate CA names sent---SSL handshake has read 0 bytes and written 335 bytesVerification: OK---New, (NONE), Cipher is (NONE)This TLS version forbids renegotiation.Compression: NONEExpansion: NONENo ALPN negotiatedEarly data was not sentVerify return code: 0 (ok)---
As a result, I want to understand what the problem is and how to set everything up correctly.