Validate Debugger Configuration on Web Server - Failed to execute validation script: 'java.security.cert.CertificateException: No name matching ... found'
I tried validating my xdebug debugging configuration and I am running across this error.
I looked up the error and there was a setting in Java to be able to bypass the host name validation but I do not find this option in phpstorm.
Is it possible you get a hotfix for this?
Thanks,
Jim
Please sign in to leave a comment.
Hello,
The error comes from Java and by its text we can see that it is related to hostname and SSL certificate that is being used - their mismatch in particular.
Is it possible not to use SSL connection?
I am having this same issue and I have to use an SSL connection. Is there a way to do this in PhpStorm, using xdebugger?
Unfortunately no: https://youtrack.jetbrains.com/issue/WI-35706