Results 1 to 5 of 5

Thread: SSL error when redirect to HTTPS

  1. #1
    Join Date
    Jul 2010
    Posts
    53

    SSL error when redirect to HTTPS

    I just set up SSL on my IIS. Suddenly, I no longer accept http requests. Any customer arriving to my site via http then receives an error page 403.4 who asks him to repeat his request under https. Is there a way to configure IIS to redirect the client so transparent http to https? Please help. Thank you in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,424

    Re: SSL error when redirect to HTTPS

    Check the level of encryption (encryption) of Internet Explorer. To do this, click on "?", Then "About Internet Explorer". If the level is greater than or equal to 128 bits, then proceed to Step 2, otherwise:
    * Update the system with the latest Service Pack
    Check your browser's settings. In Internet Explorer, click the Tools menu, then choose "Internet Options". Click the Advanced tab and scroll through the list "Settings" to the Security section. Check the boxes "Use SSL 2.0" and "SSL 3.0" are checked properly!

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    Re: SSL error when redirect to HTTPS

    While SSL is independent of protocol, which means it may as well make secure transactions on the Web by HTTP as connections via FTP, POP or IMAP. Indeed, SSL acts as an additional layer, to ensure data security, located between the layer application and layer Transportation (TCP for example). In this way, SSL is transparent to the user (meaning that there may ignore it uses SSL). For example a user using a web browser to connect an e-commerce website secured with SSL send encrypted data without any manipulation necessary on its part.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Re: SSL error when redirect to HTTPS

    The server receives the request sends a Certificate to the client with the server's public key, signed by a certification authority (CA), and the name of the cryptosystem the highest in the list with which it is compatible (the length of the encryption key - 40 bits or 128 bits - will be the common cryptosystem having the greatest key size). The server is able to decrypt the session key with its key private. Thus, both entities are in possession of a shared key that they are Only connoisseurs. The remaining transactions can be done using the session key, ensuring the integrity and confidentiality of data exchanged.

  5. #5
    Join Date
    Jan 2006
    Posts
    4,221

    Re: SSL error when redirect to HTTPS

    Firefox comes with a number of CAs by default. These authorities have passed a certification audit their procedures and are therefore considered reliable (do not give cert for people who do not have the field, there have been glitches, but the CRL have to correct them). The list of certification authorities involved are very large: it covers most of the sites using https. If the original poster had a problem with a site, this could be it, but not all. In this case, it is probably something that intercepts the connection. Some proxy (corporate), some AV do: the content of the certificate should tell us more.

Similar Threads

  1. How to fix HTTP error 307 Temporary Redirect (since HTTP/1.1)?
    By Charu Sharma in forum Networking & Security
    Replies: 6
    Last Post: 05-04-2012, 01:14 AM
  2. Can't go to ANY HTTPS sites
    By Ajabu in forum Technology & Internet
    Replies: 4
    Last Post: 18-09-2010, 04:22 AM
  3. How can i disable Orbit Downloader 404 error redirect page?
    By Craigg in forum Technology & Internet
    Replies: 5
    Last Post: 10-02-2010, 11:33 AM
  4. Cannot browse https
    By Abhiraj in forum Technology & Internet
    Replies: 3
    Last Post: 28-07-2009, 11:08 PM
  5. Ssl error disabled with Firefox 3 on https
    By The Recruiter in forum Technology & Internet
    Replies: 4
    Last Post: 14-03-2009, 09:54 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,022,305.69589 seconds with 17 queries