08-13-2022 10:43 AM
hi everyone. ebay has introduced a new listing tool for uploading auctions to their site. suddenly none of my HTML documents are working properly anymore. none of my jpegs are showing up. the way i've always worked is offline with Dreamweaver. i set up an html page with the description and pictures, then upload that to the description portion of the listing tool. this has allowed me to add more pics than ebay allows with their viewer. suddenly none of my jpegs for any of my auctions are showing up. i'm just wondering if anyone out there with more knowledge of html might be able to help me fix this problem. i've called ebay and they don't know anything about it. the person i spoke with reported it to their IT people, but i don't know if they'll ever contact me back. any help or suggestions would be greatly appreciated...thanks.
08-13-2022 10:56 AM - edited 08-13-2022 10:59 AM
It appears that your hosting domain (the .net server)
is not secured or a problem with the link itself?
you are getting a mismatch for https protocol
NET::ERR_CERT_DATE_INVALID
It’s likely the website’s certificate is expired, which prevents your img call from connecting securely.
08-13-2022 11:37 AM
hmmm. thank you for looking at it. i'm not that knowledgeable on these matters. my website is still showing up on firefox. i'll go to my webspace provider and find out what i have to do.
08-13-2022 01:28 PM
ooops...the thread moved...
yes, the website will show up fine using only
http://
however, to make a link to ebay, it must use the https protocol
I am not positive if it has ALWAYS been this way, but I know I had to alter my custom coding a long time ago from non-secure links to secure links....
when I "View Source" of your ebay page with your 'dreamweaver' page, the "img src" links use the https protocol, and the website is only http
(I hope that made sense to you)
08-13-2022 04:10 PM
hi, thank you for your help. yeah, i think i know what the problem might be. my webhost is dreamhost and they seem to have gone to an all automatic system for answering questions. i set up that website years ago and don't really care if anybody ever goes to it again. but i think this might involve fixing the https thing with that site. something i've been putting off for years. again, thank you.