-
Hi I am getting this error when using remote_schema_url to connect over https
I am fairly sure I know it is related to verifying the certificate. There are several ways disable SSL verification, but how do you do it in the context of ariadne-codegen? From what I understand I need to pass the --no-verify option to httpx which is used by ariadne-codegen. Thanks for any help you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This is an interesting problem. I take it SSL certificate is self-signed because its an GraphQL service running inside your network? I guess we should have an |
Beta Was this translation helpful? Give feedback.
-
Yes, that is it exactly, our GraphQL service is running inside our local network. I would be happy with either option please. |
Beta Was this translation helpful? Give feedback.
-
Tracking issue on codegen repo: mirumee/ariadne-codegen#105 |
Beta Was this translation helpful? Give feedback.
Tracking issue on codegen repo: mirumee/ariadne-codegen#105