• 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 SSL not working after update

Status
Not open for further replies.

Domekologe

Donor
is awesome!
Hello all,

at first my english is not so good, but I prefer this forum instead of the german part (this part is more active).
I had the problem yesterday, the bot says "You are running on an outdated version", so I make an update with the installer script.

After that, the bot works, but I can't access to it via SSL (https) only with an non secure connection (http).
I also tried to change the hostname, but under another hostname it is unable to login to the webinterface (and SSL is not available).

Here is the debugpart:
Code:
==========================================================
SINUSBOT RELATED
SYSTEM INFORMATION
 - Operating System: Ubuntu 16.04.3 LTS
 - OS x64 check: OK
 - Kernel: Linux 3.13.0-123-generic x86_64
 - Load Average: 6.77 6.64 6.61
 - Uptime: 21 days, 17 hours, 18 minutes, 25 seconds
 - OS Updates: 21 (updates available!)
 - OS Missing Packages: None (v1)
 - OS APT Last Update: 05.10.2017 04:13:33 CEST +02:00:00
 - Bot Start Script: found at /etc/init.d/sinusbot [perms: 755]
 - DNS resolution check: sinusbot.com resolved to 104.18.41.220 -> OK
 - HTTPS check with IPv4 mode: SUCCESS [Connection was established to sinusbot.com]
 - HTTPS check with IPv6 mode: FAILED  [Failed connecting to sinusbot.com]
 - CPU:
  Architecture:  x86_64
  CPU(s):  10
  Thread(s) per core:  1
  Core(s) per socket:  10
  Socket(s):  1
  Model name:  Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
  CPU MHz:  2199.998
  Hypervisor vendor:  KVM
  Virtualization type:  full
 - RAM:  B/49.13 GB in use (%)
 - SWAP:  B/ B in use (%)
 - DISK: 414.81 GB/706.20 GB in use (58%)
 - Package versions:
  > libglib: 2.48.2-0ubuntu1

BOT INFORMATION
 - Status: running (PIDs: 23960 23959, User: sinusbot)
 - Webinterface: port locally reachable (Port: 8087)
 - Binary: /opt/sinusbot/sinusbot (MD5 Hash: 12d8c32c3e122463bc11bcefd5af39e2)
 - Version: 0.10.6-6b6bd3a
 - TS3 Plugin: installed (md5 hash match)
  - Bot Plugin: 5d26494473e8bc268a3859768f4b3e3f
  - TS3 Client: 5d26494473e8bc268a3859768f4b3e3f
 - Config:
  - LogLevel = 3
  - TS3Path = /opt/sinusbot/teamspeak3-client/ts3client_linux_amd64 (Version 3.0.19.4)
  - YoutubeDLPath = /opt/sinusbot/youtube-dl (does exist, version: 2017.08.27.1)
 - Installed scripts: Advanced_Display_Playback_Information.js; advertising.js; alonemode.js; aloneMode.js; badchan.js; bookmark.js; covatar.js; dev.js; followme.js; idle.js; metadata.js; norecording.js; Online_Users_Record.js; rememberChannel.js; showcase.js; ShowPlaylists.js; sound.js; Sticky_Channel.js; welcome.js; welcometext.js; Youtube_Search.js; YT-search.js; ZTSupport_-_SupportChannel_With_ServerGroup_Support.js

OTHER INFORMATION
 - Report date: 05.10.2017 07:51:48 CEST +02:00:00 (timezone: Europe/Berlin)
 - TeamSpeak 3 Version: 3.0.19.4
 - youtube-dl Version: 2017.08.27.1
 - DiagScript version: 0.5.1
==========================================================

And here is my actual config:
Code:
TS3Path = "/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64"
ListenHost = "*** VALID IP ADDRESS STANDS HERE ***"
DataDir = "/opt/sinusbot/data/"
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 800
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = "/opt/sinusbot/youtube-dl"
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = true
SSLKeyFile = "/opt/sinusbot/cert/privkey1.pem"
SSLCertFile = "/opt/sinusbot/cert/cert1.pem"
Hostname = "***VALID HOSTNAME STANDS HERE***"
SampleInterval = 60
StartVNC = false
EnableWebStream = false
LogFile = "botlog.log"
LicenseKey = "***VALID LICENSE STANDS HERE***"
IsProxied = false
DenyStreamURLs = []
Pragma = 0

[YoutubeDL]
  BufferSize = 9003024288
  MaxDownloadSize = 400019430400
  MaxDownloadRate = 10004857600
  CacheStreamed = true

[TS3]
  AvatarMaxWidth = 0
  AvatarMaxHeight = 0
  AllowGIF = true

[StreamRewrites]

[Scripts]
  AllowReload = false
  EnableTimer = false
  DisableLegacyEvents = false
  ScriptTimeout = 5

[Themes]
  Default = ""

[SpeechRecognition]
  Enable = false

[FFmpeg]
  UserAgent = "Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0"

[DAV]
  Enable = true

[XServer]
  Delay = 0
  Debug = false

[SHMem]
  Enable = false
  
Size = 0
  Delay = 0
  Interval = 0

[RadioStations]
  URL = ""
  UpdateInterval = 0

And for your information:
I can't use an reverse proxy to do this, because another application (an special API) use port 80.
And before I've done the update everything works (And the only way to start the bot was an update).

I am hopefully looking forward to find help, to solve it.

Kind Regards
Domekologe
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Can confirm that, sorry. Hotfix with support for ssl + let's encrypt will be out later today.
 
Status
Not open for further replies.
Top