Most voted "https" questions
An implementation of the HTTP protocol over an additional layer of security that uses the SSL/TLS protocol
Learn more…110 questions
Sort by count of
-
1
votes0
answers86
viewsShould I use HTTPS or SSH in Gitlab ? What would be the differences?
I noticed that in gitlab there are two ways to clone a project, one by SSH and the other by HTTPS, my question is what would be the difference between them ? For safety what would be the recommended…
-
1
votes1
answer447
viewsIframe error not clicking on Mobile (mobile)
I’m having trouble seeing iframe only on mobile devices (in dev tools simulating mobile works ok, the situation is as follows: Website in wp Really Simple SSL plugin installed (I ran tests with it…
-
1
votes1
answer34
viewsAdd HTTPS to a website that isn’t at the root
I have a site that he is not at the root, when entering it he adds/portal in front of the link because it is divided into folders inside the root, when accessing the /portal he goes to the index of…
-
1
votes0
answers267
viewsRegister certified "https" protocol for SOAP(Axis 2) request
I created a service to register the "https" protocol and inject the certificate into it using the Socketfactory implementation, but it works well only one request at a time, but when using…
-
1
votes0
answers133
viewsNON-WWW | Force HTTPS | Sub-areas
I’ve been having trouble setting up my htaccess. I’ve tried many settings I found on the internet and even some here and no success. I need my htaccess to have the following features: Always use…
-
1
votes0
answers255
viewsREST requests with HTTPS
Good morning, everyone, One can make a doubt... is the following: I have an application that is within a certified domain (HTTPS). When I consume a REST service, I get 405 return and in the browser…
-
1
votes0
answers54
viewsProblem when making a GET on my site when it is entered via www (React + Django)
I have a Jango application that uses React on one of your pages (not two separate Servers). On my React pages, I make HTTP requests to Django for the api using Django Rest Framework. This…
django react http-request https django-rest-frameworkasked 6 years, 1 month ago Gabriel Cavalcanti 47 -
1
votes1
answer143
viewsIs it correct to create two servers in the same Nodejs app with Express?
I am creating a Nodejs application with Express and I am looking to observe all the "best practices" recommended for system security. In this system I’m thinking of having two open ports (but I…
-
1
votes0
answers37
viewsWhat is the difference between HTTP server and HTTPS considering my structure?
I have a js Rest Node application running behind a proxy Reverse by Nginx, with https properly configured, where the server is configured as follows: Obs: app is my router. const httpServer =…
-
0
votes0
answers320
viewshttps access to AWS does not work
I’m trying to set up HTTPS to the end user in an EC2 instance on AWS Linux. I even bought the certificate by Rapidssl and followed the steps to try to manually free the access, but I could not. So I…
-
0
votes1
answer78
viewsaccess a page via https loses session variables?
Good afternoon. I have an application running on the internet and would like some pages to be run by https and not http. I’m testing like this: I enter the application in an http page. This http…
-
0
votes2
answers146
viewsJquery template does not work on HTTPS page
I have an AJAX function that works on several pages, except on a page that uses HTTPS: $.ajax({ url : url, type : "get", async: false, success : function(result) { console.log("Status AJAX: " +…
-
0
votes0
answers94
viewsGeolocation function: http vs https
I’m making an application that should identify the user’s location and through an API call (https://openweathermap.org/api), inform the weather conditions of the place. To know the location, use the…
-
0
votes0
answers33
viewsHTTPS Only on client
Hello.I’m starting now on WEB programming, and I came across a question before the website I’m developing aired.As you all know, safety is essential and extremely important for any system.My system…
-
0
votes3
answers85
viewspreg_replace to change image src
I have several news registered in a database, many of them, have images, that point directly to my site. Only they have http and as I have now installed SSL on my site, I need them to stay with…
-
0
votes0
answers205
viewsI use HTTPS and only want an HTTP URL with Nginx
I have a site configured on an Nginx server to force HTTPS to the entire site, but I need only one URL to be in HTTP only keeping the rest of the site in HTTPS. The URL is exactly this:…
-
0
votes1
answer80
viewsInsert text on SSL green seal
Good morning! Does anyone know how to change the text that is on the green stamp there of the SLL http://image.prntscr.com/image/7fde1a30553545afa959a231886975b6.png In case, my normal is only like…
-
0
votes0
answers74
viewsRemote page access via https internal network
Follow that tutorial to install the https on localhost. But I would like to access my projects as well, only over the network, just as I do using the http I tried to follow the same pattern I use on…
-
0
votes0
answers516
viewsHow to set up SSL (HTTPS) in Apache locally?
For testing purposes, I need to locally configure my Apache to accept access to a particular site configured in Virtualhost with SSL. I believe that knowing somehow configure SSL in a local…
-
0
votes0
answers73
viewsPrimefaces 6.1 + HTTPS = IE11 error
I put a project JSF with primefaces stop rotating with https and when we enter the IE11 a surprise: it doesn’t work! Triggers a browser error like this: CSS3111: @font-face Detected an Unknown…
-
0
votes1
answer986
viewsConfigure 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 for me to research? I found some things but with…
-
0
votes1
answer50
viewsSSL failure on GET request with Httpbuilder Groovy
I can’t make a requisition GET on the following link using Httpbuilder from Groovy: https://sistema.planassiste.mpu.mp.br/producao/login.aspx I have tested the method below: ignoreSSLIssues() But…
-
0
votes1
answer793
viewsblocked:Mixed-content in https calling iframe without https
I have a website on https and I need to call through a iframe a page on another server, which unfortunately does not have https. The Navigator Chrome blocks this request for being outside of https.…
-
0
votes1
answer1934
viewsAlways redirect to HTTPS with Codeigniter
I have an application with Codeigniter and always need to force the connection redirect to https. I did it this way: I changed inside config\config.php the line $config['enable_hooks'] for TRUE.…
-
0
votes1
answer449
viewsHow to disable HTTPS in Centos Apache 2 installed on Amazon EC2?
I installed Centos an Amazon EC2 instance, and inserted an SSL certificate using Let’s Encrypt - Free SSL/TLS Certificates. It was all cute and it’s working perfectly. Look: Every time it’s inserted…
-
0
votes1
answer993
viewsreq.body is coming empty when calling api on Postman and the application
I am consuming an api in nodejs but I cannot pass the parameters req.body is becoming empty and I cannot identify the problem var express = require('express') var app = express() var bodyParser =…
-
0
votes1
answer1419
viewsGoogle Chrome Redirecting to HTTPS on localhost or virtual host
Good morning to all. Recently, I do not know if it was a 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…
-
0
votes0
answers130
viewsThe requested Resource does not support http method
My code: var data = JSON.stringify(orderNo) options.path = "/1/sales?merchantOrderId=" + orderNo options.method = 'GET'; console.log(options) var req = https.request(options, function (res) {…
-
0
votes1
answer117
viewsnet :: ERR_INSECURE_RESPONSE
I am developing a program that aims to show video and audio calls. As a video conference. Multiple users at the same time. I’m using peer.js. But the following error is occurring: GET…
-
0
votes0
answers24
viewsDoubt about sites with https
How would I leave my site with https ? I use a free hosting in infinityFree and tried to mess with the SSL of Cpanel but had no success.
-
0
votes0
answers18
viewsBest way to transfer file between cloud and proprietary environment
Could someone tell me the best (secure) file transfer method between an iCloud (cloud) environment and a proprietary environment? And how I would do that?…
-
0
votes0
answers286
viewsHow to remove htaccess redirect to public folder
The settings of my htaccess to force the SSL this way as follows: # NA PASTA RAIZ Options -Indexes <IfModule mod_rewrite.c> <br> RewriteEngine on<br> <br><br>…
-
0
votes1
answer153
viewsRedirect Http to Https - Nginx with Let’s Encrypt
At the moment, the domino https://meudominio.com is working, but I can’t redirect http for https using the Let’s Encrypt. I’m following this tutorial: Link Below is my configuration: server { listen…
-
0
votes0
answers65
viewsPWA works correctly on the browser but doesn’t work properly on the smartphone?
I did a PWA and performed all the tests in the browser and everything came out as expected, but when I do the test on my smartphone it does not ask permission to send notifications and also does not…
-
0
votes0
answers18
viewsPhp protocol HTTPS page does not redirect
Good afternoon! I have a problem, when the login expires the page is empty and the command header("location: login.html"); exit(); does not work. This only happens on the site with HTTPS. Someone…
-
0
votes0
answers59
viewsajax request for HTTPS with Cordova
How to make ajax request for HTTPS in app made with Cordova? is returning error "Unable to Verify the first Certificate"
-
0
votes1
answer52
viewsC# Applications. Net MVC how to share login
Hello, How to integrate applications developed with C# . NET MVC, with a single login? Save the proportions, what I look for is something like what happens when accessing gmail, then turn on…
-
0
votes2
answers1529
viewsHow to set up an SSL certificate for an application that runs on Express?
How to set up an SSL certificate for an application that runs on Express? I’m trying to set up the Express server I created, to pass the SSL certificate and go from http to https. I read the Express…
-
0
votes1
answer504
viewsCan SSL Certificate be by IP instead of Domain?
I am developing a php/javascript application that makes use of the camera via browser to read barcode, in the tests I did locally works well, when I put online it does not open the camera and nor…
-
0
votes0
answers86
viewsERR_CONNECTION_CLOSED - PHP and Javascript
The script below works perfectly when my site is without SSL, ie with the domain http://www.dominio.com.br, but when I activate SSL for the site to look like https://www.dominio.com.br, Google…
-
0
votes0
answers57
viewsHTTP frame loading HTTPS
Good afternoon Personal, They have a situation where the SSL certificate has been installed on IIS, but does not validate HTTPS, because the certificate is for domain.com.br and not for the server’s…
-
0
votes1
answer1859
viewsHow to fix "EPROTO" error after updating Node version?
The following code works in the version v10.15.3: const { post } = require('request'); const { post } = require('request'); post({ url:…
-
0
votes1
answer101
viewsAllow https source access
I developed a Node api using restify only for real-time warnings, but came across a https problem: If the origin of the request comes from an https site the api does not work My Cors on the Node is…
-
0
votes2
answers218
viewsHow to pick up ping time with the https node module
How can I perform the ping calculation between client and server using the http/https Node module. NOTE: I use this module specifically because the purpose of the script is to generate log…
-
0
votes1
answer321
viewscompose a POST type request using a PROMISE function
I am a python programmer and I am programming now in javascript with Nodejs, I am already able to program normally but a doubt that is not letting me progress in the language is the issue of the…
-
0
votes1
answer428
viewsGet url of route accessed in Nodejs
I need to know which external url the user accessed on my server. My script works well when the route is "localhost", but it doesn’t work to know what the url is when the domain is not the same as…
-
0
votes0
answers62
viewsI can run the local code, but not on Heroku
When I run this code locally everything goes well, and is returned to the Instagram page. However, when I deploy to Heroku I can no longer execute the code because an error appears. I tried to…
-
0
votes1
answer117
viewsIs there any way to get a JSON "result" using Oracle’s utl_http package
Is there any way to get a JSON "result" using the package utl_http oracle ? The status code of the following routine returns 200 but would also return a "Sponse" with a JSON conformation, an…
-
0
votes0
answers14
viewsInicilization of ruby application on Rails with ssl+Docker+thinserver+apache(httpd)
Hello, I’m having a problem... the application in question works perfectly at http, but I need to add a certificate and start the application by forcing ssl, but I ran into the problem where the…
-
0
votes0
answers16
viewsCommunication between Applications using Httpclient with SSL error
I have an IIS 10 server with two applications developed by the company. The first, older, is an MVC developed in . Net Framework 4.5. The second, newer, is an API developed in . Net Core 3.1. In…