Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ssl under iis6 problem

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  internetworks?  
Author Message
user3402

External


Since: Jan 07, 2005
Posts: 2



(Msg. 1) Posted: Fri Jan 07, 2005 10:35 am
Post subject: ssl under iis6 problem
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi all.
I've just installed IIS 6.0 on Win 2003 server trying to open an asp.net
project, but I have problems with the SSL.
There are pages that are ment to be secured with SSL and when I'm trying to
open them a "File not found .." error occures while other pages ( not
secured ) are opened properly.
I've looked in the IIS log file and noticed that there is no page request on
443 port ( on which the SSL is set to work ).
This project works on my coleagues' workstations running the same platform.
So, what could be wrong? Any ideas ?
Thank you in advance.
Best ragards to all.

Nikolay Anestev

 >> Stay informed about: ssl under iis6 problem 
Back to top
Login to vote
hal

External


Since: Apr 19, 2004
Posts: 15



(Msg. 2) Posted: Fri Jan 07, 2005 10:35 am
Post subject: Re: ssl under iis6 problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 7 Jan 2005 16:32:50 +0200, "Nikolay Anestev" <123.TakeThisOut@456.com>
wrote:

 >Hi all.
 >I've just installed IIS 6.0 on Win 2003 server trying to open an asp.net
 >project, but I have problems with the SSL.
 >There are pages that are ment to be secured with SSL and when I'm trying to
 >open them a "File not found .." error occures while other pages ( not
 >secured ) are opened properly.
 >I've looked in the IIS log file and noticed that there is no page request on
 >443 port ( on which the SSL is set to work ).
 >This project works on my coleagues' workstations running the same platform.
 >So, what could be wrong? Any ideas ?
 >Thank you in advance.
 >Best ragards to all.

You are using https to access the page, right?

Hal

 >
 >Nikolay Anestev
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ssl under iis6 problem 
Back to top
Login to vote
doug5

External


Since: Aug 13, 2004
Posts: 7



(Msg. 3) Posted: Fri Jan 07, 2005 11:17 am
Post subject: RE: ssl under iis6 problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

IS ASP.NET enabled in IIS?

doug

"Nikolay Anestev" wrote:

 > Hi all.
 > I've just installed IIS 6.0 on Win 2003 server trying to open an asp.net
 > project, but I have problems with the SSL.
 > There are pages that are ment to be secured with SSL and when I'm trying to
 > open them a "File not found .." error occures while other pages ( not
 > secured ) are opened properly.
 > I've looked in the IIS log file and noticed that there is no page request on
 > 443 port ( on which the SSL is set to work ).
 > This project works on my coleagues' workstations running the same platform.
 > So, what could be wrong? Any ideas ?
 > Thank you in advance.
 > Best ragards to all.
 >
 > Nikolay Anestev
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl under iis6 problem 
Back to top
Login to vote
user3402

External


Since: Jan 07, 2005
Posts: 2



(Msg. 4) Posted: Fri Jan 07, 2005 11:35 am
Post subject: Re: ssl under iis6 problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

<hal.RemoveThis@nospam.com> wrote in message
news:3iatt015d707ft3rvu16l6d3peo2451q1f@4ax.com...
 > On Fri, 7 Jan 2005 16:32:50 +0200, "Nikolay Anestev" <123.RemoveThis@456.com>
 > wrote:
 >
  > >Hi all.
  > >I've just installed IIS 6.0 on Win 2003 server trying to open an asp.net
  > >project, but I have problems with the SSL.
  > >There are pages that are ment to be secured with SSL and when I'm trying
to
  > >open them a "File not found .." error occures while other pages ( not
  > >secured ) are opened properly.
  > >I've looked in the IIS log file and noticed that there is no page request
on
  > >443 port ( on which the SSL is set to work ).
  > >This project works on my coleagues' workstations running the same
platform.
  > >So, what could be wrong? Any ideas ?
  > >Thank you in advance.
  > >Best ragards to all.
 >
 > You are using https to access the page, right?
 >
 > Hal
 >
  > >
  > >Nikolay Anestev
  > >
 >

Yes I do.

n.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl under iis6 problem 
Back to top
Login to vote
qbernard1

External


Since: Dec 23, 2003
Posts: 905



(Msg. 5) Posted: Fri Jan 07, 2005 1:35 pm
Post subject: Re: ssl under iis6 problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Do a net stop and net start https.
then 'netstate -an' at command prompt do you see any binding of port 443 ?

