Questions tagged as 'ssl'

1
answer

Apache is 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 module. It was only clicking on that Apache crashed and did not come back. When I try to click agai...
asked by 05.09.2018 / 13:41
1
answer

Install SSL on Tomcat with certificate .cer

My question is whether it is possible to add SSL to a Windows Server with Tomcat 7 installed using only a .cer file. I am with a client that uses SSL in your applications with ISS and whenever you need to install SSL on your ISS server only...
asked by 24.08.2018 / 15:42
0
answers

Jsoup problem when trying to access sites with ssl - JAVA

I studied java a long time ago, I stopped for years and now I missed it, I decided to take some scrap video lessons on youtube but I can not access sites that use ssl, the rest of the java normally accesses and returns what I ask , but even had...
asked by 19.07.2018 / 17:00
0
answers

Is 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, ssl.PROTOCOL_SSLv23) c.recv(8192)...
asked by 05.07.2018 / 05:47
0
answers

How to Add SNI (server_hostname) Using sockets and ssl Modules in Python?

How to Add SNI (server_hostname) Using Sockets and ssl Modules in Python? import socket, threading, select, ssl def conecta(c, a): s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect(('123.456.789.123', 444)) connec...
asked by 30.06.2018 / 20:14
1
answer

ERROR UPDATE THEMA: Download failed. cURL error 35: SSL connect error wordpress

Hello, guys !! I am encountering a wordpress error, which happens when I update my thema through the wordpress panel itself. Update Failed: Download failed. cURL error 35: SSL connect error which, by the way, seems to be created by ss...
asked by 02.06.2018 / 03:23
0
answers

Rewrite and redirect issues after I get SSL certificates

Hello! I am having problems with redirects after I have contracted two SSL certificates through Locaweb and am not experienced in configuring the web.config file. Since I did not get help from them (and they probably were not even in the mood to...
asked by 08.05.2018 / 19:33
1
answer

Error consuming webservice NFSe with mutual authentication - handshaking

I have a problem to consume the electronic invoice webservice of the city of Sertãozinho. The server in this NFS uses Tomcat with mutual authentication (handshaking). The production server address is: [https://nfe.sertaozinho.sp.gov.br:844...
asked by 11.04.2018 / 16:03
0
answers

Migrating web system in Tomcat for glassfish error with SSL

Hello, I have a system running on Tomcat with SSL, I migrated it to Glassfish, when I send to the server without security (SSL) it works normally, the problem occurs when I enable the security on the server and try to deploy it. I think the p...
asked by 20.03.2018 / 20:42
0
answers

How to remove htaccess redirect to the public folder

The settings for my htaccess to force SSL are as follows: # NA PASTA RAIZ Options -Indexes <IfModule mod_rewrite.c> <br> RewriteEngine on<br> <br><br> RewriteRule ^$ public/ [L] <br> RewriteR...
asked by 05.03.2018 / 23:59