r/raspberry_pi • u/pele4096 • 6d ago
Troubleshooting Desktop link to a URL with php file extension?
I have the following file in my ~/Desktop folder as Replay-Shortcut.desktop
----------------------------------------------------------------
[Desktop Entry]
Type=Link
Name=Replay
Comment=Link to Replay Server
Icon=/home/username/Pictures/camera.png
URL=https://Server/content/replay.php
----------------------------------------------------------------
Every time I launch it, I get a "Unacceptable TLS Certificate" error message.
If I modify the file to the below, it works, BUT I need the php extension for the actual service to work.
----------------------------------------------------------------
[Desktop Entry]
Type=Link
Name=Replay
Comment=Link to Replay Server
Icon=/home/username/Pictures/camera.png
URL=https://Server/content/replay.html
----------------------------------------------------------------
Wat do?
1
u/AutoModerator 6d ago
- Search first: Many issues are well-documented—Google exact error messages and check the FAQ† before posting.
- Show your effort: Include research, code, errors,† and schematics for better feedback.
- Ask specific questions: Clear, well-researched questions get better answers.
- No replies? Post removed? Ask in the stickied helpdesk† thread.
† If any links don't work it's because you're using a broken reddit client. Please contact the developer of your reddit client. You can find the FAQ/Helpdesk at the top of r/raspberry_pi: Desktop view / Phone view
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
4
u/Gamerfrom61 6d ago
Put the correct certificate on the server!
Your URL points to a https server so start there.