yast and zypper returns "Unsupported protocol 'https'" message

Hello everyone,

after an update i’m getting this message Unsupported protocol ‘https’ when i’m trying to download a package through yast2.

Even a simple “zypper se gcc” return the same message

after digging for some time i’ve found some pages that talks about a curl/libcurl problem

i’ve tried to download the source code from curl official page of curl and do /.configure --with-ssl >> make >> make install but nothing has changed

if you guys could help me with this or at least give me a direction to follow I would appreciate

Thanks for your time.
Bruno

Your exact error should identify exactly which URL is having a problem with SSL.
It might be on your end, it might be on the Server side.

If necessary,
At least temporarily you should be able to avoid the issue by changing the repo URI from “https” to “http”
Of course that has many implications regarding security accessing and encrypting the connection, but to a large degree is not the usual severity because your system will still authenticate the repo using GPG keys by default.

TSU

Post output from


zypper lr -d

, between CODE tags. FWIW, I don’t have any https entries in my repos…