-
-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
❔ questionFurther information is requestedFurther information is requested
Description
Just setup Traefik to serve Kroki over HTTPS. All is good, cert issued by Let's Encrypt but when visiting the site I got a message:
This site has a valid certificate, issued by a trusted authority.
However, some parts of the site are not secure. This means information (such as passwords or credit cards) might not be securely sent to this site and may be intercepted or seen by others.
Checking Source page I see
<html>
<body>
<!--StartFragment-->
<a href="https://kroki.io" target="_blank" rel="noopener noreferrer"><svg class="logo" xmlns="http://www.w3.org/2000/svg" width="279.72827mm" height="95.710899mm" viewBox="0 0 279.72827 95.7109" version="1.1">
|
<br class="Apple-interchange-newline"><!--EndFragment-->
</body>
</html><a href="https://kroki.io/" target="_blank" rel="noopener noreferrer"><svg class="logo" xmlns="http://www.w3.org/2000/svg" width="279.72827mm" height="95.710899mm" viewBox="0 0 279.72827 95.7109" version="1.1">
where http://www.w3.org/2000/svg
should better be set as https
, please.
twise at the end of the file
Metadata
Metadata
Assignees
Labels
❔ questionFurther information is requestedFurther information is requested