[GH-ISSUE #803] [Website] CSS broken/missing for Teamspeak 3 installation #643

Closed
opened 2026-02-27 02:02:51 +03:00 by kerem · 16 comments
Owner

Originally created by @keichinger on GitHub (May 1, 2016).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/803

Browsing https://gameservermanagers.com/lgsm/ts3server/ shows a broken site without any CSS from time to time.

Sometimes it's working, sometimes it's not. Maybe it's an issue with your Reverse Proxy (CloudFlare)?

Originally created by @keichinger on GitHub (May 1, 2016). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/803 Browsing https://gameservermanagers.com/lgsm/ts3server/ shows a broken site without any CSS from time to time. Sometimes it's working, sometimes it's not. Maybe it's an issue with your Reverse Proxy (CloudFlare)?
kerem closed this issue 2026-02-27 02:02:51 +03:00
Author
Owner

@UltimateByte commented on GitHub (May 1, 2016):

Same for me.

Guess @dgibbs64 uses cloudflare, maybe the reason for that.

<!-- gh-comment-id:216073654 --> @UltimateByte commented on GitHub (May 1, 2016): Same for me. Guess @dgibbs64 uses cloudflare, maybe the reason for that.
Author
Owner

@keichinger commented on GitHub (May 1, 2016):

Yeah, pretty sure he does since the SSL certificate is also a CloudFare one. Btw there are also numerous HTTP vs. HTTPS errors inside the developer console. As a rule of thumb: If a specific resource is available via HTTPs then always use that address instead of hacks like ://domain.tld/path (yes, the missing http or https at the beginning is on purpose to make the browser use the current protocol) to prevent errors like this in the future :)

<!-- gh-comment-id:216073978 --> @keichinger commented on GitHub (May 1, 2016): Yeah, pretty sure he does since the SSL certificate is also a CloudFare one. Btw there are also numerous HTTP vs. HTTPS errors inside the developer console. As a rule of thumb: If a specific resource is available via HTTPs then always use that address instead of hacks like `://domain.tld/path` (yes, the missing `http` or `https` at the beginning is on purpose to make the browser use the current protocol) to prevent errors like this in the future :)
Author
Owner

@UltimateByte commented on GitHub (May 1, 2016):

Screenshot :
http://image.noelshack.com/fichiers/2016/17/1462138935-gamesmanager-error.png
TLS Certificate seems out of date.

<!-- gh-comment-id:216074667 --> @UltimateByte commented on GitHub (May 1, 2016): Screenshot : http://image.noelshack.com/fichiers/2016/17/1462138935-gamesmanager-error.png TLS Certificate seems out of date.
Author
Owner

@AlexCS1337 commented on GitHub (May 2, 2016):

I noticed this too, happened on GMod page but rest were fine

<!-- gh-comment-id:216122960 --> @AlexCS1337 commented on GitHub (May 2, 2016): I noticed this too, happened on GMod page but rest were fine
Author
Owner

@dgibbs64 commented on GitHub (May 2, 2016):

Hmmm need to have another look. I might even disable SSL for now. Only enabled it as it's now recommended to have SSL on.

<!-- gh-comment-id:216130606 --> @dgibbs64 commented on GitHub (May 2, 2016): Hmmm need to have another look. I might even disable SSL for now. Only enabled it as it's now recommended to have SSL on.
Author
Owner

@keichinger commented on GitHub (May 2, 2016):

Why do you need/want to disable SSL?

<!-- gh-comment-id:216131093 --> @keichinger commented on GitHub (May 2, 2016): Why do you need/want to disable SSL?
Author
Owner

@UltimateByte commented on GitHub (May 2, 2016):

TLS (new name for SSL) prevents you from getting your data stolen or worse, compromised between the server and the user. Risks are low, but it's still cool. :)

<!-- gh-comment-id:216152561 --> @UltimateByte commented on GitHub (May 2, 2016): TLS (new name for SSL) prevents you from getting your data stolen or worse, compromised between the server and the user. Risks are low, but it's still cool. :)
Author
Owner

@dgibbs64 commented on GitHub (May 2, 2016):

yeah google recommends it is turned on. Apparently also helps with page ranks. I am trying to get TLS working correctly.

I am looking at this right now to try and see if I can get it working

