Questions tagged as 'https'

2
answers

Access the site via HTTPS - AWS

I am having doubts about accessing the site using the HTTPS protocol for the domains in my hosting. I uploaded a Linux T2.micro São Paulo (Amazon ECS) instance. I have already done the procedure to acquire the certificate (ACM) and its status...
asked by 14.11.2018 / 20:53
1
answer

How to download the file using wget on an authenticated website?

I am trying to download a backup file that is located on an authenticated site using wget. I crawled http behavior when I login through my browser and these are the parameters: https://quire.io/login continue: s_password: fakepass s_rememberM...
asked by 01.06.2017 / 20:23
1
answer

Error 404 after configuring SSL in Apache

I have a VPS running CentOS 7 and an Apache server, and I have a site in it, working perfectly inside the / var / www / html / mysite folder. But this using HTTP. I then decided to generate an SSL to run the site on HTTPS. From then on, the site...
asked by 18.02.2017 / 17:03
0
answers

Socket + SSL does not work PHP

Good morning, I have a system that uses a chat created by me and its communication by socket , all in php . The issue is that I asked hostgator to install SSL on the domain, it was installed and it works normally, bu...
asked by 16.01.2017 / 14:02
1
answer

CEP database [duplicate]

I need a zip's database for https server access, if possible free, do you know any?     
asked by 04.08.2016 / 15:01
1
answer

Remove multiple authentication per protocol

Hello, I'm implementing MVC with Asp.Net Identity , however, I'm having some problems ... Scenario: I'm logging in from the HTTP protocol, everything goes in normally. When I try to access any page with HTTPS protocol, it does not s...
asked by 09.05.2017 / 01:54
1
answer

How to redirect only one directory to http instead of https?

I have a magento store that is set up to use https on the front. However I need a directory to force the use of http. How can I do this? I tried to use the following in htaccess: RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} folder R...
asked by 24.05.2017 / 01:50
1
answer

How to redirect every HTTP request to HTTPS in Silex?

In Silex, is there any possibility of making a filter that redirects a url to https when it does not have https? I know how to do this in Laravel, but I would like to do the same with Silex. For example, when I access the url http://www...
asked by 09.03.2017 / 17:20
1
answer

Force redirect to HTTPS environment [duplicate]

How to force redirect to the HTTPS-based environment with HTACCESS? I need the code to be adapted to what I already have: RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?url...
asked by 04.01.2017 / 14:54
1
answer

Force https using .htaccess in only certain domain and subdomain [duplicate]

I would like to know how to force HTTPS using .htaccess in just a certain domain / subdomain. The code I use is forcing https across all subdomains ... and one of my subdomains does not have SSL, so I hope it does not work on https....
asked by 07.08.2016 / 18:41