Hi Ognjen:

I have my configuration as you have stated. I have followed steps indicated for 
below link: 

http://www.youtube.com/watch?v=2P0bJDKQHpc&feature=related

I have tested with Mozilla and it works perfectly.


Thanks a lot all of you for your patience and effort, I appreciate that.

Regards.

----- Original Message -----
From: "Ognjen Blagojevic" <ognjen.d.blagoje...@gmail.com>
To: users@tomcat.apache.org
Sent: Monday, October 29, 2012 2:48:09 AM
Subject: Re: Implementing SSL and error invocating https://localhost:8443/ 
(Tomcat 7.0 on Windows 7)

Gabriel,

On 28.10.2012 3:48, Gabriel Huerta Araujo wrote:
> 5.- When I open IE with http://mydomain.com:8080/ or 
> https://mydomain.com:8443/ appears or :
> IE can not show web page.

It seems that your hosts file is not properly configured.

1. Make sure you are editing %SystemRoot%\system32\drivers\etc\hosts 
(e.g. C:\Windows\System32\drivers\etc\hosts)

2. Make sure that your changes are actually saved. Show us the complete 
content of your hosts file.

3. Just in case, flush your DNS cache. Execute these two commands from 
command prompt:

   ipconfig /flushdns
   nbtstat -R

4. Test your namespace reolution with this command form command prompt:

   ping mydomain.com

It should output something like this:


====

C:\>ping mydomain.com

Pinging mydomain.com [192.168.1.254] with 32 bytes of data:

Reply from 192.168.1.254: bytes=32 time<1ms TTL=128
Reply from 192.168.1.254: bytes=32 time<1ms TTL=128
Reply from 192.168.1.254: bytes=32 time<1ms TTL=128
Reply from 192.168.1.254: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.1.254:
     Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
     Minimum = 0ms, Maximum = 0ms, Average = 0ms

----

-Ognjen






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to