aioquic icon indicating copy to clipboard operation
aioquic copied to clipboard

Is there any options to request self-signed certificate but not verify it?

Open gogopro-dev opened this issue 2 years ago • 1 comments

I got stuck at point of getting information from server about self-signed certificate. Because with verify mode ssl.CERT_NONE, server doesn't send certificate for client, and with any others i receive Error: 298, reason: self-signed certificate, frame_type: 6. And i didn't found option to configure ssl.verify_flags. Will be glad to receive any useful information.

gogopro-dev avatar May 25 '22 12:05 gogopro-dev

I don't understand the question: ssl.CERT_NONE specifies that an aioquic-based client should not verify the server certificate. It has no impact on what a server does.

jlaine avatar Jun 16 '22 14:06 jlaine

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Oct 15 '22 04:10 github-actions[bot]