Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
RE: Protocol \ "https\" Not Supported or Disabled In Libcurl
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Dmitry Karpov via curl-library <curl-library_at_lists.haxx.se>
Date: Wed, 30 Mar 2022 20:41:17 +0000
Hi Garry,
You will need to generate curl solution for VS with OpenSSL support from CMake files on your new machine (using cmake-gui, for example, from cmake.org) and rebuild curl to make it support HTTPs.
Before that you would need to build/install OpenSSL on your system, so the CMake solution generator can find it and configure curl VS project to use it.
Thanks,
Dmitry Karpov
From: curl-library <curl-library-bounces_at_lists.haxx.se> On Behalf Of Garry I via curl-library
Sent: Wednesday, March 30, 2022 12:55 PM
To: libcurl development <curl-library_at_lists.haxx.se>
Cc: Garry I <groatthegreat_at_gmail.com>
Subject: Re: Protocol \ "https\" Not Supported or Disabled In Libcurl
Hi Ray,
I used the MS Visual studio IDE, it is what I am most familiar with. Basically opened up curl-all.sln, and went from there.
On Wed, Mar 30, 2022 at 12:52 PM Ray Satiro via curl-library <curl-library_at_lists.haxx.se<mailto:curl-library_at_lists.haxx.se>> wrote:
On 3/30/2022 3:08 PM, Garry I via curl-library wrote:
I created a windows MFC application in VS-10 on a windows 7 machine to obtain some financial information from Rapid API endpoint early last year. It has been working fine, the typical URL for the request(s) was simple:
https://yh-finance.p.rapidapi.com/stock/v2/get-summary?symbol=AAPL®ion=US
I have recently bought a new computer with Windows 11 with VS2022. The application seemed to port over fine, just a couple little things to deal with. When the application executes the curl code, the verbose error message returned as listed in the subject line during the curl-easy_perform call. “Protocol \ "https\" Not Supported or Disabled In Libcurl”
I have built the latest curl version, recompiled, and everything appears to work just fine except for the API endpoint requests.
I suspect this might be due to not using the OpenSSL Configurations for the library builds, but I didn’t need to do that on the old system.
Just looking for a bit of direction to get this working again.
There are many ways to build libcurl. How exactly did you build it?
--
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Date: Wed, 30 Mar 2022 20:41:17 +0000
Hi Garry,
You will need to generate curl solution for VS with OpenSSL support from CMake files on your new machine (using cmake-gui, for example, from cmake.org) and rebuild curl to make it support HTTPs.
Before that you would need to build/install OpenSSL on your system, so the CMake solution generator can find it and configure curl VS project to use it.
Thanks,
Dmitry Karpov
From: curl-library <curl-library-bounces_at_lists.haxx.se> On Behalf Of Garry I via curl-library
Sent: Wednesday, March 30, 2022 12:55 PM
To: libcurl development <curl-library_at_lists.haxx.se>
Cc: Garry I <groatthegreat_at_gmail.com>
Subject: Re: Protocol \ "https\" Not Supported or Disabled In Libcurl
Hi Ray,
I used the MS Visual studio IDE, it is what I am most familiar with. Basically opened up curl-all.sln, and went from there.
On Wed, Mar 30, 2022 at 12:52 PM Ray Satiro via curl-library <curl-library_at_lists.haxx.se<mailto:curl-library_at_lists.haxx.se>> wrote:
On 3/30/2022 3:08 PM, Garry I via curl-library wrote:
I created a windows MFC application in VS-10 on a windows 7 machine to obtain some financial information from Rapid API endpoint early last year. It has been working fine, the typical URL for the request(s) was simple:
https://yh-finance.p.rapidapi.com/stock/v2/get-summary?symbol=AAPL®ion=US
I have recently bought a new computer with Windows 11 with VS2022. The application seemed to port over fine, just a couple little things to deal with. When the application executes the curl code, the verbose error message returned as listed in the subject line during the curl-easy_perform call. “Protocol \ "https\" Not Supported or Disabled In Libcurl”
I have built the latest curl version, recompiled, and everything appears to work just fine except for the API endpoint requests.
I suspect this might be due to not using the OpenSSL Configurations for the library builds, but I didn’t need to do that on the old system.
Just looking for a bit of direction to get this working again.
There are many ways to build libcurl. How exactly did you build it?
--
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2022-03-30