Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread squeezebox153
Got it. Appreciate the info. I'll stick to using Smartthings as the middle man squeezebox153's Profile: http://forums.slimdevices.com/member.php?userid=72012 View this thread:

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread gordonb3
squeezebox153 wrote: > I'm just trying to enable https on the PiCore -- not understanding the > limitations and need for workarounds. All the more reason to go for option #3 But okay, crash course: https uses encryption to transfer information. While on an open server this encryption is

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread paul-
LMS does not support https, end of story. So you will need some sort of go between that does support https, and then relays http to LMS. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread squeezebox153
gordonb3 wrote: > Right, I see. So this is effectively not home automation but a nice > frontend on a public server that instructs your browser to fetch the > info from your IoT devices as inline objects. As I see it you have three > options here: > > > - use an old browser that does not

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread squeezebox153
mherger wrote: > > For background, I'm using a Sharptools dashboard to control the > PiCore: > > I don't know sharptools. Is this a cloud service, or a piece of software > > running in your own network? Do you access LMS from the outside, or the > > LAN only? Sharptools is a cloud service.

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread gordonb3
Right, I see. So this is effectively not home automation but a nice frontend on a public server that instructs your browser to fetch the info from your IoT devices as inline objects. As I see it you have three options here: - use an old browser that does not block mixed encrypted and plain

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread Michael Herger
For background, I'm using a Sharptools dashboard to control the PiCore: I don't know sharptools. Is this a cloud service, or a piece of software running in your own network? Do you access LMS from the outside, or the LAN only? ___ unix mailing list

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread squeezebox153
For background, I'm using a Sharptools dashboard to control the PiCore: [image: https://i.imgur.com/lnXSme5.jpg] Since this is rendered through https, it does not allow http calls: Code: VM117:1 Mixed Content: The page at 'https://sharptools.io/dashboard/view/...'

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread philchillbill
mherger wrote: > > You could use something like https://nginxproxymanager.com. That approach still entails the overhead of having to open ports and getting/maintaining a domain name for your house. I'd argue that using (free) ngrok is much simpler - no need for port forwarding, a valid ssl

Re: [SlimDevices: Unix] Installing openssl

2021-08-11 Thread gordonb3
Like the other responders I'm unsure why you would need https if you are accessing Player through a local network. There is no added value over unencrypted http for such an environment and it only complicates setup and maintenance, in particular when you resort to using a trusted certificate

Re: [SlimDevices: Unix] Installing openssl

2021-08-10 Thread Michael Herger
What I need is an https connection. How can I accomplish that? Does your automation system not allow http? I don't think pCP has support for https to access its settings pages. You could use something like https://nginxproxymanager.com. But the question really is whether you really need

Re: [SlimDevices: Unix] Installing openssl

2021-08-10 Thread squeezebox153
What I need is an https connection. How can I accomplish that? squeezebox153's Profile: http://forums.slimdevices.com/member.php?userid=72012 View this thread: http://forums.slimdevices.com/showthread.php?t=114962

Re: [SlimDevices: Unix] Installing openssl

2021-08-10 Thread paul-
openssl is installed by default. Openssl creates an encrypted link between two machines. https is just a generic term. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'