Questions tagged as 'ssl'

1
answer

How to do webscrapping from an https using rvest?

I'd like to scrape a page that is on https using the rvest package. However, this is a site with security certificate issues. In these cases, you need to turn off SSL verification - but I do not know how to do this in that package. No...
asked by 16.12.2015 / 17:00
2
answers

What is the technical difference between SSL and EV SSL certificates?

I'm in the phase of implementing the Cielo API on my site. On the integration site there are two types of certificates in this link , EV SSL, and SSL . Honestly I'm messing with Certified for the first time, I know the SSL but I did not und...
asked by 20.10.2017 / 15:49
0
answers

How is the process of installing the letsencrypt.org certificate on Linux on Apache servers?

I really enjoyed the idea of using letsencrypt.org certificate. I found several tutorials on the internet, including this on Digital Ocean. All the steps worked correctly, but as I do not speak much English I would like more detail on the...
asked by 09.03.2017 / 15:43
1
answer

POST and GET in SSL

On a site, secured with SSL, are POST and GET also encrypted? The fact that GET is part of the address, is it still encrypted?     
asked by 01.09.2014 / 04:51
1
answer

Let's Encrypts Is it possible to certify IPs?

I have a local server running some php applications, and some running in virtual environment hosts, all accessing via https , but now the company wants to make the intranet available via ip for external access, but they do not want...
asked by 18.09.2017 / 22:55
1
answer

Choose encryption in SSL

How can I define exactly which encryption I will use in the routine below? I want to define for example that the encryption to be used is AES, or DES, or 3DES ... // Setup truststore KeyStore trustStore = null; trustStore = KeyStore.getInstanc...
asked by 13.10.2014 / 04:46
0
answers

Is there a way to create a valid certificate for localhost Apache?

Just look at my local development, I've made use of link , created the apache openssl certificate, it works beauty. It turns out that since it is not a certificate that is in an external source the browser says that it is not safe and places...
asked by 20.04.2018 / 17:31
1
answer

Self-Signed Certificate Security

I'm doing a Java Client-Server system that will manage computers in a room, the scenario is as follows: A computer, the server, waits for connections, when an action is taken (Screen Lock) this command is then sent to all connected clients....
asked by 10.11.2017 / 01:30
0
answers

Error: Trust anchor for certification path not found

I have an application Android , using the Retrofit library to handle requests , when trying to make any request on a android 5.0 or lower, I get the following log :    I / call: java.security.cert.CertPa...
asked by 15.03.2017 / 13:41
2
answers

Why are non-https sources considered to be insecure by browsers?

I asked a question now asking about a feature that has become obsolete in a particular browser, because it is not a source with ssl. I fully understand that https improves site security, since the Are encrypted data But why do bro...
asked by 29.10.2015 / 12:22