the doc states

> Once this command has been executed, the new path is immediately taken into 
> account by commands such as HTTP Request that are executed later on (you do 
> not have to restart the application). It is used in all the processes of the 
> database.
https://doc.4d.com/4Dv16/4D/16.5/HTTP-SET-CERTIFICATES-FOLDER.301-4227653.en.html

so it is clear that the context is global.

although only the HTTP client is mentioned in this page,

you only have to jump to

> If you want to use a Web Service in secure mode using SSL, pass https:// in 
> front of the URL instead of http://. This configuration automatically enables 
> connection in secure mode.
> Note that this command can use a server certificate (see the HTTP SET 
> CERTIFICATES FOLDER command).

https://doc.4d.com/4Dv16/4D/16.5/WEB-SERVICE-CALL.301-4227434.en.html

to confirm that the SOAP client also uses the same certificate (OpenSSL 
context).

---

servers do not share the same certificate.

the application, DB4D and SQL servers use the one inside the application (self 
signed files are installed by default).

the HTTP server uses the one in the database folder, if available. no default 
certificates here.

> 2019/05/06 18:57、4dialog via 4D_Tech <[email protected]>のメール:
>
> The problem with "http set certificates folder" is: - It is used in all the
> processes of the database.
>
> Have anybody some experience with this?




**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to