OBiTALK Community

General Support => Feature Requests => Topic started by: initrd on May 21, 2019, 06:22:44 PM

Title: HTTPS for the forum
Post by: initrd on May 21, 2019, 06:22:44 PM
Dear Polycom, and your forum users,

Is it normal, that thousands of users connect to this forum using plain, unencrypted HTTP, and HTTPS is basically dysfunctional ( searches, etc. ) Should you not default to and allow only https? instead of defaulting plain http? I find it quite dangerous to login via my Google account, and have HTTP only traffic while logged in to the forum... kinda *weak*, and scary, at least from my point of view...

Thanks,

Mike

EDIT: about to switch my VoIP to GV, and use your device... main reason why I am here...
Title: Re: HTTPS for the forum
Post by: Lavarock7 on May 24, 2019, 07:21:22 AM
It is pretty simple to enable HTTPS site-wide whether they use a paid certificate or a free one. Then again, this version of forum is quite old. Still it should work fine under HTTPS.
Title: Re: HTTPS for the forum
Post by: Sheffield_Steve on May 24, 2019, 07:29:33 AM
The login is encrypted, but I don't see why the site itself needs to be securely transmitted to the end user?  i.e. What difference does it make?  What is secret about the information?

Title: Re: HTTPS for the forum
Post by: Lavarock7 on May 24, 2019, 08:52:35 AM
Quote from: Sheffield_Steve on May 24, 2019, 07:29:33 AM
The login is encrypted, but I don't see why the site itself needs to be securely transmitted to the end user?  i.e. What difference does it make?  What is secret about the information?



It is not just about encrypting data but also because many new browser features rely upon it.

Google wants it and lowers sites rankings when not using it.

https://developers.google.com/web/fundamentals/security/encrypt-in-transit/why-https
Title: Re: HTTPS for the forum
Post by: Sheffield_Steve on May 24, 2019, 09:04:45 AM
There are no "features" that I'm aware of that need https:

I understand it's being pushed and is essential for banking and other sites where it's critical to make sure the data cannot be intercepted or changed. 

But for a site like this.  Does it really make any difference? 
Title: Re: HTTPS for the forum
Post by: SteveInWA on May 24, 2019, 12:19:09 PM
Aside from encryption of information sent over the Internet, using SSL/TLS involves using a server certificate that can be verified back to the root certificate authority.  This is a protection against attacks such as a "man in the middle" or DNS spoofing.

I'll agree that it is not a worrisome risk for this particular forum, but in general, it is now considered bad practice to host a website that doesn't use HTTPS.
Title: Re: HTTPS for the forum
Post by: Sheffield_Steve on May 24, 2019, 12:32:38 PM
I think you are confusing regular encrypted web browsing with DNS over HTTPS.  They are not the same

To protect from DNS attacks you need to implement secure DNS (DNSSEC) and DNS over https (experimental) which is a totally different thing from using https on websites.

Very few people have these things configured.  I just happen to be one that has.

Here is a test for DNSSEC:

http://dnssec.vs.uni-due.de/ (http://dnssec.vs.uni-due.de/)
Title: Re: HTTPS for the forum
Post by: SteveInWA on May 24, 2019, 12:54:06 PM
I am talking about the general vulnerability to attacks of a website that doesn't have a web server certificate.
Title: Re: HTTPS for the forum
Post by: Sheffield_Steve on May 24, 2019, 01:02:54 PM
I don't see that using https on a website helps at all in that respect.  All it does is make sure other people cannot see the data being transmitted back and forth. Man in the middle attacks are still possible.

DNSSEC and DNS over https is what will mitigate those attacks