Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy authentication problem using Zinc #11867

Open
labordep opened this issue Nov 8, 2022 · 4 comments
Open

Proxy authentication problem using Zinc #11867

labordep opened this issue Nov 8, 2022 · 4 comments

Comments

@labordep
Copy link
Collaborator

labordep commented Nov 8, 2022

We have a problem to get a file using Zinc through our Proxy server.
This problem appears when we make a get like this one :

ZnClient new 
url: 'https://github.com/microsoft/cascadia-code/raw/v2111.01/sources/vtt_data/CascadiaCode_VTT.ttf'; 
get.

Apparently, Zinc does not support proxy authentication type "Negotiate" (see our screen capture).

image

Our proxy configuration :

image

For example this is a problem we encounter when loading Bloc :

[ Metacello new
	baseline: 'Bloc';
	repository: 'github://pharo-graphics/Bloc:master/src';
	onConflictUseIncoming;
	ignoreImage;
	load ]
		on: MCMergeOrLoadWarning
		do: [ :warning | warning load ].
@kasperosterbye
Copy link
Contributor

Made a mirror issue in the zinc repository: svenvc/zinc#103

@Ducasse
Copy link
Member

Ducasse commented Nov 21, 2022

Thanks kasper.

@jecisc
Copy link
Member

jecisc commented Sep 25, 2023

Hi, is this still required? I think we talked at ESUG and that you said some of the proxies issues were not an issue anymore. Is this related? (I'm trying to clean a little the issue trackes)

@labordep
Copy link
Collaborator Author

Hi, is this still required? I think we talked at ESUG and that you said some of the proxies issues were not an issue anymore. Is this related? (I'm trying to clean a little the issue trackes)

We have a dirty workaround.
Actually we don't know if this workaround will work a lot of time. In long term this is an important subject to find a good solution for that but you can considere that is not prioritary for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants