Webservice REST com SSL

Galera, Boa Tarde.

Estou quase ficando louco já, temos um certificado SSL que funciona perfeitamente na empresa, tenho os arquivos .crt e .key para usar ele no meu REST, porém não funciona de jeito nenhum.

Quando tento acessar a URL aparece a mensagem ERR_SSL_PROTOCOL_ERROR

Alguém consegue me ajudar?

Segue o trecho do meu .INI

[SSLConfigure] SSL2=1 SSL3=1 TLS1_0= TLS1_1=1 TLS1_2=1 TLS1_3=1 VERBOSE=0 CertificateServer=D:\PROTHEUS12\bin\appserver_ws_rest\cert.crt KeyServer=D:\PROTHEUS12\bin\appserver_ws_rest\cert.key PassPhrase=a!@#afasd1@!

====================================

HTTP/HTTPS

====================================

[HTTP] ENABLE=0 PATH=D:\PROTHEUS12\protheus_data\http-root PORT=8200 COMPRESSION=1 ENVIRONMENT=PRODUCAO_WS_REST

[ONSTART] JOBS=HTTPJOB,TAF_CFGJOB,JOB_WS RefreshRate=30

[HTTPJOB] MAIN=HTTP_START ENVIRONMENT=PRODUCAO_WS_REST

====================================

REST

====================================

[HTTPV11] ENABLE=1 Sockets=HTTPREST,HTTPRESTSSL

[HTTPREST] Port=8250 SECURITY=1 URIs=HTTPURI

[HTTPRESTSSL] Port=8750 SECURITY=1 SSL2=1 SSL3=1 TLS1_0= TLS1_1=1 TLS1_2=1 TLS1_3=1 URIs=DEVAPI Certificate=D:\PROTHEUS12\bin\appserver_ws_rest\cert.crt Key=D:\PROTHEUS12\bin\appserver_ws_rest\cert.key PassPhrase=a!@#afasd1@!

[HTTPURI] URL=/rest PrepareIn=All Instances=5,20,3,5 CORSEnable=1 AllowOrigin=*

[DEVAPI] URL=/api PrepareIn=All Instances=5,20,3,5 CORSEnable=1 AllowOrigin=*

Boa tarde Luiz, conseguiu configurar os certificados?