I want to connect to the Cloud using the command `CloudConnect[userid, password]. I got this error (never got this before).
Message[URLRead::invhttp, "Unsupported proxy \
'https://localhost:49282', libcurl is built without the HTTPS-proxy \
support.", 4]
Message[URLFetch::invhttp, "Unsupported proxy \
'https://localhost:49282', libcurl is built without the HTTPS-proxy \
support.", 4]
URLFetch["https://www.wolframcloud.com/info", {"StatusCode",
"HeadersReceived", "CookiesReceived", "BodyByteArray"},
"Username" -> None, "Password" -> None,
"Headers" -> {"User-Agent" -> "Wolfram HTTPClient 13.1"},
"VerifyPeer" -> True, "ReadTimeout" -> 0,
"ConnectTimeout" -> 0, {"CredentialsProvider" -> False,
"DisplayProxyDialog" -> False}, "FollowRedirects" -> True,
"CookieFunction" -> Automatic,
ConnectionSettings -> <|"MaxUploadSpeed" -> Automatic,
"MaxDownloadSpeed" -> Automatic, "Decompress" -> Automatic|>]
Quiet[URLFetch[
"https://www.wolframcloud.com/info", {"StatusCode",
"HeadersReceived", "CookiesReceived", "BodyByteArray"},
"Username" -> None, "Password" -> None,
"Headers" -> {"User-Agent" -> "Wolfram HTTPClient 13.1"},
"VerifyPeer" -> True, "ReadTimeout" -> 0,
"ConnectTimeout" -> 0, {"CredentialsProvider" -> False,
"DisplayProxyDialog" -> False}, "FollowRedirects" -> True,
"CookieFunction" -> Automatic,
ConnectionSettings -> <|"MaxUploadSpeed" -> Automatic,
"MaxDownloadSpeed" -> Automatic,
"Decompress" -> Automatic|>], {URLFetch::invhttp,
URLSave::invhttp, URLFetchAsynchronous::invhttp,
URLSaveAsynchronous::invhttp}]
I am using Mathematica 13.1 on OSX 12.5.1 (recently upgraded, can this maybe the source of this error?)