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

1
Avatar
Permanently deleted user

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?

0
Avatar
Permanently deleted user

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?

0

请先登录再写评论。