IMG-Tag Error - Cannot decode

0 votes
asked Mar 6, 2022 in Bug by anonymous
I tried the following example on the server/mac and get the error "(Cannot decode: img:https://plantuml.com/logo3.png)"

@startuml
!theme cerulean-outline
:* You can change <color:red>text color</color>
* You can change <back:cadetblue>background color</back>
* You can change <size:18>size</size>
* You use <u>legacy</u> <b>HTML <i>tag</i></b>
* You use <u:red>color</u> <s:green>in HTML</s> <w:#0000FF>tag</w>
----
* image x0.5 : <img:https://plantuml.com/logo3.png{scale=0.5}>
----
* image x1.5 : <img:https://plantuml.com/logo3.png{scale=1.5}>
;
@enduml

Does anyone have a tip for me?

Cheers,

Boris

1 Answer

0 votes
answered Mar 6, 2022 by plantuml (295,000 points)
We had some certificate issues on the server.

It should be fixed now!

Sorry for the delay.
...