473,405 Members | 2,171 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

SSL Webservices through Proxy Server : Does anyone have a definite answer on whether it is possible or not ?

Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?

....Different Player, shoot again... I am asking a question which was
posted several times in the last months, but never answered;
any advice / insight would be appreciated.

The question is simple, though worrying : are secured (https / ssl) web
services functional if you have to query them through a proxy server ?

I fell into a giant opened trap which can be described as below :
- Step 1 : Setup a webservice (any type of web service)
- Step 2 : Secure it and make it accessible only via https (many
articles explain how to do this).
- Step 3 : Bundle it inside your .Net software and make sure that the
SSL certificate is correctly handled
(if you are running a test certificate, you can use the
trick described at
http://weblogs.asp.net/jan/archive/2.../04/41154.aspx
)
- Step 4 : Wait for the first person who will want to use your software
but is only allowed to access the web through a proxy
(Because her/his system administrator has decided that
internet access should not be provided any other way)

==Then you are trapped. I tried many alternatives, but none of them
worked. I even tried to install several proxy software and to
check whether something could be done inside their configuration, with
no luck...

Did I miss a point ? Any good advice or definite answer would be
appreciated.
My only alternatives at that time are to select where to open a
security hole (i.e either get rid of the https / SSL protection on my
webservice, or ask all my customers to bypass their proxy and/or
firewall in order to access the webservice); and I don't like that.
For interested people, here are some links to other unanswered posts /
articles related to the same question :

http://groups.google.fr/group/micros...e872c5bfc9ba14

http://discuss.fogcreek.com/dotnetqu...ow&ixPost=5463

Thanks !

Pascal T.

Dec 6 '06 #1
7 2226
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?

....Different Player, shoot again... I am asking a question which was
posted several times in the last months, but never answered;
any advice / insight would be appreciated.

The question is simple, though worrying : are secured (https / ssl) web
services functional if you have to query them through a proxy server ?

I fell into a giant opened trap which can be described as below :
- Step 1 : Setup a webservice (any type of web service)
- Step 2 : Secure it and make it accessible only via https (many
articles explain how to do this).
- Step 3 : Bundle it inside your .Net software and make sure that the
SSL certificate is correctly handled
(if you are running a test certificate, you can use the
trick described at
http://weblogs.asp.net/jan/archive/2.../04/41154.aspx
)
- Step 4 : Wait for the first person who will want to use your software
but is only allowed to access the web through a proxy
(Because her/his system administrator has decided that
internet access should not be provided any other way)

==Then you are trapped. I tried many alternatives, but none of them
worked. I even tried to install several proxy software and to
check whether something could be done inside their configuration, with
no luck...

Did I miss a point ? Any good advice or definite answer would be
appreciated.
My only alternatives at that time are to select where to open a
security hole (i.e either get rid of the https / SSL protection on my
webservice, or ask all my customers to bypass their proxy and/or
firewall in order to access the webservice); and I don't like that.
For interested people, here are some links to other unanswered posts /
articles related to the same question :

http://groups.google.fr/group/micros...e872c5bfc9ba14

http://discuss.fogcreek.com/dotnetqu...ow&ixPost=5463

Thanks !

Pascal T.
I have just "found" your request.... Did you ever work out how to do or is it not possible? I have found myself in a similar situation.

TIA

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Dec 15 '06 #2
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?

....Different Player, shoot again... I am asking a question which was
posted several times in the last months, but never answered;
any advice / insight would be appreciated.

The question is simple, though worrying : are secured (https / ssl) web
services functional if you have to query them through a proxy server ?

I fell into a giant opened trap which can be described as below :
- Step 1 : Setup a webservice (any type of web service)
- Step 2 : Secure it and make it accessible only via https (many
articles explain how to do this).
- Step 3 : Bundle it inside your .Net software and make sure that the
SSL certificate is correctly handled
(if you are running a test certificate, you can use the
trick described at
http://weblogs.asp.net/jan/archive/2.../04/41154.aspx
)
- Step 4 : Wait for the first person who will want to use your software
but is only allowed to access the web through a proxy
(Because her/his system administrator has decided that
internet access should not be provided any other way)

==Then you are trapped. I tried many alternatives, but none of them
worked. I even tried to install several proxy software and to
check whether something could be done inside their configuration, with
no luck...

Did I miss a point ? Any good advice or definite answer would be
appreciated.
My only alternatives at that time are to select where to open a
security hole (i.e either get rid of the https / SSL protection on my
webservice, or ask all my customers to bypass their proxy and/or
firewall in order to access the webservice); and I don't like that.
For interested people, here are some links to other unanswered posts /
articles related to the same question :

http://groups.google.fr/group/micros...e872c5bfc9ba14

http://discuss.fogcreek.com/dotnetqu...ow&ixPost=5463

Thanks !

