Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
If SSL is installed and everything on the site is using https then would I need to make any change to my existing code to make it work (except for the links like http://something etc which I'll change to https://something) ?
I thought the only difference b/w http and https is that using https the data is encrypted and sent and nothing else, while in http data is not encrypted.
Is there any way to have https on localhost so that I can test it ?