简体   繁体   English

自定义域证书错误•服务器的证书(heroku)与URL www.app.com不匹配

[英]Custom domain certificate error • Server's certificate (heroku) does not match the URL www.app.com

I made a web app using heroku and I set up the custom domain as per there instructions here: https://devcenter.heroku.com/articles/custom-domains 我使用heroku制作了一个网络应用,并按照此处的说明设置了自定义域: https : //devcenter.heroku.com/articles/custom-domains

Now in chrome my Https is crossed out and it says: 现在在chrome中,我的Https被删除了,它说:

The identity of this website has not been verified 
• Server's certificate does not match the URL.

You attempted to reach www.app.com, but instead you actually reached a server
identifying itself as *.herokuapp.com. This may be caused by a misconfiguration
on the server. Cannot verify that that is the same site as www.app.com 

I don't think I missed a step. 我想我没有错过任何一步。 Do I have to renew a certificate using heroku certs? 我必须使用heroku证书续订证书吗? or self sign my own? 还是自己签名我自己的? or what? 要不然是啥? thanks! 谢谢!

如果您也想在自定义域上使用SSL,则还必须遵循SSL指南

ssl certs are to specific domains. ssl证书适用于特定域。 m.yourdomain.com will not accept the cert from yourdomain.com. m.yourdomain.com将不接受来自yourdomain.com的证书。

Sounds like your problem. 听起来像是您的问题。 You could get a wildcard cert, so *yourdomain.com, although, those are costly! 您可能会获得通配符证书,因此* yourdomain.com虽然昂贵,但价格昂贵!

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Seahorse :: Client :: NetworkingError(主机名“ mybucketname.s3.s3-us-west-2.amazonaws.com”与服务器证书不匹配) - Seahorse::Client::NetworkingError (hostname “mybucketname.s3.s3-us-west-2.amazonaws.com” does not match the server certificate) Mechanize和HTTParty中的“主机名与服务器证书不匹配”错误 - “Hostname does not match the server certificate” error in Mechanize and HTTParty carrierwave图像上传到s3“主机名与证书错误不匹配” - carrierwave image upload to s3 “hostname does not match certificate error” OpenSSL :: SSL :: SSLError(主机名“ smtp.mandrillapp.com”与服务器证书不匹配) - OpenSSL::SSL::SSLError (hostname “smtp.mandrillapp.com” does not match the server certificate) Rails 3 ActionMailer错误 - 主机名与服务器证书不匹配 - Rails 3 ActionMailer error - hostname was not match with the server certificate OpenSSL::SSL::SSLError:主机名“smtp.gmail.com”与服务器证书不匹配 - OpenSSL::SSL::SSLError: hostname "smtp.gmail.com" does not match the server certificate 主机名“project-name.appspot.com.storage.googleapis.com”与服务器证书(OpenSSL :: SSL :: SSLError)不匹配 - 使用雾和carriewave - hostname “project-name.appspot.com.storage.googleapis.com” does not match the server certificate (OpenSSL::SSL::SSLError) - using fog and carriewave Amazon S3 - 主机名与服务器证书不匹配 (OpenSSL::SSL::SSLError) + rails - Amazon S3 - hostname does not match the server certificate (OpenSSL::SSL::SSLError) + rails 访问S3对象时,aws-sdk-ruby显示“主机名与服务器证书不匹配” - “hostname does not match the server certificate” with aws-sdk-ruby when accessing S3 objects 将文件上传到带有载波错误主机名的亚马逊aws3导轨与服务器证书不匹配 - Upload files to amazon aws3 rails with carrierwave error hostname does not match the server certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM