Hello!
Thanks for all your great apps. I have the OpenProject VM (release from last week) running here. Works well in bridged mode on Virtualbox, but https doesn't work in NAT mode.
Chrome shows:
This site can’t provide a secure connection [[[my public url]]] sent an invalid response.
Try running Windows Network Diagnostics.
ERR_SSL_PROTOCOL_ERROR
Here is more information
bitnami@debian:~$ openssl s_client -connect[[[my domain name]]] -port [[[my public port]]]
CONNECTED(00000003)
140340468977920:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:332:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 320 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)
---
Note that my public port is different from 443.
I've never had any issues like this with any VMs, and it is puzzling to me why it works in bridged but not in NAT mode. I would prefer to run it in NAT mode (seems more secure).
Any ideas what's wrong? Seems an issue with the apache config? I'm using Letsencrypt and have no cert errors in bridged mode.
Thanks!!