owulveryck / goMarkableStream

A utility to stream (and record) from a Remarkable2 without hack or third party dependencies
MIT License
593 stars 24 forks source link

https in iframe, Integration with Obsidian text editor (enhancement idea) #120

Open chopikus opened 1 week ago

chopikus commented 1 week ago

I just discovered that Obsidian editor allows to show presentations with the obsidian-advanced-canvas plugin. I made a fork that adds a screen of remarkable tablet by injecting an iframe.

Unfortunately I couldn't make it work with HTTPS. When I try to open "https://10.11.99.1:2001" in the iframe, the screen isn't shown and a following error is printed by the server: 2024/11/24 20:04:17 http: TLS handshake error from 10.11.99.8:48546: remote error: tls: unknown certificate

Do you know if this issue could be fixed?

I would appreciate any feedback! Thanks