RE: [EMAIL PROTECTED] SSL with Apache and IE

2006-08-17 Thread Boyle Owen
> -Original Message-
> From: Joost de Heer [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, August 17, 2006 6:10 PM
> To: Boyle Owen
> Cc: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] SSL with Apache and IE
> 
> >> The page cannot be displayed
> >>
> >> Cannot find server or DNS Error
> >
> > There's your problem.
> 
> Obviously you've never worked with IE. That's the standard 
> error whenever
> something doesn't work (The oh so beloved 'friendly error' from IE).


Actually, that's the one time IE tells the truth... Its friendly
messages cover up 404, 500, 401, 403 and so on but even it can't mess up
the simple case of being unable to resolve the domain.

(To be fair, if you look right down the bottom, they usually give you
the response code..)

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> Joost
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] SSL with Apache and IE

2006-08-17 Thread Joost de Heer
>> The page cannot be displayed
>>
>> Cannot find server or DNS Error
>
> There's your problem.

Obviously you've never worked with IE. That's the standard error whenever
something doesn't work (The oh so beloved 'friendly error' from IE).

Joost


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] SSL with Apache and IE

2006-08-16 Thread Foster, Stephen (ASPIRE)
Hi there,
 
while not wanting to sound rude , i think you need to start with some basic
problem diagnosis first before assuming that the apache is at fault.
 
i.e 
 
Can your client actually make a network level connection to your apache
server?
Is your browser configured properly?
Is apache actuially running?
 
If you think the above are okay then you can then monitor the Apache error
and access logs on your server while accessing through your browser and see
what happens in the logs.
 
Cheers
 
Steve

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 16 August 2006 13:35
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] SSL with Apache and IE



Hi Friends,

 

I have an application, which should be allowed to access through https only.

 But when I try to open the application with IE I found below error page

 




The page cannot be displayed

 


The page you are looking for is currently unavailable. The Web site might be
experiencing technical difficulties, or you may need to adjust your browser
settings.


  _  

Please try the following:

*   Click the Refresh button, or try again later. 

*   If you typed the page address in the Address bar, make sure that it
is spelled correctly. 

*   To check your connection settings, click the Tools menu, and then
click Internet Options. On the Connections tab, click Settings. The settings
should match those provided by your local area network (LAN) administrator
or Internet service provider (ISP). 

*   See if your Internet connection settings are being detected. You can
set Microsoft Windows to examine your network and automatically discover
network connection settings (if your network administrator has enabled this
setting). 

1.   Click the Tools menu, and then click Internet Options. 

2.   On the Connections tab, click LAN Settings. 

3.   Select Automatically detect settings, and then click OK. 

*   Some sites require 128-bit connection security. Click the Help menu
and then click About Internet Explorer to determine what strength security
you have installed. 

*   If you are trying to reach a secure site, make sure your Security
settings can support it. Click the Tools menu, and then click Internet
Options. On the Advanced tab, scroll to the Security section and check
settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0. 

*   Click the   Back button to try another
link. 

 


Cannot find server or DNS Error
Internet Explorer 


 


 

Is there any thing missed in the configuration of the apache?

Please let me know the resolution.

 

 

 

Regards,

 

Gannarapu

 


 

 

 


The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not
the intended recipient, you should not disseminate, distribute or copy this
e-mail. Please notify the sender immediately and destroy all copies of this
message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should
check this email and any attachments for the presence of viruses. The
company accepts no liability for any damage caused by any virus transmitted
by this email.

www.wipro.com




===
Our e-mail domain has now changed from iraspire.com to hmrcaspire.com. Please 
update your address books.
===


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] SSL with Apache and IE

2006-08-16 Thread Boyle Owen
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 16, 2006 2:35 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] SSL with Apache and IE
> 
> Hi Friends,
> 
>  
> 
> I have an application, which should be allowed to access 
> through https only.
> 
>  But when I try to open the application with IE I found below 
> error page
> 
> ... 
> 
> 
> The page cannot be displayed
> 
> Cannot find server or DNS Error

There's your problem.

The domain-name you are using for your server (ie, that you type into
the address bar) does not resolve to an IP address so the browser
doesn't know where to send the request.

You need to define the domain name somehow for your browser's name
resolution to work. How depends on whether this is a LAN, public
internet and maybe on the OS... none of which you reveal.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> Internet Explorer 
> 
> 
>  
> 
> 
>  
> 
> Is there any thing missed in the configuration of the apache?
> 
> Please let me know the resolution.
> 
>  
> 
>  
> 
>  
> 
> Regards,
> 
>  
> 
> Gannarapu
> 
>  
> 
>  
> 
>  
> 
>  
> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive 
> use of the addressee(s) and may contain proprietary, 
> confidential or privileged information. If you are not the 
> intended recipient, you should not disseminate, distribute or 
> copy this e-mail. Please notify the sender immediately and 
> destroy all copies of this message and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any 
> damage caused by any virus transmitted by this email.
> 
> www.wipro.com
>   
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]