Questions tagged as 'https'

0
answers

PeerJs does not work on HTTPS

I'm trying to develop a "video conferencing" site. I'm using PeerJs. Browsers require that the site page be HTTPS . The problem is that when you call biblioteca PeerJs , it has a call HTTP e não HTTPS . Then it retu...
asked by 31.01.2018 / 13:11
0
answers

Cross-platform HTTPs Lib

I'm developing a set of apps that will be launched for pretty much every platform (iOS, Android, Windows, MacOS, Unix). Most of the code of those apps is the same, so I'm creating a library with the core functions that will be used by them. I...
asked by 26.01.2018 / 21:19
0
answers

Android application failed to connect to HTTPS server (self-trusted certificate)

I'm passing a portal from my company to https. We also have an application that connects to the database and the like through controllers . For login we use IFormsAuthentication . In http, the sign in is done without any problem, how...
asked by 17.01.2018 / 12:38
0
answers

Web API with SSL configured allows non-secure GET

The scenario is as follows: I have a Web API application made in ASP.NET Core 2.0 configured to only use secure connection. I'm using Postman to test the requests. If I try to do POST, PUT, and DELETE requests using the non-secure (HTTP) addr...
asked by 12.01.2018 / 18:33
0
answers

The 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) {...
asked by 17.11.2017 / 13:04
1
answer

req.body is coming empty when calling api in postman and application

I'm trying to use an api in nodejs but I can not pass the parameters the req.body is empty and I can not identify the problem var express = require('express') var app = express() var bodyParser = require('body-parser') var core_use = requir...
asked by 20.10.2017 / 00:50
1
answer

SSL Failure on GET request with Groovy HttpBuilder

I can not make a GET request on the following link using Groovy HttpBuilder: link I have already tested the method below: ignoreSSLIssues() But it always returns the exception: error: javax.net.ssl.SSLHandshakeException: Received f...
asked by 04.08.2017 / 23:16
2
answers

Site in HTTPS, but only a few pages in HTTP

I own a website developed in WordPress, and I use WooCommerce only as a catalog. I am using the free SSL of my host (Let's Encrypt), and I need some pages (exceptions) to appear HTTP (without SSL), since I will display an iframe in HTTP. I tried...
asked by 20.06.2017 / 19:40
0
answers

Primefaces 6.1 + HTTPS = Error in IE11

I placed a JSF project with primefaces to run with link and when we entered IE11 a surprise: it works! Trigger a browser error like this:    CSS3111: @ font-face Detected an unknown error. Filet:   SohoGothicPro-Light.woff Lin...
asked by 30.05.2017 / 19:39
0
answers

How to configure SSL (HTTPS) in Apache locally?

For testing purposes, I need to locally configure my Apache to accept access to a certain site configured in Virtualhost with SSL. I believe that knowing how to configure SSL in the local environment is very useful for anyone working with the...
asked by 07.04.2017 / 03:35