Results 1 to 5 of 5

Thread: Website needs to be secured

  1. #1
    Hi everyone. I'd like to know how do you keep your web information private and secured? Do you know a reliable web security that can scan applications? I prefer one that has an attack simulation feature.

  2. Internet, Programming and Graphics   -   #2
    Hey,
    There are two general indications of a secured web page:

    1) Check the web page URL
    2) Check for the "Lock" icon

  3. Internet, Programming and Graphics   -   #3
    "I just remembered something that happened a long time ago."

  4. Internet, Programming and Graphics   -   #4
    Member
    Join Date
    Jan 2023
    Location
    Singapore
    Posts
    2
    Best way to secure a website now a days is to use CloudFlare SSL protection and its free to use for basic security that you normally need
    https://www.cloudflare.com/ssl/

  5. Internet, Programming and Graphics   -   #5
    Unfortunately, even if you assume Cloudflare can be completely trusted with all your traffic now and forever, that only encrypts data between users and their reverse proxies. You need to set up HTTPS on your origin server if you want the rest of the path to be protected (can be done with a whitelisted self-signed certificate, but with Let's Encrypt and ACME there's no reason not to get a real one).
    "I just remembered something that happened a long time ago."

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •