Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ssl

How To Download X509 Certificate Using Python

I need to download servers certificates as DER file. I am using python. I could connect to the serv… Read more How To Download X509 Certificate Using Python

Django | Gunicorn | Importerror: No Module Named _ssl

Configured and installed python2.7 as below: ./configure --enable-shared --with-ssl make install A… Read more Django | Gunicorn | Importerror: No Module Named _ssl

Disable Ssl Certificate Validation In Mechanize

I am new to python and I was trying to access a website using mechanize. br = mechanize.Browser() r… Read more Disable Ssl Certificate Validation In Mechanize

Sslerror: ("bad Handshake: Syscallerror(54, 'econnreset')",)

I am trying to fire a post request to the server using requests library. I am using the following s… Read more Sslerror: ("bad Handshake: Syscallerror(54, 'econnreset')",)

How To Change A Tls Context Option

In python, we can specify some TLS context options. For example, this code from the documentation h… Read more How To Change A Tls Context Option

Requests.exceptions.sslerror: [errno 8] _ssl.c:504: Eof Occurred In Violation Of Protocol

I have tried everything on this q&a to solve it but I still receive that error. My latest attem… Read more Requests.exceptions.sslerror: [errno 8] _ssl.c:504: Eof Occurred In Violation Of Protocol