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

Adding solution to ssl certification issue to README.md #177

Open
onrdmr opened this issue Mar 21, 2024 · 1 comment
Open

Adding solution to ssl certification issue to README.md #177

onrdmr opened this issue Mar 21, 2024 · 1 comment

Comments

@onrdmr
Copy link

onrdmr commented Mar 21, 2024

Huge thanks for this library. Adding how can we set ssl certificate would made our readme.md well documented.

create extension http; 
SELECT http_set_curlopt('CURLOPT_CAINFO', 'C:/Program Files/PostgreSQL/15/ssl/certs/ca-bundle.crt'); 
SET http.timeout_msec = 5000;
@onrdmr onrdmr changed the title Adding Ssl certification to README.md Adding solution to ssl certification issue to README.md Mar 21, 2024
@robe2
Copy link
Contributor

robe2 commented Sep 27, 2024

I think I have it in the README for the http download for windows. I don't think it's appropriate in this README since it seems to only be an issue on windows. Or are you having the issue elsewhere?

BTW I'm in the middle of packaging new http for windows which will include PG17. Hoping to be done by that on Monday.

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

No branches or pull requests

2 participants