Does WampServer 2.5 support DigiCert?
Posted by: dittoit (198.255.45.---)
Date: March 26, 2018 01:25PM

Hi guys, I implemented wampserver2.5 and use it for several years, it is stable we have depolyed weixin api, recently they informed that they are going to update to DigiCert root CA, and require us to check if our app environment supports "DigiCert Global Root CA" or "Baltimore CyberTrust Root CA", anybody knows how wamp use SSL? Does wampserver support DigiCert root CA? If not, how to add DigiCert as trusted CA in its environment? Thanks.

Options: ReplyQuote
Re: Does WampServer 2.5 support DigiCert?
Posted by: RiggsFolly (Moderator)
Date: March 27, 2018 02:36PM

Hi,

Sorry we cannot be experts on each and every application out there.

Root CA's normally are related to the browser, and picked up from the OS, but alternatively you should look at and study the use of these parameters in your PHP.INI file

[openssl]
; The location of a Certificate Authority (CA) file on the local filesystem
; to use when verifying the identity of SSL/TLS peers. Most users should
; not specify a value for this directive as PHP will attempt to use the
; OS-managed cert stores in its absence. If specified, this value may still
; be overridden on a per-stream basis via the "cafile" SSL stream context
; option.
;openssl.cafile=

; If openssl.cafile is not specified or if the CA file is not found, the
; directory pointed to by openssl.capath is searched for a suitable
; certificate. This value must be a correctly hashed certificate directory.
; Most users should not specify a value for this directive as PHP will
; attempt to use the OS-managed cert stores in its absence. If specified,
; this value may still be overridden on a per-stream basis via the "capath"
; SSL stream context option.
;openssl.capath=

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.