Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. SSL implementation

SSL implementation

Scheduled Pinned Locked Moved ASP.NET
securitycryptographyquestion
9 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iamdking
    wrote on last edited by
    #1

    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

    J J 2 Replies Last reply
    0
    • I iamdking

      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

      J Offline
      J Offline
      Jorgen Andersson
      wrote on last edited by
      #2

      None. you need change a setting (Require secure channel) in IIS and change all hardcoded links from "http://" to "https://"

      I 1 Reply Last reply
      0
      • J Jorgen Andersson

        None. you need change a setting (Require secure channel) in IIS and change all hardcoded links from "http://" to "https://"

        I Offline
        I Offline
        iamdking
        wrote on last edited by
        #3

        thanks, Any Code? Can you explain me in detail?

        Amit

        J 1 Reply Last reply
        0
        • I iamdking

          thanks, Any Code? Can you explain me in detail?

          Amit

          J Offline
          J Offline
          Jorgen Andersson
          wrote on last edited by
          #4

          The word "None" means no code, unless you have hardcoded links. Check this[^] for info on how to setup your webserver. Or google "iis ssl"

          I 1 Reply Last reply
          0
          • J Jorgen Andersson

            The word "None" means no code, unless you have hardcoded links. Check this[^] for info on how to setup your webserver. Or google "iis ssl"

            I Offline
            I Offline
            iamdking
            wrote on last edited by
            #5

            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

            J 1 Reply Last reply
            0
            • I iamdking

              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

              J Offline
              J Offline
              Jorgen Andersson
              wrote on last edited by
              #6

              Read Thawtes guides[^] on how to do it.

              1 Reply Last reply
              0
              • I iamdking

                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

                J Offline
                J Offline
                JimmyRopes
                wrote on last edited by
                #7

                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

                I 1 Reply Last reply
                0
                • J 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. JimmyRopes

                  I Offline
                  I Offline
                  iamdking
                  wrote on last edited by
                  #8

                  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

                  J 1 Reply Last reply
                  0
                  • I iamdking

                    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

                    J Offline
                    J Offline
                    JimmyRopes
                    wrote on last edited by
                    #9

                    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

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups