SSL implementation
-
Hello friends, I want to implement SSL in my project. After buying a certificate from CA, What kind of coding changes I need to made to my Project? Any suggestions? Thanks.
Amit
None. you need change a setting (Require secure channel) in IIS and change all hardcoded links from "http://" to "https://"
-
None. you need change a setting (Require secure channel) in IIS and change all hardcoded links from "http://" to "https://"
-
I make a request for trial certificate at www.thawte.com. But it is giving error like this.. Any help? Form Processing Error An error occurred while we were processing your form. Usually this means that one of the values you submitted in your form was invalid, or you did not put a value in a required field. Please check the error message below, and then review your submission. The actual error given was: You cannot get a cert for an intranet address for this product. Kind regards, thawte it's a trust thing
Amit
-
I make a request for trial certificate at www.thawte.com. But it is giving error like this.. Any help? Form Processing Error An error occurred while we were processing your form. Usually this means that one of the values you submitted in your form was invalid, or you did not put a value in a required field. Please check the error message below, and then review your submission. The actual error given was: You cannot get a cert for an intranet address for this product. Kind regards, thawte it's a trust thing
Amit
-
Hello friends, I want to implement SSL in my project. After buying a certificate from CA, What kind of coding changes I need to made to my Project? Any suggestions? Thanks.
Amit
After the SSL certificate is installed on your domain do something like this depending on your requirements: Write a redirect script, that redirects all (or some, depending on your requirements) requests to your website to https:// ]]> This script needs to be named default.asp and placed in the folder your domain is pointing to if you are redirecting all http requests. If you only want to protect some web site pages it becomes a more complicated process. You will have to modify this code and put it into the desired folder to meet your requirements. You will also have to check referrer on the individual web pages to make sure they are being opened from another web page on your site and not just typed into the browser address.
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopes -
After the SSL certificate is installed on your domain do something like this depending on your requirements: Write a redirect script, that redirects all (or some, depending on your requirements) requests to your website to https:// ]]> This script needs to be named default.asp and placed in the folder your domain is pointing to if you are redirecting all http requests. If you only want to protect some web site pages it becomes a more complicated process. You will have to modify this code and put it into the desired folder to meet your requirements. You will also have to check referrer on the individual web pages to make sure they are being opened from another web page on your site and not just typed into the browser address.
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopesThanks, I have created a certificate request and tried to use it in thwate.com for trial certificate. But it is giving me an error, like this You cannot get a cert for an intranet address for this product. What It means? What could be the solution for this?
Amit
-
Thanks, I have created a certificate request and tried to use it in thwate.com for trial certificate. But it is giving me an error, like this You cannot get a cert for an intranet address for this product. What It means? What could be the solution for this?
Amit
I don't know what the problem is. Are you trying to put a certificate on a subdomain? Email thewate.com and see what it means. They are rejecting your request because they say you are trying to use it on an intranet. Does your web hosting provider offer to set up a certificate on your domain? You will need to have the certificate set up before you can use secure pages (https).
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopes