更新CA证书:
1 | yum update ca-certificates |
再次遇到:problem with SSL CA cert(path?access right?)
重启PHP-FPM解决。
发布时间:August 3, 2014 // 分类:PHP // No Comments
更新CA证书:
1 | yum update ca-certificates |
再次遇到:problem with SSL CA cert(path?access right?)
重启PHP-FPM解决。
发布时间:July 29, 2014 // 分类:PHP // No Comments
发布时间:July 28, 2014 // 分类:Firefox // No Comments
1 2 3 4 5 6 7 8 | var prefs = Components.classes[ "@mozilla.org/preferences-service;1" ] .getService(Components.interfaces.nsIPrefService); prefs = prefs.getBranch( "network.proxy." ); prefs.setIntPref( "type" , '1' ); prefs.setIntPref( "http_port" , '3128' ); prefs.setCharPref( 'http' , '192.168.1.1' ) prefs.setBoolPref( 'socks_remote_dns' , 'true' ) //socks将http修改为socks |
更多参数:https://developer.mozilla.org/en-US/Add-ons/Code_snippets/Preferences#nsISupportsString