Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - Possible to use HTTPS along with HTTP?

 
 
Old 01-31-2007   #1 (permalink)
Roy Chastain


 
 

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 SpecsSystem Spec
Old 02-01-2007   #2 (permalink)
Arkady Frenkel


 
 

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 SpecsSystem Spec
Old 02-01-2007   #3 (permalink)
Roy Chastain


 
 

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 SpecsSystem Spec
 

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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46