Questions tagged as 'https'

0
answers

Remote page access via https on internal network

I followed this tutorial to install https on localhost. But I would like to access my projects too, only over the network, just like I do with http I tried to follow the same pattern I used in httpd.conf , but it did...
asked by 16.03.2017 / 21:08
1
answer

Configure Tomcat with SSL

I followed the tutorial on link site that basically does 2 things : • Create a .keystore with changeit password through Keytool.exe. I saved the resultate file in C: \ Users \ Vinicius • Uncomment and modify the server.xml connector lo...
asked by 31.12.2016 / 16:59
3
answers

preg_replace to change image src

I have several news items registered in a database, many of them have images that point directly to my site. Only they have http, and since I've installed SSL on my site, I need them to have https. I do not want to change anything in the d...
asked by 24.01.2017 / 16:53
0
answers

I use HTTPS and I only want a URL with HTTP with Nginx

I have a site set up on an Nginx server to force HTTPS for the whole site, but I need only one URL to be in HTTP only keeping the rest of the site on HTTPS. The URL is exactly this:    link I want it to be forced to stay in HTTP only...
asked by 28.11.2016 / 23:32
0
answers

HTTPS Client Only

Hello. I'm starting now in WEB programming, and I came across a question before the site that I'm developing to go on the air. As everyone knows, security is essential and extremely important for any system. My system is hosted on KingHost...
asked by 08.11.2016 / 14:31
2
answers

Jquery Template does not work on HTTPS page

I have an AJAX function that works on several pages, except for a page that uses HTTPS: $.ajax({ url : url, type : "get", async: false, success : function(result) { console.log("Status AJAX: " + result.resultStatus);...
asked by 22.09.2016 / 00:30
1
answer

accessing a page via https loses session variables?

Good afternoon. I have an application running on the internet and I would like some pages to be run by https and not http. I'm testing like this: I enter the application on an http page. This http page calls an https page. When I enter this page...
asked by 21.03.2016 / 18:53
0
answers

https access in AWS does not work

I'm trying to set up HTTPS for the end user on an EC2 instance on AWS Linux. I even bought the certificate by RapidSSL and followed the steps to try to manually release the access, but I could not. So I set up Load Balance for this instance a...
asked by 09.02.2016 / 09:55
1
answer

Configure HTTPS in WebApi

I made a Web Service using WebApi MVC5, with Visual Studio 2017. It's working, but how do I use HTTPS instead of HTTP? Does anyone have any material I can research? I found some things but with WCF and not with Web Api.     
asked by 03.06.2017 / 16:06
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