最近新人のアシスタントさんは描き文字を理解してないようなので、オイラの秘伝マニュアルの中から描き文字ついて貼っておこう(´・ω・)っペタリ http://t.co/1xSdgAzsZb
For a test suite I need to create a local SSL-enabled HTTPS server in my Python project. I googled around and found various recipes using pyOpenSSL, but all of those are quite complicated, and I didn’t even get the referenced one to work. Also, Python has shipped its own built-in SSL module for quite a while. After reading some docs and playing around, I eventually got it to work with a remarkably
All implementations of Teredo in Windows are based on RFC 4380. To use Teredo functionality in Windows XP Service Pack 2 or Windows Server 2003 Service Pack 1, see the “Using Teredo in Windows XP Service Pack 2” section of this article. For information about changes to Teredo for Windows Vista and Windows Server "Longhorn," see Changes to IPv6 in Windows Vista and Windows Server "Longhorn". Note:
前回のopensslでRSA暗号と遊ぶでRSA暗号や秘密鍵について中身を色々といじってみた。続いて今回は、Apacheで使うオレオレ証明書を作ってみる。 細かいことはいいから、オレオレ証明書を作るコマンドだけ知りたい お急ぎの方は、以下3つだけやれば良い。これで10年間(3650日)有効なオレオレ証明書ができあがる。 $ openssl genrsa 2048 > server.key $ openssl req -new -key server.key > server.csr $ openssl x509 -days 3650 -req -signkey server.key < server.csr > server.crtできあがったserver.crtとserver.keyを、例えば/etc/httpd/conf/ 配下のssl.crt/ と ssl.key/ ディレクトリに設置
I wrote simple C programs, which are using sockets ('client' and 'server'). (UNIX/Linux usage) The server side simply creates a socket: sockfd = socket(AF_INET, SOCK_STREAM, 0); And then binds it to sockaddr: bind(sockfd, (struct sockaddr *) &serv_addr, sizeof(serv_addr)); And listens (and accepts and reads): listen(sockfd,5); newsockfd = accept(sockfd, (struct sockaddr *) &cli_addr, &clilen); rea
2024/05/01 トピックス 特定電子メール法に違反しているSMSの情報提供のお願い 2024/09/11 トピックス 10月25日(金)26日(土)に「くらしフェスタ東京2024 見て、聞いて、話そう!【交流フェスタ2024】」に出展いたします 2024/09/26 トピックス 10月18日(金)~「大阪府消費者フェア2024」にウェブ出展いたします 2024/10/25 注意喚起 ドコモになりすました偽メール「件名:【重要】dоcоmоより大切なお知らせ*****」(本偽メールは、実在の企業・団体と無関係に送信されたものです) 2024/10/25 注意喚起 セゾンカードになりすました偽メール「件名:【大切なお知らせ】セゾンカード ご利用確認のお願い」(本偽メールは、実在の企業・団体と無関係に送信されたものです) 2024/10/25 注意喚起 みずほ銀行になりすました偽メール「件
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く