CentOS 7のOpenSSLはALPN無効(ALPNは1.0.2からだが、CentOS7のOpenSSLは1.0.1)
$ openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013
- Firefoxは53(2017年2月頃)から、Chromeは51?から、NPNを無効化してALPNのみサポートしている
jppost-fu.com has address 198.44.228.130 | |
jppost-hi.com has address 67.229.196.134 | |
jppost-hu.com has address 67.229.196.134 | |
jppost-mu.com has address 198.44.228.130 | |
jppost-ni.com has address 198.44.228.130 | |
jppost-no.com has address 198.44.228.130 | |
jppost-nu.com has address 198.44.228.130 | |
jppost-pe.com has address 67.229.228.69 | |
jppost-ri.com has address 67.229.196.134 | |
jppost-ta.com has address 198.44.228.130 |
package com.example; | |
import java.io.UnsupportedEncodingException; | |
public class start { | |
public static void main(String[] args) throws UnsupportedEncodingException { | |
// TODO Auto-generated method stub | |
String str = "あいうえお"; | |
// getBytes()は、特定の文字コードでのバイト列を取得する | |
// byte[] utf8bytes = str.getBytes("UTF-8"); |
CentOS 7のOpenSSLはALPN無効(ALPNは1.0.2からだが、CentOS7のOpenSSLは1.0.1)
$ openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013
Mountain Lionまでは、Ehternetの設定で証明書を食わせるだけで行けたのだが……。El Capitanでは、構成プロファイル(Provisioning Profile)を作って食わせてやらないといけない。めんどい。そのメモ。
証明書から構成プロファイルを作成するために、まずはApple Configurator 2をインストールする必要がある。
# | |
# (C) Tenable Network Security, Inc. | |
# | |
############## | |
# References: | |
############## | |
# | |
# Date: 25 Sep 2002 09:10:45 -0000 | |
# Message-ID: <[email protected]> |
acl-2.2.49-6.el6.x86_64 | |
attr-2.4.44-7.el6.x86_64 | |
audit-2.3.7-5.el6.x86_64 | |
audit-libs-2.3.7-5.el6.x86_64 | |
authconfig-6.1.12-19.el6.x86_64 | |
b43-openfwwf-5.2-4.el6.noarch | |
basesystem-10.0-4.el6.noarch | |
bash-4.1.2-29.el6.x86_64 | |
binutils-2.20.51.0.2-5.42.el6.x86_64 | |
bridge-utils-1.2-10.el6.x86_64 |
http://2ch.hork.info/res/maguro.2ch.sc/linux/1401022481 | |
921 :login:Penguin:2014/12/23(火) 08:39:26.88 ID:OPRM/DVe.net | |
>>920 | |
これですね | |
https://rhn.redhat.com/errata/rhel-server-6-errata.html | |
https://rhn.redhat.com/errata/RHSA-2014-2024.html | |
922 :login:Penguin:2014/12/23(火) 08:55:56.02 ID:OPRM/DVe.net |