You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use ESGF OpenDAP services which are protected by X509 certificates:
WPS client (curl for example) sends an X509 proxy certificate with the WPS request (header variable?)
PyWPS needs to discover this x509 certificate and store it in an appropriate place (probably workdir).
The NetCDF library is able to work with secured OpenDAP services. It just needs to find the certificate in configured place, like in $HOME. In PyWPS it is already possible to set $HOME to the current workdir. So, no special handling on process implementation is necessary.
Description
We would like to use ESGF OpenDAP services which are protected by X509 certificates:
workdir
).$HOME
. In PyWPS it is already possible to set$HOME
to the currentworkdir
. So, no special handling on process implementation is necessary.Additional Information
The text was updated successfully, but these errors were encountered: