Re: SSL Certs

2015-11-02 Thread 罗格雷格博士
@ozdotnet.com] On Behalf Of Greg Low (??) Sent: Monday, 2 November 2015 9:08 PM To: ozDotNet <ozdotnet@ozdotnet.com<mailto:ozdotnet@ozdotnet.com>> Subject: RE: SSL Certs I suppose a more basic question is: What’s the cleanest way in an Azure website MVC app to route all requests for

RE: SSL Certs

2015-11-02 Thread Paul Glavich
November 2015 9:08 PM To: ozDotNet <ozdotnet@ozdotnet.com> Subject: RE: SSL Certs I suppose a more basic question is: What’s the cleanest way in an Azure website MVC app to route all requests for abcdef.com.au to abcdef.com ? Regards, Greg Dr Greg Low 1300SQLSQL (1300 7

RE: SSL Certs

2015-11-02 Thread Paul Glavich
net@ozdotnet.com> Subject: RE: SSL Certs I suppose a more basic question is: What’s the cleanest way in an Azure website MVC app to route all requests for abcdef.com.au to abcdef.com ? Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 867

RE: SSL Certs

2015-11-02 Thread 罗格雷格博士
I suppose a more basic question is: What’s the cleanest way in an Azure website MVC app to route all requests for abcdef.com.au to abcdef.com ? Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web:

Re: SSL Certs

2015-11-02 Thread Stephen Price
Glav > > > > *From:* ozdotnet-boun...@ozdotnet.com [ > mailto:ozdotnet-boun...@ozdotnet.com <ozdotnet-boun...@ozdotnet.com>] *On > Behalf Of *Greg Low (??) > *Sent:* Monday, 2 November 2015 9:08 PM > *To:* ozDotNet <ozdotnet@ozdotnet.com> > *Subject:* RE: SSL Certs &g

Re: SSL Certs

2015-11-02 Thread David Connors
gt;> >> Actually, maybe this would suit you better >> https://www.digicert.com/unified-communications-ssl-tls.htm >> >> >> >> - Glav >> >> >> >> *From:* ozdotnet-boun...@ozdotnet.com [ >> mailto:ozdotnet-boun...@ozdotnet.com <oz

Re: SSL Certs

2015-11-02 Thread Tom Rutter
ttps://www.digicert.com/unified-communications-ssl-tls.htm >>> >>> >>> >>> - Glav >>> >>> >>> >>> *From:* ozdotnet-boun...@ozdotnet.com >>> <javascript:_e(%7B%7D,'cvml','ozdotnet-boun...@oz

Re: SSL Certs

2015-11-02 Thread David Connors
On Tue, 3 Nov 2015 at 14:30 Tom Rutter wrote: > Can't this redirect just be done at the hoster and point to the same IP > before it even gets to IIS? The request still needs to hit a web server somewhere - might as well be one you control. David. -- David Connors

RE: SSL Certs

2015-11-02 Thread 罗格雷格博士
dotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Tom Rutter Sent: Tuesday, 3 November 2015 3:31 PM To: ozDotNet <ozdotnet@ozdotnet.com> Subject: Re: SSL Certs Can't this redirect just be done at the hoster and point to the same IP before it even gets to IIS? O