Jump to content
Kyle_Katarn31

Typo in comment (not a big deal)

Recommended Posts

In OverbyteICSHttpProt.pas:3479

 

        { pending, check https for SSL prpoxy, maybe socks for socks proxy }

 

proxy, not prpoxy

Share this post


Link to post

(thanks for the clean up and fix of glitches)

So you confirm that current proxy client implementation is for HTTP only, not HTTPS ?

Edited by Kyle_Katarn31

Share this post


Link to post

That comment only relates to setting the various component proxy properties using a single URL, for convenience.  

 

The THttpCli component always connects to forward web proxies without HTTPS, but will make HTTPS requests through those proxies using the CONNECT method.  Not sure if forward web proxies exist that use HTTPS. 

 

Angus

 

Share this post


Link to post

OK thanks !

One of my users is expecting issues when using my software behind squid for HTTPS. When using http, it works fine (and same with https with proxy disabled). Any clue on possible issue related to ICS ? Or maybe specific squid configuration to check ?

 

Thanks for your excellent work.

 

More here : 

 

Edited by Kyle_Katarn31

Share this post


Link to post

Sorry, never looked at Squid.  But ICS will not use TLS to a proxy irrespective of the port specified  You really need some logging to see what is happening.

 

Angus

 

Share this post


Link to post

Btw, I also see this comment (line 1178):

 

{ ServerAuth and ProxyAuth properties are still experimental. They are likely
  to change in the future. If you use them now, be prepared to update your
  code later }

 

Is it still relevant ?

Share this post


Link to post
2 hours ago, Angus Robertson said:

That comment is ancient, written by another developer, not really looked at that code.

 

Angus

 

OK... maybe worth being removed...

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×