Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add allowAnyHttpsCertificate flag on Request #79

Closed
wants to merge 6 commits into from
Closed

add allowAnyHttpsCertificate flag on Request #79

wants to merge 6 commits into from

Conversation

guzba
Copy link
Collaborator

@guzba guzba commented Aug 9, 2022

I was working through #68 and have concluded that we should not add this to the NS-side of Mac Puppy. Mac can still use -d:puppyLibcurl to have this flag.

Our Mac internals use the old and deprecated (but working great) HTTP APIs from Apple. There is no public API way of setting the flag mentioned in the linked PR. It has also been removed from what I can tell, crashing when attempting to call request.setAllowsAnyHTTPSCertificate(true, @url.host). Not a big deal. Those that need this flag can just use the define for the time being.

@guzba guzba closed this Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant