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

How to specify CA certificate for oic_flow_tests ? #26

Open
nynymike opened this issue Dec 7, 2014 · 1 comment
Open

How to specify CA certificate for oic_flow_tests ? #26

nynymike opened this issue Dec 7, 2014 · 1 comment

Comments

@nynymike
Copy link

nynymike commented Dec 7, 2014

When I run oic_flow_test, I get:

SSLError(e, request=request)\n', u'SSLError: [Errno 1] _ssl.c:492: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

I tried to specify the cert with -e and the full path of the cert, but no luck. Any ideas?

@rohe
Copy link
Owner

rohe commented Dec 7, 2014

7 dec 2014 kl. 07:08 skrev Mike Schwartz [email protected]:

When I run oic_flow_test, I get:

SSLError(e, request=request)\n', u'SSLError: [Errno 1] _ssl.c:492: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

I tried to specify the cert with -e and the full path of the cert, but no luck. Any ideas?

That is not what -e is intended for.
You can use -x which is the same as -k for curl.

’This option explicitly allows oictest to perform ”insecure" SSL connections and transfers.'

— Roland

”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard

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