[SOLVED] HTTPS certificate problem
Published: October 27, 2022 - 4:46 PM
Good morning,
When I configure the server with an external certificate in nginx and reload it (reload nginx), the web page correctly appears as HTTPS
So I was happy.
Now I'm getting an error when I try to deploy using waptdeploy.exe and the hash and the waptagent... there's an error downloading this waptagent
When I re-enter the self-signed certificate from the installation in nginx... it works again, but the HTTPS is non-compliant
PS: I tried recreating my waptagent package with a new hash... but that's not the problem... I know it's my configuration
and finally https://waptserver/wapt/waptagent.exe is properly accessible
Thanks in advance !
Samuel
When I configure the server with an external certificate in nginx and reload it (reload nginx), the web page correctly appears as HTTPS
So I was happy.
Now I'm getting an error when I try to deploy using waptdeploy.exe and the hash and the waptagent... there's an error downloading this waptagent
Code: Select all
C:\Users\wapttestuser\Downloads>waptdeploy.exe --hash=02dfba835e17c928933a9bf929200cd50475fc8658322e1f4484b563bfe0738a --minversion=2.2.3.12463 --wait=15 --waptsetupurl=https://waptserver/wapt/waptagent.exe
{"hash":"02dfba835e17c928933a9bf929200cd50475fc8658322e1f4484b563bfe0738a","minversion":"2.2.3.12463","wait":"15","waptsetupurl":"https://waptserver/wapt/waptagent.exe"}
WAPT version:
WAPT required version: 2.2.3.12463
Wapt agent path: C:\Users\samuel.adm\AppData\Local\Temp\waptagent.exe
Wget new waptagent from https://waptserver/wapt/waptagent.exe
Trying to reach https://waptserver/wapt/waptagent.exe...
Expecting hash sha256: 02dfba835e17c928933a9bf929200cd50475fc8658322e1f4484b563bfe0738a
Using proxy :
Error trying to get https://waptserver/wapt/waptagent.exe : Error downloading https://waptserver/wapt/waptagent.exe: [ENetSock] THttpClientSocket.DoTlsAfter: TLS failed [ESChannel <waptserver>: Result 80090326 [SEC_E_ILLEGAL_MESSAGE], System Error 87 '']... sleeping
Delete sheduled task "fullwaptupgrade"
An unhandled exception occurred at $00403958:
Exception: Error downloading https://waptserver/wapt/waptagent.exe: [ENetSock] THttpClientSocket.DoTlsAfter: TLS failed [ESChannel <waptserver>: Result 80090326 [SEC_E_ILLEGAL_MESSAGE], System Error 87 '']
$00403958
$00404D73PS: I tried recreating my waptagent package with a new hash... but that's not the problem... I know it's my configuration
and finally https://waptserver/wapt/waptagent.exe is properly accessible
Thanks in advance !
Samuel