Questions tagged as 'ssl'

2
answers

Can you install ssl certificate on 2 or more servers?

Good morning, I have two web servers being a linux hosted on locaweb, which hosts the main site of the company, and the other windows hosted in azure, the latter being specific to asp.net applications. I have a wildcard certificate, which cov...
asked by 07.04.2017 / 13:42
1
answer

How to obtain the CPF / CNPJ number of a digital certificate of type e-CPF / e-CNPJ in models A1 and A3?

I'm developing an alternative method for login via certificate, without needing java or a specific language, just http and php to process backend information (but that could be handled by any other language that processes http). The most common...
asked by 05.04.2017 / 15:21
1
answer

MVC C # How to force SSL - too_many_redirects

I'm trying to force the use of SSL from my MVC WEB application. I've tried with redirect in the global wing, but it goes into lopping too_many_redirects. protected void Application_BeginRequest(Object source, EventArgs e) { if (!Context.R...
asked by 13.12.2015 / 02:00
1
answer

Closing requisitions

I currently make multiple HTTP / HTTPS requests for distinct sites using the HttpWebRequest and HttpWebResponse classes using .NET Framework 4.0. We are experiencing a problem when a moment arrives we can not acquire SSL / TLS conn...
asked by 19.11.2015 / 13:06
2
answers

Keep client logged in http and https

I am finalizing my virtual store developed in codeigniter 3 and database mysql is working perfectly. Now I want to start configuring the digital certificate. My problem is this: when I go to the environment https soon on...
asked by 08.09.2015 / 14:33
2
answers

Access the site via HTTPS - AWS

I am having doubts about accessing the site using the HTTPS protocol for the domains in my hosting. I uploaded a Linux T2.micro São Paulo (Amazon ECS) instance. I have already done the procedure to acquire the certificate (ACM) and its status...
asked by 14.11.2018 / 20:53
0
answers

What is a Mixed Content? And what are "optionally lockable content" and "lockable content"?

Although I understand almost nothing about this subject I was reading about Security Protocols and Certificates because I saw this Mixed Content alert on a site ReadingaboutthesubjectIcameacrosstermslike"Mixed Content", "Optionally Lo...
asked by 20.11.2018 / 11:46
0
answers

Received fatal alert: handshake_failure when the class is executed by Schedule - JDK7

I have a class that does integration with WooCommerce, when I run the class when I upload the project not to httpClient error (4.5.3) I get the HttpResponse 200 ok, I have two api registered, 1 ° link e  2 ° link Both have the same TLS...
asked by 11.06.2018 / 19:29
2
answers

Why does my AWS Elastic Balance Loader reject SSL connections?

Recently, I started to get into the security topic, more specifically SSL (HTTPS). Searching on Google, I noticed that Amazon Web Services (AWS) offers free SSL certificates for EC2 Load Balancers. In the meantime, I spent a whole day trying...
asked by 19.12.2017 / 14:00
0
answers

Request Digital Certificate ASP MVC

I'm developing an NF-e Web Generator. In the action for the generation of NF-e, I need to request the client's digital certificate through the browser, which can be either A1 or A3, just like the e-Cac website does: link Where this site...
asked by 13.03.2017 / 14:37