Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved Activate SSL SinusBot

Hi, I would like to activate HTTPS for the sinusbot webinterface example: HTTPS: // MY_IP: 8087. To manage the use of the Cloudfare ssl, I tried to download the certificate and insert it in the vps but I could not do it, I only did damage and I had to reinstall the vps. Is there any way to activate this SSL on the SinusBot? If you need the ssl certificate on the machine, could you help me?
 

iTweek

Active Member
Let's encrypt
in the bot config. add in the config.

UseSSL = true
SSLKeyFile = "pfad/to/privkey.pem"
SSLCertFile = "pfad/to/fullchain.pem"

lg
 
Ok, I installed lets encrypt, I also activated the ssl from config.ini but it does not reindeer to the SinusBot webinterface

ERROR:
Code:
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |   |Qt version: 5.6.1
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |   |Using configurati...tings.db
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |   |ts3server: ts.ove...assword=
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |1  |Connect to server...rfive.it
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |1  |Trying to resolve...rfive.it
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 [GENERAL/YTDL   ] INFO   youtube-dl version compatible, support enabled
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 [GENERAL/!!!!!!!] NOTICE You may now configure and launch the bots from th...0.0:8087
Aug 01 21:36:00 <IP> sinusbot[2650]: error starting up: open /etc/letsencrypt/live/sinusbot-540384.overfive.it/cert.pem: permission denied
Aug 01 21:36:00 <IP> systemd[1]: sinusbot.service: main process exited, code=exited, status=255/n/a
Aug 01 21:36:00 <IP> systemd[1]: Unit sinusbot.service entered failed state.
 
Last edited:

Lala Sabathil

Donor
is awesome!
Contributor
Insider
Ok, I installed lets encrypt, I also activated the ssl from config.ini but it does not reindeer to the SinusBot webinterface

ERROR:
Code:
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |   |Qt version: 5.6.1
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |   |Using configurati...tings.db
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |   |ts3server: ts.ove...assword=
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |1  |Connect to server...rfive.it
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 ee5c59f7 1d268b58 INFO   TS |INFO    |ClientUI      |1  |Trying to resolve...rfive.it
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 [GENERAL/YTDL   ] INFO   youtube-dl version compatible, support enabled
Aug 01 21:36:00 <IP> sinusbot[2650]: 2018/08/01 21:36:00 [GENERAL/!!!!!!!] NOTICE You may now configure and launch the bots from th...0.0:8087
Aug 01 21:36:00 <IP> sinusbot[2650]: error starting up: open /etc/letsencrypt/live/sinusbot-540384.overfive.it/cert.pem: permission denied
Aug 01 21:36:00 <IP> systemd[1]: sinusbot.service: main process exited, code=exited, status=255/n/a
Aug 01 21:36:00 <IP> systemd[1]: Unit sinusbot.service entered failed state.

chmod -R 755 /etc/letsencrypt/live/sinusbot-540384.overfive.it/
 
Top