Thanks very much, I appreciate the help. I dont have a lot of experience
with CMake but now is a good opportunity to learn that. Thanks for the link
to cmake-gui Dmitry.
Garry…




On Wed, Mar 30, 2022 at 1:41 PM Dmitry Karpov <dkar...@roku.com> wrote:

> 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-boun...@lists.haxx.se> *On Behalf Of *Garry
> I via curl-library
> *Sent:* Wednesday, March 30, 2022 12:55 PM
> *To:* libcurl development <curl-library@lists.haxx.se>
> *Cc:* Garry I <groatthegr...@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@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&region=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.html

Reply via email to