Hi,
I have an important question about twisted HTTPS client-server communication.
I ran an HTTPS server with my own certs and tried to communicate with a twisted HTTPS client with the specific cert.
I am getting an error that says: "Invalid DNS-ID".
all the error info with all my code is in here: https://gist.github.com/anonymous/e46d4d8dc1c102857497cde9e2fc4725#file-gistfile1-txt
gist.github.com
Twisted-HTTPS-client-server
|
I will be appreciate if someone has a clue how can I fix this error.
Thanks,