![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Possible to use HTTPS along with HTTP? I am in need of a quick start in the WCF world. I have been told that it is possible to set up an http channel to use https, but after a couple of hours of reading I did not find anything that I could use. Under Framework 2.0 I have the following config section for remoting. <system.runtime.remoting> <application> <channels> <channel name="SoapClient" ref="http" port="5101" bindTo="10.51.10.70"> <serverProviders> <formatter ref="soap" typeFilterLevel="Full" /> <provider ref="wsdl"/> </serverProviders> </channel> </channels> </application> </system.runtime.remoting> Two questions 1) - What is the direct translation from the above to a WCF style configuration? 2) - If it is possible to do SSL authentication (https) over the channel in WCF, what has to be done. Thanks for you help ------------------------------ Roy Chastain SOHO Technology Solutions, LLC |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: Possible to use HTTPS along with HTTP? To move from remoting to WCF , look at http://msdn2.microsoft.com/en-us/lib...57(vs.80).aspx. Changing endpoint binding in the config file from basicHttpBinding ( no by default security ) to WSHttpBinding already give you secure channel Arkady "Roy Chastain" <roy@sohotech.biz> wrote in message news:rc42s2putpe9f3v11gh7mfj5ksninqphfs@4ax.com... >I am in need of a quick start in the WCF world. > I have been told that it is possible to set up an http channel to use > https, but after a couple of hours of reading I did not find anything > that I could use. > > Under Framework 2.0 I have the following config section for remoting. > > <system.runtime.remoting> > <application> > <channels> > <channel name="SoapClient" ref="http" port="5101" > bindTo="10.51.10.70"> > <serverProviders> > <formatter ref="soap" typeFilterLevel="Full" /> > <provider ref="wsdl"/> > </serverProviders> > </channel> > </channels> > </application> > </system.runtime.remoting> > > > Two questions > 1) - What is the direct translation from the above to a WCF style > configuration? > > 2) - If it is possible to do SSL authentication (https) over the > channel in WCF, what has to be done. > > Thanks for you help > > ------------------------------ > Roy Chastain > SOHO Technology Solutions, LLC |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: Possible to use HTTPS along with HTTP? Thanks for the pointer. I am off to read some more. On Thu, 1 Feb 2007 12:11:32 +0200, "Arkady Frenkel" <arkadyf@hotmailxdotx.com> wrote: >To move from remoting to WCF , look at >http://msdn2.microsoft.com/en-us/lib...57(vs.80).aspx. > >Changing endpoint binding in the config file from basicHttpBinding ( no by >default security ) to WSHttpBinding already give you secure channel > >Arkady > >"Roy Chastain" <roy@sohotech.biz> wrote in message >news:rc42s2putpe9f3v11gh7mfj5ksninqphfs@4ax.com... >>I am in need of a quick start in the WCF world. >> I have been told that it is possible to set up an http channel to use >> https, but after a couple of hours of reading I did not find anything >> that I could use. >> >> Under Framework 2.0 I have the following config section for remoting. >> >> <system.runtime.remoting> >> <application> >> <channels> >> <channel name="SoapClient" ref="http" port="5101" >> bindTo="10.51.10.70"> >> <serverProviders> >> <formatter ref="soap" typeFilterLevel="Full" /> >> <provider ref="wsdl"/> >> </serverProviders> >> </channel> >> </channels> >> </application> >> </system.runtime.remoting> >> >> >> Two questions >> 1) - What is the direct translation from the above to a WCF style >> configuration? >> >> 2) - If it is possible to do SSL authentication (https) over the >> channel in WCF, what has to be done. >> >> Thanks for you help >> >> ------------------------------ >> Roy Chastain >> SOHO Technology Solutions, LLC > ------------------------------ Roy Chastain SOHO Technology Solutions, LLC |
My System Specs![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: New HTTPS Error Since SP1 | PA Bear [MS MVP] | Vista security | 1 | 03-25-2008 05:15 AM |
| Changing Default Protocol for HTTP/HTTPS | Ken | Vista General | 0 | 11-10-2006 10:13 AM |
| Rpc over Https problem | Angel Taravilla | Vista security | 1 | 08-31-2006 11:10 PM |