Thanks for the reply.
I used `verify_cert=False` and it works.
Since the directory `C:\Program Files (x86)\wapt\ssl\server\` was empty, I added the `server.peda.clg.crt` file just in case.
Have a good day
The search returned 3 results
- July 6, 2022 - 4:04 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] SSL Error
- Answers: 5
- Views : 4285
- July 4, 2022 - 3:11 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] SSL Error
- Answers: 5
- Views : 4285
Re: SSL Error
Here is the package code:
# -*- coding: utf-8 -*-
from setuphelpers import *
import json
from waptcrypto import SSLCertificate
import waptguihelper
import base64
uninstallkey = []
def install():
encryptlist = json.loads(open('encrypt-txt.json','r').read())
if WAPT.host_uuid in encryptlist ...
# -*- coding: utf-8 -*-
from setuphelpers import *
import json
from waptcrypto import SSLCertificate
import waptguihelper
import base64
uninstallkey = []
def install():
encryptlist = json.loads(open('encrypt-txt.json','r').read())
if WAPT.host_uuid in encryptlist ...
- July 4, 2022 - 1:27 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] SSL Error
- Answers: 5
- Views : 4285
[RESOLVED] SSL Error
Hello,
I just upgraded to WAPT 2.2 Discovery from version 1.8. The server is running Debian and the client machines are running Windows 10.
One of my packages uses the script "Encryption of sensitive data contained in a WAPT package" which is in the documentation.
When I try to update it, I get an error...
I just upgraded to WAPT 2.2 Discovery from version 1.8. The server is running Debian and the client machines are running Windows 10.
One of my packages uses the script "Encryption of sensitive data contained in a WAPT package" which is in the documentation.
When I try to update it, I get an error...
