Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

SSL error on imgsrv.roll20.net

1538227704

Edited 1538227955
External image dont work today on roll20. In network log i see :&nbsp; ERR_SSL_PROTOCOL_ERROR I have this error when try to open : <a href="https://imgsrv.roll20.net/?src=i.goopics.net/bgeD2.png" rel="nofollow">https://imgsrv.roll20.net/?src=i.goopics.net/bgeD2.png</a> This url work (but roll20 try with https, not http) : <a href="http://imgsrv.roll20.net/?src=i.goopics.net/bgeD2.png" rel="nofollow">http://imgsrv.roll20.net/?src=i.goopics.net/bgeD2.png</a> I use image en roll template and character sheet. EDIT : KO on chrome, but ok with firefox.
1538233463

Edited 1538233493
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Where are you hosting this image? The images on my character sheets are working fine, so I can't directly test.
I try with imgur et goopics.
Can give secondary account that external images I attempt to paste into the description blocks of a handout or character profile do not appear correctly and I receive the error message of "ERR_SSL_PROTOCOL_ERROR". Image works if I open it in a separate tab.&nbsp; I've tried clearing my cache and cookies on Google Chrome (the browser I am using) and tried clearing SSL certificates under my Network and Internet Center on my PC. Neither gave a resolution.&nbsp;
1538429300
Caden
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Greetings, Is this on a character sheet in our repo? If so which one? We generally recommending hosting the images in the github folder. Thanks, Cassie
The following are technical details to help roll20 get to the issue, it is unfortunately no workaround. The problem is from the way imgsrv.roll20.net handles secure connections (or doesn't). The error you're seeing comes from the fact that your browser thinks (correctly) that when it accesses port 443 the server should answer with a encrypted (TLS) connection. But it doesn't. It answers in plain old HTTP, wich confuses the browser thinking that a TLS connection should be returned. You can try this yourself, if we force an insecure connection to the https port we get a valid answer (which should not work under normal circumstances): <a href="http://imgsrv.roll20.net:443/?src=i.goopics.net/bgeD2.png" rel="nofollow">http://imgsrv.roll20.net:443/?src=i.goopics.net/bgeD2.png</a> The http forces the browser to initiate an unencrypted connection, the :443 makes sure we are speaking with the (normally) encrypted endpoint.
1542310395

Edited 1542311569
Marco G.
Sheet Author
Having the same issue with google chrome on the star wars: edge of the empire character sheet. I think the endpoint is http only, but chrome forces https? edit: it looks like the server responds with HTTP 307 Redirect on a plain HTTP request. Request URL: <a href="http://imgsrv.roll20.net/?src=i.imgur.com/AZ3lzVj.png" rel="nofollow">http://imgsrv.roll20.net/?src=i.imgur.com/AZ3lzVj.png</a> Request Method: GET Status Code: 307 Internal Redirect Referrer Policy: no-referrer-when-downgrade Edit 2;: I found the issue. It looks like Ghostery tries to force HTTPS. Deactivating ghostery did it for me. maybe i can whitelist it somehow.