码迷,mamicode.com
首页 >  
搜索关键字:insecure    ( 369个结果
Insecure default in Elasticsearch enables remote code execution
Elasticsearch has a flaw in its default configuration which makes it possible for any webpage to execute arbitrary code on visitors with Elasticsearch...
分类:其他好文   时间:2015-07-16 21:22:09    阅读次数:137
Xcode7下ATS的解决办法
今天用Xcode7运行了一下以前的一些项目,主要是一些有用到网络请求,控制台可能会输出Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure......
分类:其他好文   时间:2015-07-03 19:00:56    阅读次数:1631
Xcode7 使用NSURLSession发送HTTP请求报错
控制台打印:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file. 解决办法:修改inf...
分类:Web程序   时间:2015-06-29 20:27:20    阅读次数:154
iOS9 beta 请求出现App Transport Security has blocked a cleartext HTTP (http://)
错误描述:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your...
分类:移动开发   时间:2015-06-26 17:46:44    阅读次数:126
NFS命令
编辑sudo gedit /etc/exports加入/home/lbl/targetfs *(rw,nohide,insecure,no_subtree_check,async,no_root_squash)重启服务sudo service portmap restart sudo service...
分类:其他好文   时间:2015-06-11 16:08:52    阅读次数:135
mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication解决办法
mysqlnd是个好东西。不仅可以提高与mysql数据库通信的效率,而且也可以方便的设置一些超时。如,连接超时,查询超时。但是,使用mysqlnd的时候,有个地方需要注意。就是服务端的密码格式不能使用旧的16位的存储格式,而要使用新的41位的存储格式。如果,服务端的密码格式是16位,那么就会报错。信...
分类:数据库   时间:2015-06-07 23:08:40    阅读次数:265
Mysql数据库在Linux下的使用
1. 创建数据库1.1 启动Mysql [root@localhost ~]# mysql -h127.0.0.1 -uroot -pmysql Warning: Using a password on the command line interface can be insecure. Wel....
分类:数据库   时间:2015-05-29 11:34:06    阅读次数:136
mysqlnd cannot connect 连接错误处理方法
mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command ...
分类:数据库   时间:2015-05-04 11:32:39    阅读次数:136
mysql连接错误
1.错误信息 Message: mysqli::real_connect(): (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an admin....
分类:数据库   时间:2015-04-15 16:58:48    阅读次数:201
mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication解决办法
Fatalerror:Uncaughtexception‘PDOException’withmessage‘SQLSTATE[HY000][2000]mysqlndcannotconnecttoMySQL4.1+usingtheoldinsecureauthentication.PleaseuseanadministrationtooltoresetyourpasswordwiththecommandSETPASSWORD=PASSWORD(‘your_existing_password’).Thi..
分类:数据库   时间:2015-03-20 18:56:19    阅读次数:179
369条   上一页 1 ... 34 35 36 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!