Closed Ddjay closed 7 years ago
When I launch ./kiwi -f
I get :
info: Unlisted proxy: 212.83.xxx.71
info: Unlisted proxy: 212.83.xxx.71
info: Unlisted proxy: 212.83.xxx.71
Here is my domain.conf:
<VirtualHost 212.83.xxx.71:443>
ServerAdmin staff@xxxxxxx.fr
ServerName xxxxxxx.fr
DocumentRoot /home/xxxxxxx/web/https/
ServerAlias www.xxxxxxx.fr
<Directory /home/xxxxxxx/web/https/>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Header Set Access-Control-Allow-Origin "*"
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/xxxxxxx.fr/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/xxxxxxx.fr/privkey.pem
SSLProxyEngine on
ProxyVia On
ProxyRequests Off
ProxyPass /tchat https://www.xxxxxxx.fr:7778/tchat
ProxyPassReverse /tchat https://www.xxxxxxx.fr:7778/tchat
ProxyPreserveHost on
</VirtualHost>
Solved !
I just had to do this :
Make sure to whitelist any proxy servers! This is done by adding the address of your proxy connections to conf.http_proxies in your config.js. Any unlisted connections attempting to specify the clients real-ip will be forcefully rejected.
I leave my issue here, maybe it can help others. ;-)
@Ddjay please close your solved issue.
Done! Thanks for this reminder @miwilc ! 😉
help me and error:
kiwiirc daemon failed to start: Module '/home/unired/KiwiIRC/server/kiwi.js' stopped unexpected
Hello,
I installed KiwiIRC (SSL enabled and reverse proxy behind Apache web server) with the help of your documentation (https://kiwiirc.com/docs/installing)
I can see the client at the URL I want, but it does not connect.
In the console I get these lines :
... and many many more.
AND
BUT if I use the client at http://localhost:7778/ -> no error!
anyone can help me ?
thanks a lot!