• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue file(): Peer certificate CN=`main serveur URI' did not match expected CN=`hosted domain URI'

cali

New Pleskian
i have an error when i would use php FTP function with URL FOPEN my system bring me back this error:

Code:
file(): Peer certificate CN=`(complete host name set in plesk general setting)' did not match expected CN=`(domain name on witch on i use the function'

i'm using let's encrypt certificates. In plesk, in the domain's SSL section all is green and ok, using my browser when i'm on the domain it's also all ok.

is someone have an idea how i can do ?
 
Seems the ftp client or/and the server does not use SNI, so the server presents the default certificate.
 
Back
Top