Hi there,
I also found another thread regarding HTTPS issues:
http://openacs.org/forums/message-view?message_id=3853222
I applied them to my installation. Thanks for the tip Victor
.
Furthermore, It turned out that I sort of figured out what was causing the error on my HTTPS installation ( The site works on HTTP but when forwarded to the link
https://ezy.iurix.com:8443 it gets broken.
Surprisingly, within the file config.tcl, instead of the localhost address (127.0.0.1), if I set the parameter address as the external IP then HTTPS works.
set address 206.192.23.166
#set address 127.0.0.1
what would be the cause?
Btw, I am using NGINX proxy server