Am I correct? Any suggestions on how I handle this?
Thanks!
-Richard K
Is the Linux box part of the SBS domain? If yes, and you have SBS Premium
installed, you could create a wildcard certificate (or buy one), and then
have https://server.domain.com go to your SBS server and
https://linux.domain.com go to the linux box.
I'm pretty sure that will work, but it adds to the complexity of managing a
small business network.
--
Costas
"Richard K" <Rich...@discussions.microsoft.com> wrote in message
news:A0706CD2-8383-4EFB...@microsoft.com...
--
Costas
"Richard K" <Rich...@discussions.microsoft.com> wrote in message
news:79F5CEEF-C20B-49C4...@microsoft.com...
--
Jan Wakulicz
www.micropol.com.au
"Richard K" <Rich...@discussions.microsoft.com> wrote in message
news:79F5CEEF-C20B-49C4...@microsoft.com...
You are correct that the HIPAA Security Requirement passed in April of 2005
does have some requirements attached to it, but SSL nor 443 were
specifically specified (thankfully.) To keep yourself out of hot water, you
should definitely be using encryption (SSL, TLS), but if you can't get a
subnet as already recommended, you can hang your apache instance off any
port you deem appropriate. I've even gon so far as to set up a silent
redirect on the SBS box, listening for the appropriate header
(apache.mydoman.com:443) and had it rewrite to the appropriate port
(apache.mydomain.com:450) and then I can properly forward *that* port, via
the firewall/router and 1-to-1 NAT, to the appropriate box. That will
prevent you from breaking SBS. :)
-Cliff
"Richard K" <Rich...@discussions.microsoft.com> wrote in message
news:A0706CD2-8383-4EFB...@microsoft.com...
Thanks!
Hope that helps
--
Costas
"Richard K" <Rich...@discussions.microsoft.com> wrote in message
news:8CA1C692-3708-4EAB...@microsoft.com...
sorry for intruding, but i have a similar cenario, but under sbs 2k3
premium, with isa.
i tried before but could not create a *.ourdomain.com certificate.
how do i do that under windows server ?? of course i can create one under
the linux boxes but if is possible under sbs, so much the better.
i tried under ciecw but with no success.
thank you
PLeite
---------------------------------------------------------
I had followed the instructions in the past and created one in ISA 2004
running on SBS, in order to be able to publish a SharePoint site sitting on
a member server.
--
Costas
"Pedro M. Leite" <ple...@cimbo.com> wrote in message
news:uq7$oRmwIH...@TK2MSFTNGP06.phx.gbl...
thanks Costas
have a nice weekend
PLeite
-------------------------------
sorry, but it didn't worked out.
i issued a *.ourdomain.com but the certificate is signed by
*.ourdomain.com which is an invalid signature and the certificates don't
work.
can you help me on this one ??
thanks
posting to different ng.
PLeite
On Fri, 30 May 2008 11:01:03 -0400, Costas wrote:
Also make sure that you change the default Web Listener to use the wildcard
certificate
--
Costas
"Pedro M. Leite" <ple...@cimbo.com> wrote in message
news:%23gBNE8n...@TK2MSFTNGP03.phx.gbl...
Just create a new site and set the header to the machine name you want
(let's call it records.mydomain.com.) Alternatively, if you *need* SBS to
be listening on 443, you can create a new subdirectory on your current
default site (already listening on port 443) so the URL would be
office.mydomain.com/reports (or whatever you wanted the directory portion of
the URL to be.)
Finally, set up an ASP file (index.asp, for example) with a single line...
Response.Redirect https://reports.mydomain.com:450/
Port 450 on the router needs to be forwarding traffic to your secure server,
and the server needs to be configured to listen for https requests on port
450. That can be your SBS box, another windows box with apache, another
windows box with IIS, or a linux box with whatever flavor of server you
like.
Hope that helps...
-Cliff
Either way, whether it is a directory, or just a new site listening on port
80, you would set up a redirect.
"Richard K" <Rich...@discussions.microsoft.com> wrote in message
news:1797F6E6-2A32-4765...@microsoft.com...
> I'm pretty sure these instructions work because I have followed them
> myself. When you say "invalid signature" what do you mean? The wildcard
> certificate is used on ISA server. The other servers must have a named
> SSL certificate.
>
> Also make sure that you change the default Web Listener to use the
> wildcard certificate
oooohhhh !! ( making dumb face :-(( )
i got the point now.
back to sbs box then
thanks
PLeite