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

server: Under debian 9, can't find SSL config when mounting postgres_fdw remote #232

Open
erichanson opened this issue Jan 6, 2021 · 0 comments

Comments

@erichanson
Copy link
Member

2021/01/03 10:30:05 HTTP/1.1 GET /endpoint/0.3/function/bundle/remote_mount?args=%7B%22vals%22%3A%5B%2238c5579d-8090-4059-8815-135f17d85013%22%5D%7D&meta_data=true
Auto configuration failed
139782455682880:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
139782455682880:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
139782455682880:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
139782455682880:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
2021/01/03 10:30:05 💥💥💥💥 API Query failed, unhandled exception: unexpected EOF

The fix is to set an environment variable, OPENSSL_CONF, with this command:

export OPENSSL_CONF=/etc/ssl/

Need to figure out how to do this from within the server?

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

1 participant