dsgw8802 2014-09-10 05:51
浏览 307

cURL没有使用SNI在Web服务器上工作

I have an RSS reader web application installed on my server, which uses TLS full time via SNI (nginx). I'm trying to set up a curl command in cron to automatically refresh the feeds, but I'm getting problems.

Running the command that the RSS reader provides for cron jobs: curl -L -s --user-agent 'Fever Refresh Cron' -k 'https://fever.cconover.com/?refresh'

I get the HTML of the default host on my nginx server, instead of the proper response from my RSS reader.

Running curl -I https://fever.cconover.com?refresh I get the following result:

curl: (51) SSL: no alternative certificate subject name matches target host name 'fever.cconover.com'

This only happens when I run these commands on the server where the RSS reader is hosted. If I execute them from any other machine, they work properly.

I've checked whether the IP my server has for that address is incorrect, but running ping fever.cconover.com provides the public IP of my server.

I recently migrated to this server off of one that, I thought, was configured the same way this one is, and it worked fine on the old server. I unfortunately don't have access to the old server anymore so I can't compare the two. However, I know that these exact commands used to work fine.

How can I fix this?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 如何用stata画出文献中常见的安慰剂检验图
    • ¥15 c语言链表结构体数据插入
    • ¥40 使用MATLAB解答线性代数问题
    • ¥15 COCOS的问题COCOS的问题
    • ¥15 FPGA-SRIO初始化失败
    • ¥15 MapReduce实现倒排索引失败
    • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
    • ¥15 找一位技术过硬的游戏pj程序员
    • ¥15 matlab生成电测深三层曲线模型代码
    • ¥50 随机森林与房贷信用风险模型