hey great that for informative for a naive user like me. would you be able to help me on few more questions==>
1. i do have some harcoding at a few places. like to make you understand my application is running at 4 different site with 4 different code (though the code is the same at all places). the code is same everywhere except when we need to configure the site hostname. so what does this mean we will need to use 4 different ssl certificate. is my understanding correct?
2. when i am hardcoding the hostname like http://hostnm... then at those places i need to put https?
3. wudnt it mean that whereever i am using http in my application i will need to put https?
4. so web server references will have information on how to convert is to https?
sorry for asking very simple question.
thanks you.
Main Topics
Browse All Topics





by: meverestPosted on 2007-06-17 at 00:05:29ID: 19301703
https or http is actually something unrelated to the actual application running.
.' in which case you will need to change those links to https://....etc....
essentially, 'https' is encrypted http - otherwise pretty much the same thing.
as far as the application goes, you won't ned to change anything at all in the application, UNLESS you have any hard coded href links to 'http://....application...
To set up ssl (https) on your web server, you will need to either buy a third party ssl certificate (e.g. verisign, thawte, godaddy, and a whole lot of other alternatives) or set up a 'self signed' certificate.
check your web server references for how to do this.
Cheers,