Anyone familiar with httpf?

You can talk about anything here

Moderator: Akira

Post Reply
User avatar
M4v3r1ck
Posts: 375
Joined: Wed Feb 26, 2003 1:14 am

Anyone familiar with httpf?

Post by M4v3r1ck »

What do you know about httpf? Are these supposed to be more secure or just faster sacrificing security?

TIA

Maverick
Serpent
Posts: 1002
Joined: Sun Mar 16, 2003 3:57 pm
Location: Over here
Contact:

Post by Serpent »

i know of http and https....not httpf...
Image
Neophyte
Posts: 1433
Joined: Tue Feb 25, 2003 2:44 pm
Location: San Diego, CA.

Post by Neophyte »

httpF?!

Could you mean httpS?

Https is a secure HTTP protocol that uses SSL to encrypt data. It's a cheap way to encrypt your information sent over a web site. (Cheap meaning that it doesn't need a VPN or hardware to preform the encryption.) It uses up to 256-bit encryption to encrypt the 2-way data sent between the web server the client. But that's downgradable to what the client has on their browser. So you can opt to allow a 128-bit or lower client to connect to your site if you like.

It's drawback is that it requires a certificate authority to issue your domain an annual license to secure your web server. So, for example, if you wanted to secure http://www.campquake.net you would need to buy a certificate for that site. And if you wanted to secure server.campquake.net, that would require another certificate. I've found that http://www.thawte.com has good prices. But there was an open source SSL site trying to become a certificate of authority issuer for free. I haven't checked if that has become a valid alternative yet.
Neophyte[CotC]
Member since 1996

Image
User avatar
KrAzYdAvE
Posts: 2121
Joined: Wed Feb 26, 2003 12:35 am

Post by KrAzYdAvE »

I used http://www.rapidssl.com the last time and they worked out quite well so far. I've had the certificates with them for about 2 years now...
IIRC they were alot cheaper than Thawte was also...

There is such a thing as httpF although, some info on it can be found here.
http://httpf.sourceforge.net/
It's just a filtering proxy thats supposed to filter out bad things like javascript calls and client checks to find out what OS\Browser that you're running.
User avatar
M4v3r1ck
Posts: 375
Joined: Wed Feb 26, 2003 1:14 am

Post by M4v3r1ck »

Thanks guys.

Checked out that link KD. Just to clarify, it is basically just like a firewall so to speak. It denies access to pages with questionable content?
Serpent
Posts: 1002
Joined: Sun Mar 16, 2003 3:57 pm
Location: Over here
Contact:

Post by Serpent »

Neophyte wrote:httpF?!

Could you mean httpS?

Https is a secure HTTP protocol that uses SSL to encrypt data. It's a cheap way to encrypt your information sent over a web site. (Cheap meaning that it doesn't need a VPN or hardware to preform the encryption.) It uses up to 256-bit encryption to encrypt the 2-way data sent between the web server the client. But that's downgradable to what the client has on their browser. So you can opt to allow a 128-bit or lower client to connect to your site if you like.

It's drawback is that it requires a certificate authority to issue your domain an annual license to secure your web server. So, for example, if you wanted to secure http://www.campquake.net you would need to buy a certificate for that site. And if you wanted to secure server.campquake.net, that would require another certificate. I've found that http://www.thawte.com has good prices. But there was an open source SSL site trying to become a certificate of authority issuer for free. I haven't checked if that has become a valid alternative yet.
there is also entrust - $150 or so, per year, and you can register multiple years at once, so no need to renew annually. :)
Image
User avatar
KrAzYdAvE
Posts: 2121
Joined: Wed Feb 26, 2003 12:35 am

Post by KrAzYdAvE »

Thanks guys.

Checked out that link KD. Just to clarify, it is basically just like a firewall so to speak. It denies access to pages with questionable content?
Not necessarilly the pages, just the questionable content on them...
User avatar
M4v3r1ck
Posts: 375
Joined: Wed Feb 26, 2003 1:14 am

Post by M4v3r1ck »

Ok, gotcha! Thanks
Post Reply