Page 1 of 1

SSL Mixed Mode

Posted: Thu Mar 19, 2015 1:45 am
by rriazi
Hi,

Is it possible to add a "Mixed Mode" option to SSL Encryption so it can support both secure and non-secure requests at the same time? I really need it because some of my clients require SSL encryption, and for some reason some of them can't connect with SSL.

Regards

Re: SSL Mixed Mode

Posted: Thu Mar 19, 2015 10:23 am
by Kent Briggs
rriazi wrote:Is it possible to add a "Mixed Mode" option to SSL Encryption so it can support both secure and non-secure requests at the same time?
Unfortunately the socket component I use does not support that feature. It has to be one or the other (on the same port).

Re: SSL Mixed Mode

Posted: Thu Mar 19, 2015 5:11 pm
by rriazi
Hi,

Thanks for replying. What if we assign diferent ports for each?

Regards

Re: SSL Mixed Mode

Posted: Fri Mar 20, 2015 10:14 am
by Kent Briggs
rriazi wrote:Thanks for replying. What if we assign diferent ports for each?
I would have to add separate settings for those. I'd rather find out why some of your players can't connect via SSL. Every browser supports SSL.