<!-- gh-comment-id:216160407 --> @dgibbs64 commented on GitHub (May 2, 2016): yeah google recommends it is turned on. Apparently also helps with page ranks. I am trying to get TLS working correctly. I am looking at this right now to try and see if I can get it working
Author
Owner

@UltimateByte commented on GitHub (May 2, 2016):

I recently used let'sencrypt script for apache2 recently, and i'ts been working flawlessly. It changed my Vhosts files a bit, but tweaked it right for HTTPS redirection. However, i didn't renew certificates yet (every 3 months), i don't know how it's gonna be done yet. :o))

<!-- gh-comment-id:216163165 --> @UltimateByte commented on GitHub (May 2, 2016): I recently used let'sencrypt script for apache2 recently, and i'ts been working flawlessly. It changed my Vhosts files a bit, but tweaked it right for HTTPS redirection. However, i didn't renew certificates yet (every 3 months), i don't know how it's gonna be done yet. :o))
Author
Owner

@dgibbs64 commented on GitHub (May 2, 2016):

Hopefully fixed it now. It was mainly just forgot to change some content from http to https. I picked cloudflare as I was already using it and it was pretty painless. Please test an let me know if you find any more issues

<!-- gh-comment-id:216170116 --> @dgibbs64 commented on GitHub (May 2, 2016): Hopefully fixed it now. It was mainly just forgot to change some content from http to https. I picked cloudflare as I was already using it and it was pretty painless. Please test an let me know if you find any more issues
Author
Owner

@keichinger commented on GitHub (May 2, 2016):

The Teamspeak-Site is fixed, though the Mainpage and for example Starbound are broken.

image

Edit:
Nevermind, after clearing my browser cache and checking for more broken sub-sites, the entire site is now broken. Refreshing via CTRL+F5 worked for a while though only on the Teamspeak 3 site.

<!-- gh-comment-id:216180640 --> @keichinger commented on GitHub (May 2, 2016): The Teamspeak-Site is fixed, though the Mainpage and for example Starbound are broken. ![image](https://cloud.githubusercontent.com/assets/439899/14951780/d3b447c8-105b-11e6-9f12-5a5ba3d54861.png) Edit: Nevermind, after clearing my browser cache and checking for more broken sub-sites, the entire site is now broken. Refreshing via CTRL+F5 worked for a while though only on the Teamspeak 3 site.
Author
Owner

@UltimateByte commented on GitHub (May 2, 2016):

Broken for me too. There are non-HTTPS elements loaded on the page.. Not sure if it's related though.

<!-- gh-comment-id:216188025 --> @UltimateByte commented on GitHub (May 2, 2016): Broken for me too. There are non-HTTPS elements loaded on the page.. Not sure if it's related though.
Author
Owner

@dgibbs64 commented on GitHub (May 2, 2016):

thanks I will keep hunting these down :)

<!-- gh-comment-id:216195859 --> @dgibbs64 commented on GitHub (May 2, 2016): thanks I will keep hunting these down :)
Author
Owner

@UltimateByte commented on GitHub (May 2, 2016):

Your issue seems to bee that CSS isn't loading for some reason.

Concerning non HTTPS elements, i had this issue with gametracker not providing HTTPS server banners.
That way that page of mine is not full HTTPS for example : https://www.terageek.org/servers/
In chrome the "https://" stops being green on pages with anything non https, even if it's only images. Kinda boring.

<!-- gh-comment-id:216204957 --> @UltimateByte commented on GitHub (May 2, 2016): Your issue seems to bee that CSS isn't loading for some reason. Concerning non HTTPS elements, i had this issue with gametracker not providing HTTPS server banners. That way that page of mine is not full HTTPS for example : https://www.terageek.org/servers/ In chrome the "https://" stops being green on pages with anything non https, even if it's only images. Kinda boring.
Author
Owner

@dgibbs64 commented on GitHub (May 13, 2016):

I think this is fixed now. Closing

<!-- gh-comment-id:219114174 --> @dgibbs64 commented on GitHub (May 13, 2016): I think this is fixed now. Closing
Author
Owner

@lock[bot] commented on GitHub (Jul 19, 2018):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:406255328 --> @lock[bot] commented on GitHub (Jul 19, 2018): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#643
No description provided.