C
C#7mo ago
Zagrthos

✅ Getting artifact from GitHub Repo ends in SSL_ERROR_SSL

Hello guys, working on a console app to more or less download artifacts from our private GitHub Repo when a new app update is available. I've created a fine-graned personal access token already, put that in header too aswell as a user-agent and the github version (like in docs). The initial request to the commits works, getting the artifacts url from the respective action works but getting the .zip file artifact does not work somehow. Every time the method gets excuted it throws the following exceptions: - The SSL connection could not be established, see inner exception. - Authentication failed, see inner exception. - SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. I'm using .NET 8 on an up-to-date debian 12 server. Some help in that case would be appreciated I'm stuck currently...
1 Reply
Zagrthos
Zagrthos7mo ago
Fixed it... HTTP/2 was too new for the download, needed 1.1