How to disable certificate transparency check in macOS Mojave(10.14)

Solution 1:

Certificate Transparency only applies to publicly trusted certificates, which mean WPA2 certs aren’t affected by CT. It’s probably because the certificate was signed with MD5, which isn’t trusted, starting from iOS 12 and macOS Mojave.

The reason why MD5-signed certs aren’t trusted is because MD5 weaknesses allow fake TLS certs to be created.

There is simply no such way to make macOS Mojave to make trust MD5 certs; request the network administrator to update & resign the cert with a different algorithm.