I have a few pages with an SSL certificate installed and when you enter from Chrome there is a green padlock next to the text "It's safe".
Browsing the Internet I have seen that some pages like the Police ( link ) in the place of "Is safe" appea...
I was configuring a pair of domains that shared the same SSL certificate, that the content will be in different folders and evidently that everything was on the same server.
My domains are:
example.com (For the Website)
api.examp...
What I want to know is, if this site link is reliable to create a free SSL certificate and what exactly this other site serves < a href="https://platform.cloudways.com"> link
I have a site whose SSL expired and both the page and the admin do not let me see the content.
The connection is not private
It is possible that attackers are trying to steal your information from globalwmexico.com (for example, pass...
How can I verify that a certificate is valid? And I do not mean only that it has not expired but also to the validity of the brand behind it, which certificates should I trust and which ones should I not trust?
For example Lets encrypt allows...
I have a ssl certificate of Let's Encrypt installed on my nginx server and it works fine.
And I have my app developed with the MeanStack hosted on a droplet in DigitalOcean with a domain that is jorgecastillodeveloper.pro. when entering link...
I have the following method that makes a call to a service by volley
public GenericController(boolean flag) {
if(flag) {
objectRequest = new ObjetRequest(1, "", BaseRequest.class, "", new Response.Listener<BaseRequest>...
I'm new to managing servers, I need to upload a Web project I did in vs2015 C # MVC.
The detail is that I have a place where he will be invoked.
Example: www.miindex.com Here there will be a link to call my site (Portal) and it should be this...
Hi, I'm new to nodejs, I'm doing a project with socket.io and I need to connect securely with https, but I can not make the SSL certificate work.
this is what I have:
var fs = require('fs');
var socket = require('socket.io' );//form...
I have a WebService that I publish locally on the IIS with SSL certificates generated locally using Makecert.exe. From the browser I can see it and use it (the browser asks me for the client certificate, it is sent and it works, that's fine, it'...