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...
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...
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...
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...
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...
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);...
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...
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...
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.