error in bundling python extension

Hi,
in the process of bundling i get this error :

" raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 524 Server Error: for url: https://conda.anaconda.org/knime/noarch/knime-extension-5.3.0-py39_202407121622.tar.bz2"

i bundled extension yesterday and it worked just fine - not sure if its temporary issue (524 server error).
thanks in advance,
Hagay

Running the bundling process again, and i got different error:

" raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘conda.anaconda.org’, port=443): Max retries exceeded with url: /conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda (Caused by SSLError(SSLError(1, ‘[SSL: SSLV3_ALERT_BAD_RECORD_MAC] ssl/tls alert bad record mac (_ssl.c:2633)’)))"

Hi @hagay_finiti,

Interesting errors, I have never seen those before. Do you still get these issues today?

When googling the SSLV3_ALERT_BAD_RECORD_MAC error, it sounds more like this is some kind of setup problem (python - ssl.SSLError: [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac - Stack Overflow).

Maybe the anaconda.org server had some issues – which would hopefully have been resolved by now, so a retry should show us whether that’s the case.

Are you behind a proxy that maybe doesn’t properly forward the latest SSL/TLS connections? Have you ever had problems like this with any other URLs, or at least during the same time frame that you bundled it? If e.g. your company proxy configuration was being worked on by your IT this might have shown up?

I hope these questions help us narrow down the issue.
Best,
Carsten

2 Likes

Thanks for the replay,
I tried to bundle the package again now and it worked - i guess it was server issue as you suggested.
I never had problems like that in the past - so i guess its was a temporary situation.
Thanks again.
Hagay

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.