Pascal T.
My cap kills my brain

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Feb 13 '07 #3
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?

....Different Player, shoot again... I am asking a question which was
posted several times in the last months, but never answered;
any advice / insight would be appreciated.

The question is simple, though worrying : are secured (https / ssl) web
services functional if you have to query them through a proxy server ?

I fell into a giant opened trap which can be described as below :
- Step 1 : Setup a webservice (any type of web service)
- Step 2 : Secure it and make it accessible only via https (many
articles explain how to do this).
- Step 3 : Bundle it inside your .Net software and make sure that the
SSL certificate is correctly handled
(if you are running a test certificate, you can use the
trick described at
http://weblogs.asp.net/jan/archive/2.../04/41154.aspx
)
- Step 4 : Wait for the first person who will want to use your software
but is only allowed to access the web through a proxy
(Because her/his system administrator has decided that
internet access should not be provided any other way)

==Then you are trapped. I tried many alternatives, but none of them
worked. I even tried to install several proxy software and to
check whether something could be done inside their configuration, with
no luck...

Did I miss a point ? Any good advice or definite answer would be
appreciated.
My only alternatives at that time are to select where to open a
security hole (i.e either get rid of the https / SSL protection on my
webservice, or ask all my customers to bypass their proxy and/or
firewall in order to access the webservice); and I don't like that.
For interested people, here are some links to other unanswered posts /
articles related to the same question :

http://groups.google.fr/group/micros...e872c5bfc9ba14

http://discuss.fogcreek.com/dotnetqu...ow&ixPost=5463

Thanks !

Pascal T.
Asta la vista, wht does it mean?

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Feb 26 '07 #4
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?

....Different Player, shoot again... I am asking a question which was
posted several times in the last months, but never answered;
any advice / insight would be appreciated.

The question is simple, though worrying : are secured (https / ssl) web
services functional if you have to query them through a proxy server ?

I fell into a giant opened trap which can be described as below :
- Step 1 : Setup a webservice (any type of web service)
- Step 2 : Secure it and make it accessible only via https (many
articles explain how to do this).
- Step 3 : Bundle it inside your .Net software and make sure that the
SSL certificate is correctly handled
(if you are running a test certificate, you can use the
trick described at
http://weblogs.asp.net/jan/archive/2.../04/41154.aspx
)
- Step 4 : Wait for the first person who will want to use your software
but is only allowed to access the web through a proxy
(Because her/his system administrator has decided that
internet access should not be provided any other way)

==Then you are trapped. I tried many alternatives, but none of them
worked. I even tried to install several proxy software and to
check whether something could be done inside their configuration, with
no luck...

Did I miss a point ? Any good advice or definite answer would be
appreciated.
My only alternatives at that time are to select where to open a
security hole (i.e either get rid of the https / SSL protection on my
webservice, or ask all my customers to bypass their proxy and/or
firewall in order to access the webservice); and I don't like that.
For interested people, here are some links to other unanswered posts /
articles related to the same question :

http://groups.google.fr/group/micros...e872c5bfc9ba14

http://discuss.fogcreek.com/dotnetqu...ow&ixPost=5463

Thanks !

Pascal T.
Alliluja, or smth like that

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Feb 28 '07 #5
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?

....Different Player, shoot again... I am asking a question which was
posted several times in the last months, but never answered;
any advice / insight would be appreciated.

The question is simple, though worrying : are secured (https / ssl) web
services functional if you have to query them through a proxy server ?

I fell into a giant opened trap which can be described as below :
- Step 1 : Setup a webservice (any type of web service)
- Step 2 : Secure it and make it accessible only via https (many
articles explain how to do this).
- Step 3 : Bundle it inside your .Net software and make sure that the
SSL certificate is correctly handled
(if you are running a test certificate, you can use the
trick described at
http://weblogs.asp.net/jan/archive/2.../04/41154.aspx
)
- Step 4 : Wait for the first person who will want to use your software
but is only allowed to access the web through a proxy
(Because her/his system administrator has decided that
internet access should not be provided any other way)

==Then you are trapped. I tried many alternatives, but none of them
worked. I even tried to install several proxy software and to
check whether something could be done inside their configuration, with
no luck...

Did I miss a point ? Any good advice or definite answer would be
appreciated.
My only alternatives at that time are to select where to open a
security hole (i.e either get rid of the https / SSL protection on my
webservice, or ask all my customers to bypass their proxy and/or
firewall in order to access the webservice); and I don't like that.
For interested people, here are some links to other unanswered posts /
articles related to the same question :

http://groups.google.fr/group/micros...e872c5bfc9ba14

http://discuss.fogcreek.com/dotnetqu...ow&ixPost=5463

Thanks !

Pascal T.
Vse promolchat nikto ne skazhet

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Mar 11 '07 #6
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?

....Different Player, shoot again... I am asking a question which was
posted several times in the last months, but never answered;
any advice / insight would be appreciated.

The question is simple, though worrying : are secured (https / ssl) web
services functional if you have to query them through a proxy server ?

I fell into a giant opened trap which can be described as below :
- Step 1 : Setup a webservice (any type of web service)
- Step 2 : Secure it and make it accessible only via https (many
articles explain how to do this).
- Step 3 : Bundle it inside your .Net software and make sure that the
SSL certificate is correctly handled
(if you are running a test certificate, you can use the
trick described at
http://weblogs.asp.net/jan/archive/2.../04/41154.aspx
)
- Step 4 : Wait for the first person who will want to use your software
but is only allowed to access the web through a proxy
(Because her/his system administrator has decided that
internet access should not be provided any other way)

==Then you are trapped. I tried many alternatives, but none of them
worked. I even tried to install several proxy software and to
check whether something could be done inside their configuration, with
no luck...

Did I miss a point ? Any good advice or definite answer would be
appreciated.
My only alternatives at that time are to select where to open a
security hole (i.e either get rid of the https / SSL protection on my
webservice, or ask all my customers to bypass their proxy and/or
firewall in order to access the webservice); and I don't like that.
For interested people, here are some links to other unanswered posts /
articles related to the same question :

http://groups.google.fr/group/micros...e872c5bfc9ba14

http://discuss.fogcreek.com/dotnetqu...ow&ixPost=5463

Thanks !

Pascal T.
Ne v dengah ne v muzejnoj pyli

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Mar 28 '07 #7
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?

....Different Player, shoot again... I am asking a question which was
posted several times in the last months, but never answered;
any advice / insight would be appreciated.

The question is simple, though worrying : are secured (https / ssl) web
services functional if you have to query them through a proxy server ?

I fell into a giant opened trap which can be described as below :
- Step 1 : Setup a webservice (any type of web service)
- Step 2 : Secure it and make it accessible only via https (many
articles explain how to do this).
- Step 3 : Bundle it inside your .Net software and make sure that the
SSL certificate is correctly handled
(if you are running a test certificate, you can use the
trick described at
http://weblogs.asp.net/jan/archive/2.../04/41154.aspx
)
- Step 4 : Wait for the first person who will want to use your software
but is only allowed to access the web through a proxy
(Because her/his system administrator has decided that
internet access should not be provided any other way)

==Then you are trapped. I tried many alternatives, but none of them
worked. I even tried to install several proxy software and to
check whether something could be done inside their configuration, with
no luck...

Did I miss a point ? Any good advice or definite answer would be
appreciated.
My only alternatives at that time are to select where to open a
security hole (i.e either get rid of the https / SSL protection on my
webservice, or ask all my customers to bypass their proxy and/or
firewall in order to access the webservice); and I don't like that.
For interested people, here are some links to other unanswered posts /
articles related to the same question :

http://groups.google.fr/group/micros...e872c5bfc9ba14

http://discuss.fogcreek.com/dotnetqu...ow&ixPost=5463

Thanks !

Pascal T.
Zhili byli...

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Apr 10 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Dan | last post by:
I have an app that communicates over the Internet through API calls to the wininet DLL. I can determine whether IE has a proxy server configured (not the setting, just whether it uses a proxy...
4
by: Fuzzyman | last post by:
In a nutshell - the question I'm asking is, how do I make a socket conenction go via a proxy server ? All our internet traffic has to go through a proxy-server at location 'dav-serv:8080' and I...
2
by: Daniel Santana | last post by:
Hi, about Java WebServices, accessed by C#, I have two questions: 1) what I have to do, in order to use java webservices? 2) I search and I guess I must type the wsdl path in "add web reference"....
8
by: Allan Ebdrup | last post by:
I just had a discussion with one of my fellow programmers. We have a class for doing some logging and sending an email, it has 5 different scenarioes of loggin that are common enough to share a...
3
by: A.M | last post by:
Hi, We are developing ADP.NET applications and one of our requirements is implementing a Reverse Proxy on IIS. I have couple of questions about Reverse Proxy:
5
by: cyberstrike | last post by:
Hi guys, my company was wondering if it's possible to develop ASP.NET/Webservices easily using a IIS installed on a server instead of installing IIS locally on the development boxes. Can you...
0
by: Nalla | last post by:
Hi, I have a requirement to call webservices from my old C++ application.So first I tried with Vc++.net as follows.....There are 2 approach Dotnet frame work and soaptoolkit 3.0 I am not able to...
6
by: sameer | last post by:
..NET Framework 1.1 VS2003 Application is making webservice calls from behind a proxy server and then freezes and dies. Questoin is can i use webservice over proxy server( i guess another name...
7
by: Pro1712 | last post by:
Hello, I need to write a simple proxy server. What I want to do is to use HttpListener to get requests from the browser, add some proxy information and some other stuff and send the request to...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.