open the site property. is port 443 set ?

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>



"Nikolay Anestev" <123.DeleteThis@456.com> wrote in message
news:OhKTOGN9EHA.3236@TK2MSFTNGP15.phx.gbl...
 >
 > <hal.DeleteThis@nospam.com> wrote in message
 > news:3iatt015d707ft3rvu16l6d3peo2451q1f@4ax.com...
  >> On Fri, 7 Jan 2005 16:32:50 +0200, "Nikolay Anestev" <123.DeleteThis@456.com>
  >> wrote:
  >>
   >> >Hi all.
   >> >I've just installed IIS 6.0 on Win 2003 server trying to open an asp.net
   >> >project, but I have problems with the SSL.
   >> >There are pages that are ment to be secured with SSL and when I'm trying
 > to
   >> >open them a "File not found .." error occures while other pages ( not
   >> >secured ) are opened properly.
   >> >I've looked in the IIS log file and noticed that there is no page
   >> >request
 > on
   >> >443 port ( on which the SSL is set to work ).
   >> >This project works on my coleagues' workstations running the same
 > platform.
   >> >So, what could be wrong? Any ideas ?
   >> >Thank you in advance.
   >> >Best ragards to all.
  >>
  >> You are using https to access the page, right?
  >>
  >> Hal
  >>
   >> >
   >> >Nikolay Anestev
   >> >
  >>
 >
 > Yes I do.
 >
 > n.
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl under iis6 problem 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 6) Posted: Fri Jan 07, 2005 1:35 pm
Post subject: Re: ssl under iis6 problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I just would like to clarify that Bernard meant netstat, and not netstate
Smile

--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>

Bernard wrote:

 > Do a net stop and net start https.
 > then 'netstate -an' at command prompt do you see any binding of port 443
?
 >
 > open the site property. is port 443 set ?<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl under iis6 problem 
Back to top
Login to vote
qbernard1

External


Since: Dec 23, 2003
Posts: 905



(Msg. 7) Posted: Fri Jan 07, 2005 2:35 pm
Post subject: Re: ssl under iis6 problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

hehe, must be the beer Smile

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>



"Kristofer Gafvert" <kgafvert DeleteThis @NEWSilopia.com> wrote in message
news:xn0dwzawyemvt7003@news.microsoft.com...
 >I just would like to clarify that Bernard meant netstat, and not netstate
 >Smile
 >
 > --
 > Regards,
 > Kristofer Gafvert
<font color=purple> > <a style='text-decoration: underline;' href="http://www.ilopia.com</font" target="_blank">www.ilopia.com</font</a>>
 >
 > Bernard wrote:
 >
  >> Do a net stop and net start https.
  >> then 'netstate -an' at command prompt do you see any binding of port 443
 > ?
  >>
  >> open the site property. is port 443 set ?<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl under iis6 problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS6/PHP problem - PHP 4.3.4 MySQL 3.23 Windows 2003/IIS6 I have a PHP script for connecting to a mysql database. When procesing the script through the command line, everything works fine, but through an internet browser (and hence IIS6) the following error is displayed: ...

IIS6 problem - Hi all. I've an annoying problem with a iis 6 webserver. In pages containing much images, the webserver send them "slotted". So, in example, 15 images are sent immediately, than the server stops 2 or 3 seconds, than other 15 and so on.. Any id...

IIS6.0 & ASP problem - An ASP app running fine on IIS 5.p. When I moved to an IIS6.0 on Win 2003 server, I cannot run any ASP page. I noticed that there was server extension 2002 but not the earlier. What do I need to do to get ASP pages to work? Thanks Bill -- Error msg ---...

Problem with IIS6 - Hi ! Our IIS 6 stop. Our home page could not been displayd. Active Server Pages error ASP 0241 CreateObject Exception The CreateObject of (null) caused exception C0000005. Server object error ASP 0177 : c0000005 Server.CreateObject Failed c0000005 ..

Problem with .dll on IIS6 - I had some configuration based on IIS 5. After installation of a new MS Server 2003 with IIS 6.0 this site dosn't work more. I suppose that IIS 6.0 isn't able to perform .dll as a script. How is it possible to force IIS to do it? Thanks in advance.
   Web Hosting and Web Master Forums (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 ]