Hi. 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. Thanks Garry Sent from Mail for Windows |
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html