For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 1 0

curl issue downloading on pre-configured external packages?.

Hello,


i am running docket based on CentOS Linux release 7.8.2003
with the following changes:

gcc 7.4.0

cmake 3.14.2

curl-7.63.0 installed and configured with "--with-ssl" to support https


but when running the following commands i receive an error:

  
                
  1. cd ~ git clone https://github.com/Refinitiv/Elektron-SDK.git cmake -H~/Elektron-SDK -B~/Elektron-SDK-release


  
                
  1.    error: downloading 'https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-1.5.1.L1/RTSDK-BinaryPack-1.5.1.L1.tar.xz' failed          status_code: 1          status_string: "Unsupported protocol"          log:          --- LOG BEGIN ---          Protocol "https" not supported or disabled in libcurl   Closing connection.. -l 

but running curl --version gives:

  
                
  1.      
                       
    1. curl 7.63.0 (x86_64-pc-linux-gnu) libcurl/7.63.0 OpenSSL/1.0.2k zlib/1.2.7 Release-Date: 2018-12-12 Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp  Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz UnixSockets HTTPS-proxy..


    thanksalexsunny
elektronrefinitiv-realtimeelektron-sdkpackages
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@alexsunny734

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@alexsunny734

Can you test with the following command?

curl https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-1.5.1.L1/RTSDK-BinaryPack-1.5.1.L1.tar.xz --output RTSDK-BinaryPack-1.5.1.L1.tar.xz
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @alexsunny734

Did you have a chance to run a command suggested by Jirapongse.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.