![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | 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) |
| | 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) |
| | 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 | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| FTP, HTTP, HTTPS Protocols | Vista General | |||
| Changing Default Protocol for HTTP/HTTPS | Vista General | |||
| Vista and HTTPS | Vista security | |||
| Rpc over Https problem | Vista security | |||