I am not at my server, so I am guessing here, but there is probably an option 
in the IIS setup somewhere for the site that would only allow secure 
connections to that site.  If you allowed http access to the site also, then 
you could code in your TAF and check the port and redirect it if it was not on 
the secure port.

Take a look at http://www.eapintl.com/logon.taf.
You should automatically get forwarded to https://www.eapintl.com/logon.taf

Troy

>===== Original Message From [EMAIL PROTECTED] =====
>I've got a site running under SSL on IIS5. Is there a way to set up a
>redirect when someone tries to enter the site without the https. Right now
>whenever someone hits the site with http://secure.site.com/ they receive an
>error message telling them to try again and use https instead of http.
>
>Is there a way around this?
>
>Thanks in advance,
>
>Steve Smith
>
>Skadt Information Solutions
>Office: (519) 624-4388
>GTA:    (416) 606-3885
>Fax:    (519) 624-3353
>Cell:   (416) 606-3885
>Email:  [EMAIL PROTECTED]
>Web:    http://www.skadt.com
>
>
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Troy Sosamon
>Sent: June 28, 2002 5:09 PM
>To: Multiple recipients of list witango-talk
>Subject: RE: Witango-Talk: SSL questions
>
>
>Buddy,
>
>I have this IF statement at the top of my taf with the following code inside
>of it.  This redirect to the https site.  There are 2 pieces of code that do
>the same thing.
>
>Troy
>
>
>If <@cgiparam server_port> != 443
>
>-------------
>[BODY>
>  [meta http-equiv="Refresh" content="1;
>URL=https://www.eapintl.com<@appfile>?_FUNCTION=<@ARG
>name=_FUNCTION>&<@userreferenceargument>" >
>[script language="JavaScript">
>       <!--
>       // send original window back to ee page
>       window.location = "https://www.eapintl.com<@appfile>?_FUNCTION=<@ARG
>name=_FUNCTION>&<@userreferenceargument>";
>       -->
>[/script>
>
>
>===== Original Message from [EMAIL PROTECTED] at 6/28/02 1:23 pm
>>Troy
>>  Same site with two different names.
>>
>>Buddy
>>
>>-----Original Message-----
>>From: Troy Sosamon [mailto:[EMAIL PROTECTED]]
>>Sent: Friday, June 28, 2002 3:09 PM
>>To: Multiple recipients of list witango-talk
>>Subject: RE: Witango-Talk: SSL questions
>>
>>
>>Buddy,
>>
>>Are you running 2 different sites on one server, or is it the same site w/
>2
>>
>>different domain names?
>>
>>I have www.eapintl.com and www.affinitycare.org.  2 sites, 2 domain names.
>>I did not want to purchase a second cert for affinitycare, so I have a
>>virtual directory under the eapintl site that points to the affinitycare
>>directory.  www.eapintl.com/affinitycare points to the same directory as
>>www.affinitycare.org.  In the affinitycare logon program, I check the url
>>and if it is http://www.affinitycare.org, I forword to
>>https://www.eapintl.com/affinitycare.  This way I can use the eapintl cert
>>for both sites, and no error messages come up.  If anyone ever looks at the
>>cert when they are in the affinitycare site, they will see that the cert
>was
>>
>>issued to eapintl.  It has been up for over a year and no one has said a
>>word about it.  I neglected to mention it to our marketing department.
>>
>>Give me a call if you want to talk about this in person.
>>
>>Troy Sosamon
>>[EMAIL PROTECTED]
>>
>>===== Original Message from [EMAIL PROTECTED] at 6/28/02 12:51 pm
>>>Rick
>>>
>>>  I see by your answer below that you can have as many certificates as you
>>>want to 1 ip address. I have an SSL Certificate from Verisign for
>>>www.dean-med.pitt.edu and was trying to get another certificate for
>>>www.medschool.pitt.edu (same server and IP as www.dean-med.pitt.edu) and
>>was
>>>told by Verisign's Tech Support that WIN 2k Advance Server cannot handle
>>>more than one certificate. Is there some other way to get this. I went to
>>>create another certificate code from the Web Server and my only choices
>>were
>>>to renew current certificate or remove current certificate.
>>>
>>>  Thanks
>>>
>>>
>>>Buddy Walker
>>>University of Pittsburgh
>>>School of Medicine
>>>M-250 Scaife Hall
>>>Pittsburgh, PA 15261
>>>(v) (412) 648-7660
>>>(f) (412) 383-7452
>>>
>>>
>>>-----Original Message-----
>>>From: Rick Sanders [mailto:[EMAIL PROTECTED]]
>>>Sent: Friday, June 28, 2002 11:53 AM
>>>To: Multiple recipients of list witango-talk
>>>Subject: Re: Witango-Talk: SSL questions
>>>
>>>
>>>
>>>Hi Dan,
>>>
>>>Installing SSL is fairly painless. First you have to get a certificate
>code
>>>from the domain on the server through IIS by processing a certificate
>>>request.
>>>
>>>Paste the code with your request to Entrust, or Verisign for the
>>>certificate.
>>>
>>>When you get the code back from Entrust or Verisign, paste the code in a
>>>text file and finish the request you processed originally from the server.
>>>
>>>You can have as many certificates as you want on any server, since
>>>certificates go by domain name and not IP address.
>>>
>>>You also have to install the root certificate in the web browser of the
>>>server. Ensure you have the 128 bit encryption for the browser, and of
>>>course the 128 bit high encryption pack for Windows 2000 server. If not,
>>you
>>>need to download it.
>>>
>>>Usually, the default port for SSL is 1139, or port 43.
>>>Usually the SSL domain name is https://mydomain.com (No www header will be
>>>accepted).
>>>
>>>Hope this helps.
>>>
>>>Rick
>>>
>>>
>>> I am getting ready to deploy a new solution for a customer that will
>>>require
>>> using SSL. It is a course registration site where we will be processing
>>> credit Cards. I have not done this before but have the Authorize net
>>>manual
>>> and hope to get some sample witango code.
>>>
>>> Here is the customers setup I need to know what I have to do and where
>>the
>>> pitfalls may be.
>>>
>>> The max site traffic at any time would be 1,000 unique visitors a day
>and
>>> most often in the 100's.
>>>
>>> There will be one Web server which will when the project is done be
>>>running
>>> 4 sites. It is a new IBM server and I can have as much RAM in it as I
>>want
>>> right now there is 1G
>>> OS Windows 2000 Server
>>>
>>> The Web server will sit in a DMZ
>>>
>>> All port 80 traffic is filtered through a proxy server
>>>
>>> The DB server windows 2000 server OS and SQL 2000 DB
>>>
>>> The DB server will be behind a second firewall.
>>>
>>> Dan
>>>
>>> --
>>> Dan Stein
>>> Digital Software Solutions
>>> 799 Evergreen Circle
>>> Telford PA 18969
>>> Land: 215-799-0192
>>> Mobile: 610-256-2843
>>> FMP, WiTango, EDI,SQL 2000
>>> [EMAIL PROTECTED]
>>> www.dss-db.com
>>>
>>> ________________________________________________________________________
>>> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>>>                 with unsubscribe witango-talk in the message body
>>>
>>>________________________________________________________________________
>>>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>>>                with unsubscribe witango-talk in the message body
>>>________________________________________________________________________
>>>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>>>                with unsubscribe witango-talk in the message body
>>
>>________________________________________________________________________
>>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>>                with unsubscribe witango-talk in the message body
>>________________________________________________________________________
>>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>>                with unsubscribe witango-talk in the message body
>
>________________________________________________________________________
>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                with unsubscribe witango-talk in the message body
>
>________________________________________________________________________
>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                with unsubscribe witango-talk in the message body

Troy Sosamon
Denver Co
[EMAIL PROTECTED]

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to