Not sure if Kaya are planning to use websockets, but if they are, the impression I get is that they don't work very well unless you are using SSL. Something to do with proxies causing undesirable caching, which the encryption seems to sort out: http://www.infoq.com/articles/Web-Sockets-Proxy-Serverstopazg wrote:What benefit do you expect SSL to bring Kaya either than larger headaches? :SKaya.gs wrote:There are 2 separate topics that caused a lot of unstability on 1.7:
1) Switching to https: it brought several unexpected side-effects and issues and we've been knocking them done one by one.
bug report
- quantumf
- Lives in sente
- Posts: 844
- Joined: Tue Apr 20, 2010 11:36 pm
- Rank: 3d
- GD Posts: 422
- KGS: komi
- Has thanked: 180 times
- Been thanked: 151 times
Re: bug report
-
Kaya.gs
- Lives with ko
- Posts: 294
- Joined: Fri Aug 12, 2011 10:52 am
- Rank: 6d
- GD Posts: 0
- KGS: Dexmorgan
- Wbaduk: c0nanbatt
- Has thanked: 25 times
- Been thanked: 78 times
- Contact:
Re: bug report
topazg wrote:What benefit do you expect SSL to bring Kaya either than larger headaches? :SKaya.gs wrote:There are 2 separate topics that caused a lot of unstability on 1.7:
1) Switching to https: it brought several unexpected side-effects and issues and we've been knocking them done one by one.
SSL is rather important for login/sensitive data pages like Log in. Using a public network someone could eavesdrop and steal your password.
Its not a problem if they log in to kaya as you, but it is if they log in to your paypal account for example.
It was easier for me to set up the whole site on ssl than just a few pages so i went ahead and did the whole thing. But i am considering moving ssl only to the sensitive pages. The problem is that cookies also stop being secure if you move from https to http.
After 1.7.1 i really suspect most issues had to do more about the second than the first, as i already fixed the really major problem #1 caused.
Founder of Kaya.gs
- quantumf
- Lives in sente
- Posts: 844
- Joined: Tue Apr 20, 2010 11:36 pm
- Rank: 3d
- GD Posts: 422
- KGS: komi
- Has thanked: 180 times
- Been thanked: 151 times
Re: bug report
Why would you want to do this? This usually causes browser warnings and/or broken padlock icons.Kaya.gs wrote:But i am considering moving ssl only to the sensitive pages.
Reasons I'm aware of include clients often/never caching ssl-served data, and imposing a compression load on the server. Is it one of these, or something else?
Not sure the relevance of the Paypal concern? Is Kaya passing through Paypal userid/passwords to the Paypal site?