Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS ssl problem

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Pulling up a file without typing the htm ext.  
Author Message
anonymous2203

External


Since: Jul 30, 2004
Posts: 6



(Msg. 1) Posted: Fri Jul 30, 2004 12:21 pm
Post subject: IIS ssl problem
Archived from groups: microsoft>public>inetserver>iis (more info?)

i ve got asp project that worked in win 2000.i backup ssl
certificate and upgrade OS to win 2003 and install
certificate.after that when i called page from local
there is no problem but when called from internet
sometimes page dont display and dns error displayed.how
can i solve this problem

 >> Stay informed about: IIS ssl problem 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Sat Jul 31, 2004 3:02 am
Post subject: Re: IIS ssl problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Can you please give the exact error that you see? If using IE, please turn
off its "Show Friendly HTTP Errors" option so that you can see the actual
error page/codes that are returned.

Now, if SSL is working on local machine, then your problem probably has
nothing to do with IIS. I would use the error code returned from your
internet requests to troubleshoot your network/DNS configuration to make
sure your server is actually accessible.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Ali Ayhan" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:74df01c47651$56d8e4e0$a301280a@phx.gbl...
i ve got asp project that worked in win 2000.i backup ssl
certificate and upgrade OS to win 2003 and install
certificate.after that when i called page from local
there is no problem but when called from internet
sometimes page dont display and dns error displayed.how
can i solve this problem

 >> Stay informed about: IIS ssl problem 
Back to top
Login to vote
anonymous2203

External


Since: Jul 30, 2004
Posts: 6



(Msg. 3) Posted: Sat Jul 31, 2004 7:15 am
Post subject: Re: IIS ssl problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

error flag already turn off,error is dns error like when
u call wrong url(www.fsdsfsdfsdfdsf.com) take same error
"Cannot find server or DNS Error
Internet Explorer"
web site work successfully when call from local
like "https://localhost/secure"
but rarely don't work when call from net
like "https://www.xxx.com" in fact first page work
successfully but when redirect other page on web site i
take dns error
 >> Stay informed about: IIS ssl problem 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 4) Posted: Sun Aug 01, 2004 12:25 am
Post subject: Re: IIS ssl problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is your website Host-header based or not?

SSL requires unique IP and Port combination. Host header cannot be used --
it is encrypted inside the request itself, so it is catch-22 to try to
determine the right server certificate (based on Host header) for a given
SSL request which comes over a unique IP/Port combination.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Ali AYHAN" <anonymous RemoveThis @discussions.microsoft.com> wrote in message
news:7a7401c476ef$b3142640$a401280a@phx.gbl...
error flag already turn off,error is dns error like when
u call wrong url(www.fsdsfsdfsdfdsf.com) take same error
"Cannot find server or DNS Error
Internet Explorer"
web site work successfully when call from local
like "https://localhost/secure"
but rarely don't work when call from net
like "https://www.xxx.com" in fact first page work
successfully but when redirect other page on web site i
take dns error
 >> Stay informed about: IIS ssl problem 
Back to top
Login to vote
guy_brom

External


Since: Jul 29, 2004
Posts: 4



(Msg. 5) Posted: Sun Aug 01, 2004 5:07 am
Post subject: Re: IIS ssl problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Maybe your dns was not yet populated?
can you try using https with an IP? it will give you a certificate warning,
but it is intresting to know wheter it will connect or not.

"Ali AYHAN" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:7a7401c476ef$b3142640$a401280a@phx.gbl...
 > error flag already turn off,error is dns error like when
 > u call wrong url(www.fsdsfsdfsdfdsf.com) take same error
 > "Cannot find server or DNS Error
 > Internet Explorer"
 > web site work successfully when call from local
 > like "https://localhost/secure"
 > but rarely don't work when call from net
 > like "https://www.xxx.com" in fact first page work
 > successfully but when redirect other page on web site i
 > take dns error
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS ssl problem 
Back to top
Login to vote
anonymous2203

External


Since: Jul 30, 2004
Posts: 6



(Msg. 6) Posted: Tue Aug 10, 2004 3:43 am
Post subject: Re: IIS ssl problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

hi i didnt look up this newsgroup for a long time.i
describe our iis server configuration.on iis web site
managed from default web site no web site create for this
web site and no website on iis except default web
site.and ip address set like (All Unassigned) and also
port 443,ssl install on default web site.
before i said web site work fine but sometimes when
visitors count increase i take dns error.
i want to learn am i have to create new web site for this
web site and install ssl on this web web site and remove
from default web site.somebody says asp pages dont work
efficiently if so i have to look asp pages code.which one
is resolution of my problem,
thanks
 >> Stay informed about: IIS ssl problem 
Back to top
Login to vote
frank7

External


Since: Aug 08, 2004
Posts: 26



(Msg. 7) Posted: Tue Aug 10, 2004 9:02 am
Post subject: Re: IIS ssl problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I am not sure I fully understand your question. However, you should know
that you cannot run two websites using host headers and SSL at the same
time. SSL will only operate with one website on one IP/computer.

-Frank

"Ali AYHAN" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:33b401c47ead$b4670970$a401280a@phx.gbl...
 > hi i didnt look up this newsgroup for a long time.i
 > describe our iis server configuration.on iis web site
 > managed from default web site no web site create for this
 > web site and no website on iis except default web
 > site.and ip address set like (All Unassigned) and also
 > port 443,ssl install on default web site.
 > before i said web site work fine but sometimes when
 > visitors count increase i take dns error.
 > i want to learn am i have to create new web site for this
 > web site and install ssl on this web web site and remove
 > from default web site.somebody says asp pages dont work
 > efficiently if so i have to look asp pages code.which one
 > is resolution of my problem,
 > thanks<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS ssl problem 
Back to top
Login to vote
anonymous2203

External


Since: Jul 30, 2004
Posts: 6



(Msg. 8) Posted: Tue Aug 10, 2004 10:05 am
Post subject: Re: IIS ssl problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

my main problem is i get dns error when iis server busy
(at this time cpu usage is about 2%,3% also memory usage
is 100-200mb),error occour when visitors count is (800-
1000 user(top value of the day)),on iis there is one
website is "default web site" and ssl install on "Default
Web Site" also ssl port set 443 and IP set
like "unassigned" and "host header name" set
www.xxx.com.this configuration is usual correct
configuration or am i have to make new web site definiton
for www.xxx.com and install cert on this web site
definiton on IIS MMC.if i do first(make new definition)
my problem will be solved.or problem not occured because
of configuration.may be occured bad asp coding.i dont
look asp pages yet other company wrote these code.but our
customer says supporter company change page code
architecture(before used ssl for database jobs but now
instead of it they make database jobs on asp page without
dlls).changing asp code can make this problem because
execution time of asp pages increased,which one is
reason,iis configuration or asp pages coding
thanks.
 >> Stay informed about: IIS ssl problem 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]