Category "ssl"

pip always fails ssl verification

Pip always fails ssl even when I do pip install dedupe or pip install --trusted-host pypi.python.org dedupe The output is always the same no matter what: C

mailR Error - Sending email to the following server failed: smtp.gmail.com:587 - ShinyProxy / Docker / Ubuntu

I am currently trying to publish my Shiny app via ShinyProxy and Docker. Unfortunately, my app does not work after publishing - on the PC itself it works withou

Google App Engine SSL error "DNS records could not be found" even though custom domain is working

I pointed a new custom domain to a Google App Engine Standard Environment project and edited the DNS records per Google's instructions, and it seems to be redir

Can I use Squid to upgrade client TLS connections?

I'm trying to allow legacy systems (CentOS 5.x) to continue making connections to services which will shortly allow only TLS v1.1 or TLS v1.2 connections (Sales

TLS 1.2 + Java 1.6 + BouncyCastle

For supporting HTTPS connections through a Java 1.6 API to remote hosts using TLS 1.2, we have developed a customized TLS SocketConnection factory based on Boun

Cloudflare returning 520 due to empty server response from Heroku

My Rails app which has been working great for years suddenly started returning Cloudflare 520 errors. Specifically, api.exampleapp.com backend calls return the

SSLKEYLOGFILE environment variable doesn't populate any text file

My operating system is Windows 10 64 bits. I use the latest versions of Firefox and Chrome. I want to save the pre-master keys in order to use them with WireSh

zabbix error: Get value from agent failed: TCP successful, cannot establish TLS to

I git this error at my zabbix server. The client hast the same settings like the other server: Error on zabbix server (servernames changed ;-)): Get value from

Delhi TIdSSLIOHandlerSocketOpenSSL - how to configure CONNECT parameters

I watch the CONNECT request in Fiddler: CONNECT site.name:443 HTTP/1.1 Pragma: no-cache Connection: keep-alive Host: site.name Accept: text/html,application/xht

Python SSL Certification Problems in Tensorflow

I'm trying to download the MNIST data which is supposedly handled in: tensorflow.examples.tutorials.mnist.input_data.read_data_sets() As far as I'm aware read_d

Run angular with ssl

I want to run my angular (7+) project with ssl certificate on localhost ( https://localhost:4200). I tried the following from this link source - Get angular-cl

Adding .crt to Spring Boot to enable SSL

I have never done this before, and most of the tutorials do not mention how to deal with .crt files. I bought an SSL certificate from GoDaddy, and selected To

SSL connection error when trying to connect to mysql Aurora via the mysql CLI

I will preface by saying I can connect to the DB instance when I'm not trying to go over SSL. I am following this guide here http://docs.aws.amazon.com/Amazo

How to set TLS cipher for Go server?

I'm currently using the following listen and serve command to run a secure websocket/file server: http.ListenAndServeTLS(":443", "site.crt","site.key", router)

How to fix javax.net.ssl.SSLHandshakeException even though i have already added the certificate

I am working on a script to control my lights and because I'm lazy the communication is via email (works decently fast I know because it used to run on python b

ssl ,urllib3,requests .exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:548)

I'm developing an application that collects information from YouTube via the YouTube APIv3. I'm using yapi package from github. I was working in Python2.7 and i

How to bypass SSL verification for Gradle 4.5?

I am getting this error while trying to connect to Nexus Maven proxy repository, but Nexus is running over HTTPS with a self-signed certificate. How can I bypa

SSL certificate problem: unable to get local issuer certificate AZURE DEVOPS

I have a problem... My code in Gitlab, Pipeline in Azure DevOps. I use classic editor. When i start pipeline i have error "fatal: unable to access 'fatal: unabl

Certbot Redirection of HTTP to HTTPS from Nginx not working

Certbot command SSL Connection Error returned I am trying to issue an SSL certificate for my website, although the message was successful (as attached image) bu

Force client or server to restart SSL handshake (or expire SSL session)

I have a java client which connects to an HTTPS server (the server written in Java also). Here is the HttpClient setting in the client: SSLContext ctx = SSLCon