Help, please, with making a web photo album "secure"

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
User avatar
JoeyG
Astronaut
Astronaut
Posts: 655
Joined: 2017-06-12, 13:27
Location: How can you be in two places at once, when you're not anywhere at all?

Help, please, with making a web photo album "secure"

Unread post by JoeyG » 2019-12-14, 20:38

I have a personal website for which I use a free certificate from "Let's Encrypt". Yes, I know the difference between it and a "real" certificate. Just for the record, PM generally considers my site (https://www.edu-net.net/) as being "secure".

However, I've just made a little web album for a friend (WARNING!!!! -> Contains CAT pictures), and when I looked at it, I was told that "Pale Moon has blocked content that isn't secure". The program I used to make the album is called "jalbum".

I then went back and checked all the albums I've made with jalbum over the years, and I see that it's the same for all of them :cry: .

Could someone, please, tell me what the problem is and what I have to do to get PM to assess the album(s) as secure?

Here's the link: https://www.edu-net.net/media/Danke/

Thank you very much.
"And you can believe me because I never lie - and I'm always right."
(Asserted by George Leroy Tirebiter* and my wife; only the latter is telling the truth.)
*Firesign Theater version

User avatar
ron_1
Moon Magic practitioner
Moon Magic practitioner
Posts: 2858
Joined: 2012-06-28, 01:20

Re: Help, please, with making a web photo album "secure"

Unread post by ron_1 » 2019-12-14, 20:43

I have no trouble accessing that site at all.

User avatar
JoeyG
Astronaut
Astronaut
Posts: 655
Joined: 2017-06-12, 13:27
Location: How can you be in two places at once, when you're not anywhere at all?

Re: Help, please, with making a web photo album "secure"

Unread post by JoeyG » 2019-12-14, 20:54

Thank you very much for your reply.

Please excuse me, I guess I wasn't clear enough. I have no problem viewing the album.

This is what I'm talking about:
Image

Again, thank you for your message.
"And you can believe me because I never lie - and I'm always right."
(Asserted by George Leroy Tirebiter* and my wife; only the latter is telling the truth.)
*Firesign Theater version

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2986
Joined: 2015-09-26, 04:51
Location: U.S.

Re: Help, please, with making a web photo album "secure"

Unread post by coffeebreak » 2019-12-14, 21:02

JoeyG wrote:
2019-12-14, 20:38
The program I used to make the album is called "jalbum".
http://jalbum.net/ isn't secure and it serves a script:

Code: Select all

Error: Blocked loading mixed active content “http://jalbum.net/widgetapi/load.js”
Source File: https://www.edu-net.net/media/Danke/
Line: 133

User avatar
JoeyG
Astronaut
Astronaut
Posts: 655
Joined: 2017-06-12, 13:27
Location: How can you be in two places at once, when you're not anywhere at all?

Re: Help, please, with making a web photo album "secure"

Unread post by JoeyG » 2019-12-14, 21:16

coffeebreak wrote:
2019-12-14, 21:02
http://jalbum.net/ isn't secure and it serves a script:

Code: Select all

http://jalbum.net/widgetapi/load.js
Oh! :o

Thank you very much.

Could you please tell me there that appears in the code? I guess I'll have to see if I can get the album to work without it.

Thanks again very much.
"And you can believe me because I never lie - and I'm always right."
(Asserted by George Leroy Tirebiter* and my wife; only the latter is telling the truth.)
*Firesign Theater version

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2986
Joined: 2015-09-26, 04:51
Location: U.S.

Re: Help, please, with making a web photo album "secure"

Unread post by coffeebreak » 2019-12-14, 21:58

JoeyG wrote:
2019-12-14, 21:16
there that appears in the code?
There will be something clickable in the console that opens to the location in the source with the error.
Tools menu (or PM button) -> Web Developer -> Error Console
or, -> Browser Console (Ctrl+Shift+J)

Examples:
Error console; click on the edu-net.net url
error-console-jalbum.png

Or, Browser console; click on Danke:<line number>
browser-console-jalbum.png

Opens to source w/error.
source-w.error.png

User avatar
JoeyG
Astronaut
Astronaut
Posts: 655
Joined: 2017-06-12, 13:27
Location: How can you be in two places at once, when you're not anywhere at all?

Re: Help, please, with making a web photo album "secure"

Unread post by JoeyG » 2019-12-14, 22:18

coffeebreak wrote:
2019-12-14, 21:58
There will be something clickable in the console that opens to the location in the source with the error. ...
Thanks again very much.

I think it might be time to look for another slideshow maker.

From the info you've kindly sent, my guess is that the album won't work without that connection to their website for those scripts. Or am I missing something?

Again, my sincere thanks to everyone who responded for your time and effort.
"And you can believe me because I never lie - and I'm always right."
(Asserted by George Leroy Tirebiter* and my wife; only the latter is telling the truth.)
*Firesign Theater version

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35633
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Help, please, with making a web photo album "secure"

Unread post by Moonchild » 2019-12-14, 22:37

You could, of course, always download those scripts and host them locally.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
JoeyG
Astronaut
Astronaut
Posts: 655
Joined: 2017-06-12, 13:27
Location: How can you be in two places at once, when you're not anywhere at all?

Re: Help, please, with making a web photo album "secure"

Unread post by JoeyG » 2019-12-14, 22:52

Moonchild wrote:
2019-12-14, 22:37
You could, of course, always download those scripts and host them locally.
Thanks very much for your reply.

I suppose someone who knows about programming, etc., could do this. In my case, even if I knew where to get the scripts, I have no idea what I'd have to modify in the various files jalbum generates so that it would know where to look for them on my website.

I also have a sneaking suspicion that anything behind the scenes in jalbum is proprietary.

It's not that I'm fundamentally unwilling to expand my horizons. At my stage of the game (I'm 73 years old), though, I've had to look reality in the eye and make choices about what's meaningful to invest my time in.

I make these silly little albums once or twice a year, and they generally meet my requirements and those of my senior-citizen friends.

In any case, thanks again for the suggestion. As I think you know, I'm a huge fan of Pale Moon and Basilisk and extremely appreciative of the effort the team and you put into them.

Keep up the great work.
"And you can believe me because I never lie - and I'm always right."
(Asserted by George Leroy Tirebiter* and my wife; only the latter is telling the truth.)
*Firesign Theater version

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2193
Joined: 2018-05-05, 13:29

Re: Help, please, with making a web photo album "secure"

Unread post by vannilla » 2019-12-14, 23:03

You can try the follow, which aims to make as little changes as possible:

Download the script and place it somewhere easy to find on the server hosting your site.
After that, remember the path e.g. /common/jalbum-script.js
Now, change the URL to the jalbum website with the path to your file. It should look like this:

Code: Select all

script.src = "/common/jalbum-script.rb"
It should work now.
If it really does, then you just need to do the same for every previous album (of course no need to download the script every time, just do it once and use the same.)
Though indeed you might want to look into using some other software since doing this all the time is quite bothersome.
Unfortunately I don't know of any.

User avatar
JoeyG
Astronaut
Astronaut
Posts: 655
Joined: 2017-06-12, 13:27
Location: How can you be in two places at once, when you're not anywhere at all?

Re: Help, please, with making a web photo album "secure"

Unread post by JoeyG » 2019-12-14, 23:25

vannilla wrote:
2019-12-14, 23:03
You can try the follow, which aims to make as little changes as possible:

Download the script ...
Thanks very much for your ongoing assistance.

Based on the third of the images in coffeebreak's post, I put this web address in PM: http://jalbum.net/wigitapi/load.js

The jalbum site said, "Page not found".

However, looking at the rest of your tip, I see it says, "jalbum-script.rb".

Any idea as to where I can get this file, please? Hmmm, my search engine says that rb files are written in the Ruby programming language; does this play any role in the story?
vannilla wrote:
2019-12-14, 23:03
... Now, change the URL to the jalbum website with the path to your file. It should look like this:

Code: Select all

script.src = "/common/jalbum-script.rb"
It should work now.
Ummm, where should I make this change, please?

Again, thank you very much.

P.S. It's pretty late here in Berlin. I'm off to sleep now. God willing, I'll follow up in the morning.

Good night to one and all.
"And you can believe me because I never lie - and I'm always right."
(Asserted by George Leroy Tirebiter* and my wife; only the latter is telling the truth.)
*Firesign Theater version

User avatar
THX-1139
Lunatic
Lunatic
Posts: 456
Joined: 2019-06-13, 13:42
Location: In a place with no YT

Re: Help, please, with making a web photo album "secure"

Unread post by THX-1139 » 2019-12-15, 00:00

Odd I don't have this issue, if I hover mouse over url/lock, bubble help shows secure and "Verified by Lets encrypt"
PM 28.8 (64) Win7 (64)
Pale Moon 32.5.0 (64) Win7 pro (64) Intel Core i5-3570 3.4GHz-16 GB DDR3

"The biggest joke on mankind is that computers have started asking humans to prove they're not a robot."

"Man needs difficulties; they are necessary for health." ~Carl Jung

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2193
Joined: 2018-05-05, 13:29

Re: Help, please, with making a web photo album "secure"

Unread post by vannilla » 2019-12-15, 01:34

JoeyG wrote:
2019-12-14, 23:25
Based on the third of the images in coffeebreak's post, I put this web address in PM: http://jalbum.net/wigitapi/load.js

The jalbum site said, "Page not found".
That's a problem then.
Maybe you are having problems exactly because the file does not exist anymore.
Unfortunately I can't help with that aside for suggesting using a different software or maybe updating jalbum.
JoeyG wrote:
2019-12-14, 23:25
However, looking at the rest of your tip, I see it says, "jalbum-script.rb".

Any idea as to where I can get this file, please? Hmmm, my search engine says that rb files are written in the Ruby programming language; does this play any role in the story?
Ah, sorry, that's a typo.
The "jalbum-script" part is just a name.
It's just that if you could've downloaded the file you could've called it that way or even something else you wanted.
The "rb" part should've been "js" but I'm dumb and accidentally wrote rb.
I did use Ruby recently for unrelated reasons and I ended up making an error here.
JoeyG wrote:
2019-12-14, 23:25
Ummm, where should I make this change, please?

Again, thank you very much.

P.S. It's pretty late here in Berlin. I'm off to sleep now. God willing, I'll follow up in the morning.

Good night to one and all.
The change should've been made in the place shown in the third picture posted by coffeebreak, but of course only if you could've downloaded the file at all.

Actually it's the middle of the night here too (we are in the same timezone), but due to a recent illness I am having trouble sleeping, so I thought I'd be of assistance around these parts.
Hopefully I didn't end up making things more confusing!

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2986
Joined: 2015-09-26, 04:51
Location: U.S.

Re: Help, please, with making a web photo album "secure"

Unread post by coffeebreak » 2019-12-15, 02:29

JoeyG wrote:
2019-12-14, 23:25
Based on the third of the images in coffeebreak's post, I put this web address in PM: http://jalbum.net/wigitapi/load.js

The jalbum site said, "Page not found".
JoeyG, your link to the script has a typo.

Put this in the address bar, it will work: http://jalbum.net/widgetapi/load.js

User avatar
JoeyG
Astronaut
Astronaut
Posts: 655
Joined: 2017-06-12, 13:27
Location: How can you be in two places at once, when you're not anywhere at all?

Re: Help, please, with making a web photo album "secure"

Unread post by JoeyG » 2019-12-15, 12:49

Good morning (actually it's already afternoon).

Again, my thanks to all who have contributed.

I don't want to say that I'm smarter than I look (which probably wouldn't be hard), but given the discussion here and on the jalbum forum, I've managed to fix the problem in a very simple way.

I edited the index.html page and replaced every instance of http:// with https://

That's all it took.

:thumbup:

Again, my thanks to everyone.

This case is closed.
"And you can believe me because I never lie - and I'm always right."
(Asserted by George Leroy Tirebiter* and my wife; only the latter is telling the truth.)
*Firesign Theater version

Locked