Access via iPad
Hi,
If i open my Repetier-Server page from an iPhone or iPad with Safari i get the top bar and a white page. I have login enabled so i assume there is a problem with displaying the login interface? Anyone else have this issue? I just installed one day ago from the official dpkg so i have the latest version.
Comments
WebSocket network error: The operation couldn’t be completed. (OSStatus error -9807.)
Trying to open a websocket manually in javascript console it is reported directly as closed while doing so on mac safari it reports open. So my best guess is that ios will not open secure websockets with self signed certificates.
Only solution would be to install it manually, but that seems to be not possible any more. If anyone has an idea how to install it please let me know and I put the answer into the faq.
https://i.stack.imgur.com/8kkEO.png
If it doesn't work i recommend Letsencrypt. I use Caddy server as a proxy with automatic fully Letsencrypt. Config files for proxies are just a couple lines, breeze to work with.
LetsEncrypt is fine if your printer is accessible from internet, if only accessible in intranet you can not set it up except maybe the dns version. Or does caddy also handle cases without global domain name being accessible?
I’ll try with caddy with Letsencrypt and see if I can make it work. Thanks.