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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
171 5 7 8

Docker - curl issue downloading pre-configured external packages

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:

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


   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:

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 


elektronrefinitiv-realtimeelektron-sdk
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 @iliak

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@iliak

The Real-Time SDK C/C++ 1.5.1.L1 docker image is available at https://hub.docker.com/repository/docker/refinitivapis/realtimesdk_c.

The docker file used to create this image is at https://github.com/jirapongse-refinitiv/dockerbuild/blob/master/DockerfileC.

However, please be informed the Real-Time SDK isn't officially qualified on the Docker platform. If you find any problems while running it on the Docker platform, the issues must be replicated on bare metal machines before contacting the helpdesk support.

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.

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.