Most voted "ssl" questions
SSL is a cryptographic protocol that provides Internet communication security for services such as email (SMTP), page browsing (HTTPS), and other types of data transfer.
Learn more…139 questions
Sort by count of
-
0
votes0
answers590
viewsWamp + SSL Certificate
I managed to install the Openssl certificate on Wamp. But I have a question and if you can help me, I would be grateful: When installing, in the browser appeared a safe browsing (green lock). So…
-
0
votes2
answers409
viewsAccess denied error 403 when not using https
I created a website on ASP.NET MVC and uploaded my files to my hosting plan. There I am entitled to a free Let’s Encrypt certificate. After activating it, an error occurred: If I access my website…
-
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
votes1
answer93
viewsWhich Apache2 Cipher Suite is compatible with Chrome 49 on Windows XP?
I need a website to be accessible on Windows XP using HTTPS, but what I get are Handshake errors. My Apache2 settings are as follows. SSLEngine on SSLProtocol ALL -SSLv2 -SSLv3 SSLHonorCipherOrder…
-
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
votes0
answers63
viewsHow to publish an application on IIS with Customer Certificate
Good morning, I need to change the IIS and put so that the Client when accessing my site, require a valid certificate and valid so that on the server where will consume the service identify if…
-
0
votes0
answers60
viewsError starting CWP Centoos + Apache
Guys I use CWP to manage my domains where I put my systems in PHP, it turns out that today creating a domain the server generated an error, I think some bug, and I can no longer start Apache or CWP,…
-
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
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
answer1486
viewsTLS 1.2 CT-e 3.0 and NF-e 4.0 protocol
I am developing CT-e 3.0 and NF-e 4.0, in the same cites the need to change the security protocol from SSL to TLS 1.2 with the deadline of 02/04/2018. In the reception webservice has no information…
-
0
votes0
answers67
viewsIs the SSL Direct Request Text CONNECT or GET? (Python + Socket + SSL)
# -*- coding: utf-8 -*- import socket, ssl, threading, select def conecta(c, a): s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect(('123.456.789.123', 444)) s = ssl.wrap_socket(s,…
-
0
votes0
answers29
viewsAbout SSL’s Cxb
I recently became very interested in web programming. From countless tutorials watched on various platforms, such as youtube, Vimeo, blogs and forums, in order to put into practice the knowledge I…
-
0
votes1
answer549
viewsSSLC0008E: Unable to initialize SSL Connection Websphere 8 error
I’m with the following error when I was climbing an application using WAS 8.0 and Eclipse Mars, I searched a lot of things on the internet, but I couldn’t find anything that would help, I even tried…
-
0
votes1
answer1565
viewsBlank iframe
I need an Iframe on my site. My site has HTTPS protocol, and the source of Iframe also. So why doesn’t my site display it? Both sites have certificate. <!DOCTYPE html> <html class="no-js"…
-
0
votes0
answers46
viewsSSL error in Delphi
I’m getting the bug ssl3_get_record wrong version number when I own the property Connected of ADOConnection for true. Does anyone know how to solve?…
-
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
votes0
answers85
viewsPython: Sslerror, bad Handshake, Unexpected EOF em get request
I am trying to get a request on a specific site, but am having problems with the error listed below. My code: import requests url =…
-
0
votes1
answer294
viewsApache no longer starting after ssl_module enabled?
Apache used to work normally. However, when I was trying to set up my intranet for sending emails, I was directed to enable the Apache ssl_module. Just click on it that Apache fell and never came…
-
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
answers688
viewsError: EACCES: permission denied
My environment is Ubuntu and I’m having trouble accessing files that are inside a folder that is subfolder of my project folder. Here’s the code: const httpsOptions = { cert:…
-
0
votes1
answer211
viewsHow to establish SSL/TSL socket connection with Nodejs
I created a very simple server socket with Nodejs (V8.11.3) and it is working OK apparently. My goal is to keep an open socket connection continuously with an electronic device (Iot). QUESTION: How…
-
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
answer153
viewsWildcard SSL certificate in Apache 2.2 and Ubuntu 13.04
I am trying to install a Wildcard SSL certificate on an Ubuntu 13.04 server with Apache 2.2, with 3 Virtualhosts: sites-enabled: 000-default intranet.dominio.com forum.dominio.com sites-available:…
-
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
answer41
viewsJboss 4.2 consuming SOA (bus) with SSL
I have to put an app that today is running on Websphere to rotate in Jboss 4.2. It turns out that the application consumes services from SOA (SOAP) for Bus via HTTPS and there’s the problem I’m…
-
0
votes1
answer824
viewsCurl Error #:SSL Certificate problem: Unable to get local Issuer Certificate
Hello, I need to request an API using Curl in php, but the server response is "Curl Error #:SSL Certificate problem: Unable to get local Issuer Certificate". The other certificates, which are being…
-
0
votes0
answers40
viewsAPI in . NET Core - api does not find connection string from appsettings.json
I did all the development on a windows machine but after almost a week I was able to deploy on a Ubuntu 18.04 machine and set the settings to access via https. But now I came across the following…
-
0
votes1
answer33
viewshttp4component Proxy + SSL error in the request to the external service
Speak class, speak class, I’m using Apache Camel in my project to do an integration. At first I was making a connection with an external service with certificate, working locally, when deploying on…
-
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…
-
0
votes0
answers21
viewsSoapcliente() PHP query with HTTP URL being consulted via domain with HTTPS SSL - Error 500
I have an internal project in the company, where I perform a query in a SOAP webservice whose URL is at http. I am with a Linux VPS Ubuntu 18 where in the domain linked to the ip of this VPS, a ssl…
-
0
votes0
answers17
views"Curl" request on my server is error in SSL certificate
I’m performing a Curl request with PHP on my hosting. However, if I leave the parameter "CURLOPT_SSL_VERIFYPEER" true, the request returns the error "Curl error 60: SSL Certificate: Unable to get…
-
-1
votes1
answer213
viewsProblem with CIELO certificate using Django
I am trying to implement a transparent checkout for my online store using CIELO for such. data: Django 1.9.5 Python 2.7.6 Ubuntu 14.04 Nginx uwgsi digital Ocean link api python Cielo:…
-
-1
votes2
answers1063
viewsMy site does not update CSS
Guys I made some modifications to my site only in CSS. However, it does not update the modifications only that I realized that taking away the https and putting only the http it modifies, it is as…
-
-1
votes1
answer44
viewsRelease Unsecured Connection with Websocket
Good afternoon, Today we have a PWA (https) system that needs to make the non-secure connection with an embedded application, the same with ip itself. I wonder if this communication is possible and…
-
-1
votes1
answer475
viewsProblem with SSL in Cielo Webservice Woocommerce plugin
When trying to save the settings in Woocommerce (by placing Membership Key and Membership Number) a message appears saying: "Cielo Woocommerce disabled: An SSL certificate is required to use the…
-
-1
votes1
answer182
viewsCurl error in Cielo payment
Good afternoon, I’m trying to implement Cielo’s payment method in Woocommerce (plugin https://github.com/greguly/cielo-woocommerce/). When I try to make a purchase in production mode the following…
-
-2
votes1
answer204
viewsCSS does not load on mobile version when installing free SSL certificate
I installed an SSL certificate https://zerossl.com/ on a website. The certificate is working normal. The problem is that in the mobile version of the site the CSS is not loaded, on the other hand,…
-
-2
votes1
answer56
viewsHow to identify the customer by the public key of a certificate
How do I identify the X client, Y client and Z client when they try to authenticate via API... Example... such a customer sends me the key uy2395734asdfas, how do I know that that customer is…