I'm getting error messages from the forum when I go to update my thread topic: "It was not possible to determine the dimensions of the image. Please verify that the URL you entered is correct." The img tag scanner that reads images to find their dimensions can't connect to my https domain, but can connect to http just fine. Of course, for Chrome users if I serve http images they'll all be broken due to Google's aggressive stance on domain security.
For an example, you can visit https://tireiron.us/.IS/islogo.png just fine, but the forum plugin gives me the above error when I slap it into img tags.
Cannot determine image dimensions from my https domain
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Cannot determine image dimensions from my https domain
I cannot.Zhs2 wrote:For an example, you can visit https://tireiron.us/.IS/islogo.png just fine, but the forum plugin gives me the above error when I slap it into img tags.

If I tell Firefox to do it anyway and ignore the risk, I am given a "Not found" error.
- Zhs2
- Posts: 1299
- Joined: Fri Nov 07, 2008 3:29 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Maryland, USA, but probably also in someone's mod somewhere
- Contact:
Re: Cannot determine image dimensions from my https domain
This can be closed with "user error". After a lengthy session of debugging the whole issue boiled down to the wrong certificate being served on IPv6 on my end. Whoops...