Questions tagged as 'https'

0
answers

IIS 10 - Redirect HTTPS to HTTP request causing error MIXED CONTENT

I have a website in iis with HTTPS open, however, I need to redirect a specific request to http. Thisworks,however,thebrowserreturnsanerrorwhenissredirectstherequesttohttp.Following:MixedContent:Thepageat' link ' was loaded over HTTPS, bu...
asked by 09.11.2017 / 13:37
1
answer

Redirecting other domains (http / https) to main (https)

Talk about it! I'm having a question about https redirection. I have a ".com" domain (SSL installed), but ".com.br" does not have SSL. I only do the redirect for ".com" with SSL, until then blz, but if I try accessing the link site gives...
asked by 02.11.2017 / 15:54
0
answers

.htaccess with friendly url and https

I have a working website that uses friendly URLs, its current code is: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] Now I need to keep the URL friendly and whenever it...
asked by 27.06.2017 / 21:35
1
answer

Get date from a website C #

I'm developing a C # program that lets you click at a particular time chosen by the user. For now the program clicks by subtracting the time chosen by the user with local time, but I soon discovered that through a Headers website you can tel...
asked by 19.04.2017 / 14:47
0
answers

Force https redirect to specific page http

I have a site that is in https , but there is a specific page that pulls information from another site that is not in https , which prevents the page in question from correctly loading the content because the browser is blocking load...
asked by 27.07.2017 / 16:31
1
answer

Is it possible to change the port of an HTTPS connection in CloudFront?

I have a service running on port 8090, when configuring the CDN in AWS CloudFront it is possible to change the http port from 80 to 8090, and it works normally, however when exchanging https 443 to 8090 it gives error: ERROR The request...
asked by 15.06.2016 / 14:38
0
answers

PHP Connection with Dropbox in HTTP

I just did a test to implement a web application to connect to Dropbox, it worked apparently okay except it only works on localhost, which causes it to even take the dropbox's permission but does not bring it back to the app. Inside the dropbox...
asked by 19.04.2016 / 16:11
1
answer

Create session on https with http ajax request

I'm developing a website where the client side initially accesses http until they log in. The login is done by the http itself with an ajax request that calls the php script in https and in this script a $ _SESSION with the user data is created....
asked by 19.06.2016 / 16:58
1
answer

Insert text in green SSL seal

Good morning! Does anyone know how to change the text that is on the SLL green seal there? link In this case, my normal looks like this: link If you do not change, could someone explain what it is and who it can be? Thanks! My SS...
asked by 14.03.2017 / 14:38
2
answers

How do I configure an SSL certificate for an application that runs in Express?

How to set up an SSL certificate for an application that runs in Express? I'm trying to configure the Express server I created, to pass the SSL certificate and go from http to https. I have read the Express documentation, but I can not fin...
asked by 25.07.2018 / 17:34