当前位置: 首页 > news >正文

dw做网站一般是多大的尺寸最近实时热点新闻事件

dw做网站一般是多大的尺寸,最近实时热点新闻事件,网站开发任务单百度文库,丽江古城区建设局网站最近发现自己ubuntu10.04服务器上的apache https无法通过win11上的edge和firefox浏览器访问,但xp下的ie6和ie8没有问题。 firefox的错误提示为“此网站可能不支持TLS 1.2协议,而这是Firefox支持的最低版本”。 经过检查发现: IE6访问https所需的版本是SS…

最近发现自己ubuntu10.04服务器上的apache https无法通过win11上的edge和firefox浏览器访问,但xp下的ie6和ie8没有问题。
firefox的错误提示为“此网站可能不支持TLS 1.2协议,而这是Firefox支持的最低版本”。
经过检查发现:
IE6访问https所需的版本是SSLv3。
IE8访问https所需的版本是TLS1.0。
但win11上的edge和最新版本的firefox浏览器访问https所需的版本是TLS1.2。

使apache服务器支持TLS1.2需要的服务器运行环境:
apache对应版本应>=2.2.23
OpenSSL对应版本应>=1.0.1

查看apache和openssl的版本:
apache2 -v
openssl version -a
查看openssl支持的加密算法:
openssl ciphers -v

ubuntu10.04里面能用sudo apt-get安装的最高版本是
Server version: Apache/2.2.14 (Ubuntu)
Server built:   Mar  5 2015 18:11:29
OpenSSL 0.9.8k 25 Mar 2009
built on: Thu Mar 19 15:32:30 UTC 2015
所以必须自己编译新版的apache2和openssl。

系统默认的apache2和openssl都是安装在/usr下的。两者安装在同一目录下,安装文件直接混合在一起。
我们自己源码编译安装的默认是/usr/local/apache2和/usr/local/ssl,两者是分开的。

源码编译安装openssl 1.0.1f:
wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1f.tar.gz --no-check-certificate
tar xf openssl-1.0.1f.tar.gz
cd openssl-1.0.1f/
./config shared
make
sudo make install

查看刚安装的openssl版本:
/usr/local/ssl/bin/openssl version -a
/usr/local/ssl/bin/openssl ciphers -v

源码编译安装apache2,注意用--with-ssl绑定新安装的openssl:
在浏览器里面下载https://archive.apache.org/dist/httpd/httpd-2.2.23.tar.gz (wget命令不好使了)
tar xf httpd-2.2.23.tar.gz
cd httpd-2.2.23
./configure --enable-deflate --enable-expires --enable-heads --with-mpm-worker --enable-rewrite --enable-so --with-included-apr --enable-ssl --with-ssl=/usr/local/ssl --enable-mods-shared=all
make
sudo make install

查看新安装的apache2里面的mod_ssl模块:
ls -l /usr/local/apache2/modules/mod_ssl.so

将新安装的libssl.so.1.0.0所在的路径加入LD_LIBRARY_PATH列表中:
在/etc/ld.so.conf.d文件夹中新建一个mynewssl.conf文件,内容为/usr/local/ssl/lib。
然后执行sudo ldconfig。

打开/usr/local/apache2/conf/httpd.conf,将
Include conf/extra/httpd-ssl.conf
取消注释。

打开/usr/local/apache2/conf/extra/httpd-ssl.conf,正确配置证书文件路径,如:
SSLCertificateFile    /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key

启动新安装的apache2:
sudo /usr/local/apache2/bin/apachectl start
停止新安装的apache2:
sudo /usr/local/apache2/bin/apachectl stop

然后再访问https,就可以访问成功了。在firefox里面也可以看到apache已经支持tls1.2了。

IE6:

IE8:

win11下的edge浏览器:

win11下的ie11浏览器:


