Questions tagged as 'https'

1
answer

Can SSL certificate be by IP instead of Domain?

I'm developing a php / javascript application that makes use of the camera via browser to read bar code, in the tests I did locally it works in a good one, when I put it online it does not open the camera and does not ask to open, I agree it's b...
asked by 17.10.2018 / 22:37
1
answer

Google Chrome Redirecting to HTTPS on localhost or virtual host

Good morning, everyone. Recently, I do not know if it was some google update, their browser started to make a strange redirect. I have apache server and when I enter a url configured in localhost, even if it is virtual such as www.equipe.c...
asked by 18.12.2017 / 12:20
1
answer

remove the php extension and force any page as https via htaccess

Personal I'm trying to make a rule in .htaccess to force https on all pages and hide the .php extension. It is hosted on kinghost and I already have the certificate. I have the separate codes but I could not do the two things together where ever...
asked by 22.08.2017 / 02:27
1
answer

How to disable HTTPS on CentOS Apache 2 installed on Amazon EC2?

I installed CentOS an Amazon EC2 instance, and I inserted an SSL certificate using Let's Encrypt - Free SSL / TLS Certificates >. It was all cute and working perfectly. See: Every time you enter http:// , the user is automatica...
asked by 02.09.2017 / 05:59
1
answer

Always redirect to HTTPS with Codeigniter

I have an application with CodeIgniter and I always have to force the connection to always redirect to https . I did this: Changed within config\config.php line $config['enable_hooks'] to TRUE . Within con...
asked by 24.07.2017 / 20:49
0
answers

Rails / Nginx / Devise redirecting to http on login

Hello, I am not an underdog, I am a mere programmer enslaved by the stupidity of anyone who has money. That said, my doubt. Rails / nginx / certbot / DigitalOcean / devise are the cause of the problem, I think it's the main nginx, the co...
asked by 04.12.2018 / 16:33
1
answer

I migrated my site from http to https and I lost Facebook comments [closed]

I was doing some testing recently on my blogger site and when I turned on https on my site, I lost Facebook comments. How do I fix this?     
asked by 25.08.2018 / 20:32
0
answers

Problem making a GET on my site when it is entered via www (react + django)

I have a django application that uses React on some of its pages (not two separate servers). In my pages in React, I make HTTP requests to django by api using Django Rest Framework. This application is already in the air, and in it I noticed...
asked by 10.10.2018 / 21:48
0
answers

Php HTTPS protocol page does not redirect

Good afternoon! I am having a problem, when the login expires the page is blank and the command header("location: login.html"); exit(); does not work. This only happens on the site with HTTPS. Can someone give a light? $valor = isset($_...
asked by 03.10.2018 / 19:35
1
answer

How to use multiple HTTPS on localhost with Apache?

I have already made the settings in apache, hosts, I generated a server.crt certificate and a local domain is working nice link Now I need another local domain to work link I made a few attempts, among them the one that made admin work...
asked by 18.05.2018 / 01:58