Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

websockets from non-ISY server

Featured Replies

  • Author

Well - it's cut down the number of entries to my error log significantly - it was getting hammered multiple times a second.

 

It's still getting hit, though - once every few minutes now, though.

 

Should I adjust the keepalive timeout do you think?

 

mark

  • 2 weeks later...
  • Author

Hi again Michael,

 

So I've done some reading about this and now understand a bit more about what you were explaining earlier.  I felt reasonably safe with htaccess protecting my site but now see that the user/password is actually sent in the open with each request to the website and so a man-in-the-middle could easily grab my login credentials.  Plus I don't have my apache set up to prevent brute force attempts and - as my access.log will attest - there have been some remote attempts to access my server.

 

So - I'm going to get to certificate installation this week. 

 

Do you have a recommendation for some sort of login or user authentication to go with https, though?  a PHP session perhaps?  or do you feel that htacess will be adequate once the site is https?

 

Thanks,

 

mark

Once you have a trusted cert and can access the site over https, then put a redirect on port 80 (to prevent http access).

 

In a fully SSL encrypted session, .htaccess 'basic' authentication is just fine - although not pretty. I also use fail2ban on my host to firewall off IPs that make more than a couple of bad requests for an added tier of security, but with a strong password it may not be necessary.

 

Michael.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.