Jump to content

bbotts77

Members
  • Posts

    11
  • Joined

  • Last visited

bbotts77's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. Unfortunately, I cannot afford to upgrade to a 994 right now. I fall into more of the hobbyist/geek category of your user-base. So, there's no way to just transfer good (PEM) files to the ISY or hack a backup file to include a good cert? I am quite familiar with java's keytool and other cert utilities. I'm just not that familiar with your devices, yet.
  2. Well, I got tired of waiting for a response and completely reconfigured my ISY for my devices, programs, etc... This time, I made a backup after everything was configured. So, now I'll work on the SSL stuff. However, it would still be nice if someone could speak up about what can be done if this were to happen again.
  3. Ok. So, a factory reset fixes this problem. Unfortunately, that means I also have to completely reconfigure this. Is there any way to extract certain config from the backup file, so I don't have to add my devices and programs manually? Or do you know which file might be hosing this up, so I can just delete that file and go from there?
  4. Good points. Like I said, I'm pretty new to this thing. I didn't even think about the need to keep the toggle program disabled. Thanks for clarifying that for both of us.
  5. I am also new to ISY programming. So, if there's a better way to do this, please correct me. What I would do is remove the button press from the IF statement in the program you posted and save it as just a toggle program. Then, write another program for your button with the button press in the IF statement. Something like this If LampLinc is OFF Then Set LampLinc On Else Set LampLinc OFF IF IR_01 is PRESSED Then Run Program 'Toggle LampLinc' (If) Else - No Actions
  6. ...or so it seems. I have a few web server devices on my network. So, to more easily allow internal and external access, I change the ports they listen on and use port forwarding in my router to send the requests off to their appropriate devices. For the ISY 99, I had used port 99 for http and port 4439 for https requests. This was all working internally and externally until last night, when I decided I should make things a little more secure by installing an SSL cert. I can still hit the device, using http requests on port 99 (or whatever I change it to). I cannot access it through an https request regardless of the port I use or if I use its name or IP address (internal or external). I have deleted the cert and key files from the device as per another thread here. I've tried cycling the power. I have not tied accessing it via https, while doing a handstand, yet. But, I'm willing to try whatever you guys think will get this working with https again. Thank you, Ben
×
×
  • Create New...