The search returned 5 results

by OlivierM
September 29, 2020 - 11:52
Forum: WAPT Server
Subject: Change of certification authority.
Answers: 2
Views : 3669

Re: Change of certification authority.

The procedure worked correctly; luckily I had a week or two to deploy the new configuration to the clients, otherwise, with certificate pinning and the CA change, a loss of connection with all clients would have been guaranteed.


Be careful with the certificate bundle...
by OlivierM
September 15, 2020 - 4:31 PM
Forum: WAPT Server
Subject: Change of certification authority.
Answers: 2
Views : 3669

Re: Change of certification authority.

Too bad, no response.
So I'll answer myself (it might be useful to someone else).

My plan:

I'm going to try deploying a package that disables pinning (verify_cert = 1) on clients.
Since the certificates aren't self-signed, I'll keep a valid SSL encryption...
by OlivierM
September 3, 2020 - 4:27 PM
Forum: WAPT Server
Subject: Using WAPT on a cloud
Answers: 5
Views : 4830

Re: Using WAPT on a cloud

It's definitely more secure with client certificates.

In a community setting, to further enhance security, you can also filter communications based on the websites' IP addresses (provided they are static), and require a password during the initial installation of the WAPT client.

I just wanted to say that...
by OlivierM
September 3, 2020 - 2:52 PM
Forum: WAPT Server
Subject: Using WAPT on a cloud
Answers: 5
Views : 4830

Re: Using WAPT on a cloud

Hello,

this is the type of configuration we use in the Community edition and it works without any problems.

We have several workstations spread across thirteen sites that contact a server via the internet. The connection is made from the workstation to the server.
The data flow between the workstations and the server is encrypted...
by OlivierM
September 2, 2020 - 5:23 PM
Forum: WAPT Server
Subject: Change of certification authority.
Answers: 2
Views : 3669

Change of certification authority.

Hello,

my SSL certificate on my WAPT server is about to expire.
Due to a change of provider, the new certificate I obtained is not issued by the same certificate authority as the first one (generated two years ago).

How do I deploy this new certificate on...