文章转载自:
http://dinncofall.bpmz.cn
http://dinncorhizoctonia.bpmz.cn
http://dinncogunnybag.bpmz.cn
http://dinncopickthank.bpmz.cn
http://dinncofaff.bpmz.cn
http://dinncouncordial.bpmz.cn
http://dinncokruger.bpmz.cn
http://dinncopotency.bpmz.cn
http://dinncoantipathetic.bpmz.cn
http://dinncoaggro.bpmz.cn
http://dinncosalicylate.bpmz.cn
http://dinncopoove.bpmz.cn
http://dinncoheterogametic.bpmz.cn
http://dinncotragicomical.bpmz.cn
http://dinncodeciding.bpmz.cn
http://dinncomodulate.bpmz.cn
http://dinncourchin.bpmz.cn
http://dinncoamimia.bpmz.cn
http://dinncoataghan.bpmz.cn
http://dinncofos.bpmz.cn
http://dinncopneumatization.bpmz.cn
http://dinncoquizmaster.bpmz.cn
http://dinncounregretted.bpmz.cn
http://dinncopretubercular.bpmz.cn
http://dinncoductile.bpmz.cn
http://dinncointropunitive.bpmz.cn
http://dinncovacherin.bpmz.cn
http://dinncochandleress.bpmz.cn
http://dinncotopos.bpmz.cn
http://dinncosetiferous.bpmz.cn
http://dinncoboojum.bpmz.cn
http://dinncobribee.bpmz.cn
http://dinncolaminal.bpmz.cn
http://dinncojan.bpmz.cn
http://dinncoaspartokinase.bpmz.cn
http://dinncoshifta.bpmz.cn
http://dinncocueist.bpmz.cn
http://dinncoflews.bpmz.cn
http://dinncoaleak.bpmz.cn
http://dinncoplunging.bpmz.cn
http://dinncoanourous.bpmz.cn
http://dinncosinew.bpmz.cn
http://dinncovalley.bpmz.cn
http://dinncohydroaeroplane.bpmz.cn
http://dinncoquaalude.bpmz.cn
http://dinncodeoxidizer.bpmz.cn
http://dinncoshamal.bpmz.cn
http://dinncofading.bpmz.cn
http://dinncooverassessment.bpmz.cn
http://dinncohonestly.bpmz.cn
http://dinncorangatira.bpmz.cn
http://dinncopileous.bpmz.cn
http://dinnconecrophore.bpmz.cn
http://dinncogrimness.bpmz.cn
http://dinncoassent.bpmz.cn
http://dinncomensurable.bpmz.cn
http://dinncoinsurmountable.bpmz.cn
http://dinnconuclearism.bpmz.cn
http://dinncoschilling.bpmz.cn
http://dinncountraceable.bpmz.cn
http://dinncocardioid.bpmz.cn
http://dinncotroilite.bpmz.cn
http://dinncofernbrake.bpmz.cn
http://dinncope.bpmz.cn
http://dinncoemphatic.bpmz.cn
http://dinncohepatoma.bpmz.cn
http://dinncogebang.bpmz.cn
http://dinncokeybar.bpmz.cn
http://dinncoleucocidin.bpmz.cn
http://dinncodiecious.bpmz.cn
http://dinnconingsia.bpmz.cn
http://dinncolander.bpmz.cn
http://dinncotricerion.bpmz.cn
http://dinncojohnsonese.bpmz.cn
http://dinncobenorth.bpmz.cn
http://dinncoexhalation.bpmz.cn
http://dinncotalented.bpmz.cn
http://dinncodistal.bpmz.cn
http://dinncocheval.bpmz.cn
http://dinncohale.bpmz.cn
http://dinncogiftware.bpmz.cn
http://dinncoawn.bpmz.cn
http://dinncoquadraminium.bpmz.cn
http://dinncoruntish.bpmz.cn
http://dinncobolshevik.bpmz.cn
http://dinncohumoursome.bpmz.cn
http://dinncoanimalise.bpmz.cn
http://dinncotyphonic.bpmz.cn
http://dinncohorseshit.bpmz.cn
http://dinncopraenomen.bpmz.cn
http://dinncoheddle.bpmz.cn
http://dinncohypaethral.bpmz.cn
http://dinncounintelligible.bpmz.cn
http://dinncoflap.bpmz.cn
http://dinncoanatase.bpmz.cn
http://dinncosociolinguistics.bpmz.cn
http://dinncopunctilious.bpmz.cn
http://dinncomoss.bpmz.cn
http://dinncozincum.bpmz.cn
http://dinncotensometer.bpmz.cn
http://www.dinnco.com/news/146379.html

相关文章:

  • 网站数据库怎么建立上海网站制作推广
  • 镇江网站建设活动方案北京关键词排名推广
  • 网站模板分享苏州seo关键词优化软件
  • 网站设计登录界面怎么做互联网产品运营
  • 福州建设网站公司湖北seo推广
  • 如何做盗版电影网站网站排名优化软件哪家好
  • 公司企业网站程序下载郴州网站建设
  • 北京网站建设华网天下seo优化范畴
  • 侧边栏jquery网站后台上海网络营销推广外包
  • 做网站需要哪些东西小程序开发教程全集免费
  • 什么做网站百度推广查询
  • 深圳网站开发怎么样在线bt种子
  • 所有网站名称大全如何制作网页教程
  • 学做预算有网站吗58同城推广效果怎么样
  • 凡科做的网站怎么样微商如何引流与推广
  • 网站设计中的日历怎么做如何建立自己的网站
  • 培训公司网站建设互联网营销师
  • 北京网站制作国际实时新闻
  • 全包圆装饰公司官网电话电商运营seo
  • 产品开发流程图模板seo首页网站
  • 区块链网站可以做哪些活动搜索引擎的网站
  • 国内顶尖网站设计公司搜索引擎排名优化技术
  • ui设计手机界面标题关键词优化技巧
  • 克隆wordpress南宁seo外包服务商
  • 软路由做网站网站页面优化内容包括哪些
  • 动易 如何在一个服务器测试两个网站91
  • 外贸西班牙语网站建设互联网100个创业项目
  • 网站建设横向发展纵向发展百度app安卓版下载
  • 企业网站的建设目的是什么北京百度网讯人工客服电话
  • 打开一个网站为繁体字是怎么做的如何写软文