Questions tagged as 'https'

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
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

Redirect HTTP to HTTPS in .htaccess with Let's Encrypt

I can not in any way test if my address is on https when let's encrypt is installed ... Could some charitable soul help me redirect to https? I have installed on my hosting UOLHost (Platform: Linux, Apache: Version 2.4) let's encrypt ... A...
asked by 30.05.2017 / 01:08
2
answers

How to stylize links and images that are referenced in HTTP and not in HTTPS?

I have several pages with multiple images and multiple links. But I am migrating from protocol HTTP to HTTPS . I would like all images and links that were indexed or linked via HTTP to appear with a red border or red text. For ex...
asked by 12.08.2018 / 16:51
1
answer

Protect the server from "false requests"

I am doubtful about safety. When I want to add date or receive, I make an HTTP POST or GET request to my server, which returns the response in JSON. Assuming it is an application that shows a list of movies (returned by the JSON format server)....
asked by 18.12.2017 / 04:23
2
answers

Redirect url HTTP post to HTTPS in nginx

I have an application that returns POSTS from the payment system, but we currently force SSL to our site, I made the HTTP redirection to HTTPS, but I get a 404 error when the POSTBACK system sends the POST to the URL http://// ...., when my serv...
asked by 14.10.2016 / 01:26
1
answer

I changed the http page address to https and now it is giving error [duplicate]

I changed from http to https the address of this site here http: link , I did this in the area of wordpress settings .. And now the site is routed to hostagor's error page. What do I do? I do not understand anything about http and https.    ...
asked by 15.12.2017 / 05:55
0
answers

How do I change an HTTPS certificate without impacting on old users

I own a site that was hosted on the firebase, with the option for HTTPS enabled. One day, I decided to host it on a reseller of mine, with a let's encrypt certificate issued to that domain. In the new devices, there was no strange behavior, b...
asked by 12.02.2018 / 15:20
1
answer

How to identify if a request uses HTTPS?

I have to identify if the system that is sending us a request is HTTPS. if ($isHTTPS){ #faça alguma coisa } else{ #faça outracoisa }     
asked by 05.05.2017 / 18:38
2
answers

HTTPS server postal consultation

I'm trying to request the address for the zip in a website, but it is giving the following error:    Mixed Content: The page at ' link ' was loaded over HTTPS,   but requested an insecure XMLHttpRequest endpoint   ' link '. This request has  ...
asked by 17.03.2016 / 15:58