| Author |
Message |
Hrvoje
Guest
|
Posted:
Wed Nov 24, 2004 8:59 pm Post subject:
https to access OWA on front-end not work |
|
|
Hi,
When I use pure http to access to OWA everything works fine, but when I put
certificate server on the same (front-end) server, and I try to use https i
get "page not found". Same front-end server is DC.
Is there any suggestions?
Hrvoje
|
|
| Back to top |
|
 |
Rodney R. Fournier [MVP]
Guest
|
Posted:
Thu Nov 25, 2004 1:07 am Post subject:
Re: https to access OWA on front-end not work |
|
|
You have a certificate on the server right? Under IIS you have to install a
trusted certificate.
Assuming you have a cert, have you turned on Forms Based Authentication?
Exchange System Manager, Administrative Groups, Group Name, Servers,
ServerName, Protocols, HTTP, Exchange Virtual Server - Properties - Settings
tab - check the box and use the drop down to set it to High.
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Hrvoje" <hrvojepr@recro.hr> wrote in message
news:OP41kYj0EHA.2876@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi,
When I use pure http to access to OWA everything works fine, but when I
put certificate server on the same (front-end) server, and I try to use
https i get "page not found". Same front-end server is DC.
Is there any suggestions?
Hrvoje
|
|
|
| Back to top |
|
 |
Hrvoje
Guest
|
Posted:
Thu Nov 25, 2004 1:49 pm Post subject:
Re: https to access OWA on front-end not work |
|
|
Yes, I have certificate and I have turned on Form Based Autentification, but
"page not found" is still there..
Is it possible that certificate and virtual server must have the same name?
Hrvoje
"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:uSMjbjl0EHA.2788@TK2MSFTNGP15.phx.gbl...
| Quote: | You have a certificate on the server right? Under IIS you have to install
a trusted certificate.
Assuming you have a cert, have you turned on Forms Based Authentication?
Exchange System Manager, Administrative Groups, Group Name, Servers,
ServerName, Protocols, HTTP, Exchange Virtual Server - Properties -
Settings tab - check the box and use the drop down to set it to High.
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Hrvoje" <hrvojepr@recro.hr> wrote in message
news:OP41kYj0EHA.2876@TK2MSFTNGP12.phx.gbl...
Hi,
When I use pure http to access to OWA everything works fine, but when I
put certificate server on the same (front-end) server, and I try to use
https i get "page not found". Same front-end server is DC.
Is there any suggestions?
Hrvoje
|
|
|
| Back to top |
|
 |
Rodney R. Fournier [MVP]
Guest
|
Posted:
Thu Nov 25, 2004 9:50 pm Post subject:
Re: https to access OWA on front-end not work |
|
|
The cert does not have to match anything. Did you configure IIS to use 443
for SSL? Do you have 443 open through the firewall?
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://www.msmvps.com/clustering - Blog
"Hrvoje" <hrvojepr@recro.hr> wrote in message
news:uju1ENs0EHA.3596@TK2MSFTNGP12.phx.gbl...
| Quote: | Yes, I have certificate and I have turned on Form Based Autentification,
but "page not found" is still there..
Is it possible that certificate and virtual server must have the same
name?
Hrvoje
"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:uSMjbjl0EHA.2788@TK2MSFTNGP15.phx.gbl...
You have a certificate on the server right? Under IIS you have to install
a trusted certificate.
Assuming you have a cert, have you turned on Forms Based Authentication?
Exchange System Manager, Administrative Groups, Group Name, Servers,
ServerName, Protocols, HTTP, Exchange Virtual Server - Properties -
Settings tab - check the box and use the drop down to set it to High.
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Hrvoje" <hrvojepr@recro.hr> wrote in message
news:OP41kYj0EHA.2876@TK2MSFTNGP12.phx.gbl...
Hi,
When I use pure http to access to OWA everything works fine, but when I
put certificate server on the same (front-end) server, and I try to use
https i get "page not found". Same front-end server is DC.
Is there any suggestions?
Hrvoje
|
|
|
| Back to top |
|
 |
Russ Kaufmann [MCT]
Guest
|
Posted:
Tue Nov 30, 2004 3:59 am Post subject:
Re: https to access OWA on front-end not work |
|
|
"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:%23UPICZw0EHA.2180@TK2MSFTNGP10.phx.gbl...
| Quote: | The cert does not have to match anything. Did you configure IIS to use 443
for SSL? Do you have 443 open through the firewall?
|
If the cert doesn't match up with the common name of the server, the worst
that will happen is that users will get a cert error message. SSL will still
work despite the error. |
|
| Back to top |
|
 |
Boris Lokhvitsky
Guest
|
Posted:
Wed Dec 01, 2004 7:35 am Post subject:
Re: https to access OWA on front-end not work |
|
|
Yes, and forms based authentication is also not a requirement.
When you added a certificate to a front-end IIS, do you see now the textbox
with SSL port (on the first tab of the default web site properties) being
available?
Can you connect via HTTPS to any other web page (you can put some test web
page to your IIS to test).
Didn't you by chance install a certificate also on the back-end? It
shouldn't be there...
Regards,
Boris
P.S. "If the cert doesn't match up with the common name of the server, the
worst that will happen is that users will get a cert error message." == And
this can easily be fixed by creating a CNAME alias in DNS matching the name
on a certificate, and pointing all users to that FQDN for OWA access. This
might be of further importance if you plan to use RPC over HTTPS, since for
this technology non-matching names will be a serious problem.
"Russ Kaufmann [MCT]" <russ@exchangemct.nospam.com> wrote in message
news:eNvyM6l1EHA.2192@TK2MSFTNGP14.phx.gbl...
| Quote: | "Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:%23UPICZw0EHA.2180@TK2MSFTNGP10.phx.gbl...
The cert does not have to match anything. Did you configure IIS to use
443
for SSL? Do you have 443 open through the firewall?
If the cert doesn't match up with the common name of the server, the worst
that will happen is that users will get a cert error message. SSL will
still
work despite the error.
|
|
|
| Back to top |
|
 |
Tim Hackbart [MSFT]
Guest
|
Posted:
Fri Dec 10, 2004 6:06 am Post subject:
Re: https to access OWA on front-end not work |
|
|
Hrvoje
You may have already seen this KB, but it talks about problems with OWA
access to Clustered Back End Servers
312422 XCCC: "HTTP 404" Error Appears When You Try to Log On to OWA Through
a
http://support.microsoft.com/?id=312422
Let me know if it helps
--
Tim Hackbart M.C.S.E.
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"Hrvoje" <hrvojepr@recro.hr> wrote in message
news:OP41kYj0EHA.2876@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi,
When I use pure http to access to OWA everything works fine, but when I
put
certificate server on the same (front-end) server, and I try to use https
i
get "page not found". Same front-end server is DC.
Is there any suggestions?
Hrvoje
|
|
|
| Back to top |
|
 |
|
|
|
|