Histórico de mensagens sobre mtls em open-finance

EXIBINDO CONVERSAS RECENTES:

Texto: mtls
Canal: open-finance
Avatar discord do usuario teomacedo

teomacedo

:443>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/09743-projeto-plataforma-menuvem/public
ServerName teo.menuvem.com.br

SSLEngine on
SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt
SSLCertificateKeyFile /etc/ssl/private/apache-selfsigned.key


Options FollowSymLinks
AllowOverride None


Options Indexes FollowSymLinks MultiViews
AllowOverride All
# Order allow,deny
#allow from all
Require all granted


# mTLS Gerencianet
#Chave pública da Gerencianet
SSLCACertificateFile /etc/apache2/ssl.crt/chain-efi-nuc-open-finance-prod.crt
SSLVerifyClient none
SSLProtocol TLSv1.2


SSLVerifyClient require
SSLVerifyDepth 3


# Tratando o /api/open_finance, redirecionando as requisições sempre para /webhook
#Alias "/api/open_finance/callback" "/var/www/09743-projeto-plataforma-menuvem/api/open_finance/callback"


CustomLog ${APACHE_LOG_DIR}/access.log combined

Avatar discord do usuario teomacedo

teomacedo

{
"nome": "webhook_url_invalido",
"mensagem": "Erro ao fazer handshake com mTLS no webhookURL"
}

Avatar discord do usuario jef_vixxx

jef_vixxx

Ver Respostas

Como faço pra emitir o certificado que mTLS no cPanel ?