Questions tagged as 'https'

3
answers

Mixing HTTP with HTTPS is a problem?

On my site I'm using normal links HTTP , however where it contains data transaction, such as in forms, for example HTTPS use of a shared SSL certificate provided by my server hosting. I do not want to keep it this way, I'll soon...
asked by 17.10.2017 / 12:29
2
answers

Data received from HTTPS is encrypted?

If I install SSL and use HTTPS on my site, for example, I run a POST form, the form data arrives encrypted to the server? If yes, how to decrypt using PHP?.     
asked by 07.02.2015 / 04:33
2
answers

What are the benefits of using HTTPS?

Where I work, people often say that they have to put HTTPS on their systems to make it more secure. I'd like to know: What does SSL make a site safer? What types of attacks do they avoid? In the implementation of SSL...
asked by 05.02.2015 / 15:44
2
answers

How can I get HTTPS in my web application?

In this link I learned how HTTPS works: StackOverFlow - How HTTPS works But I do not know which applications I should use, and how to get HTTPS, if it depends on some host , programming language etc. For more detail I say, my applicat...
asked by 16.01.2015 / 16:06
1
answer

Every HTTPS and HTTP connection is always attached to port 443 and 80 respectively?

Every HTTP connection always has port 80 and every HTTPS connection always has port 443? I realize that browsers do not require you to pass the port to make connections to those specific ports. Are all HTTP and HTTPS connections port 80 an...
asked by 10.07.2016 / 00:56
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

Why does the server send 2 public keys to the TLS handshake?

During information exchange in the TLS handshake, the server sends a public key together with the certificate. The server also sends a second public key (Server Key Exchange) if the client accepts the certificate. If the server has already se...
asked by 09.11.2017 / 10:22
1
answer

What is SSH and what are its advantages over HTTPS?

Some services provide the client-server connection through SSH (Secure Shell). What is this SSH? A case is GitHub, which recommends SSH even though it offers HTTPS, but HTTPS seems a lot easier and less difficult to connect with GitHub. What...
asked by 09.12.2017 / 21:19
2
answers

Doubt regarding the https protocol

I'm setting up an Apache server in Debian. When I access https://.../index.php from Chrome, I get the following result: Somyquestionsare:Toappear: DoInecessarilyneedapaidcertificate,oristhereanotherpath? In order to not display th...
asked by 03.08.2017 / 18:17
1
answer

HTTP and HTTPS redirection

I have a site in link and I've added an SSL certificate. I need a script via htaccess to redirect the whole site to link (301 redirect), however a single site specific page will need to be accessed via link Example: link All s...
asked by 13.06.2016 / 17:01