ssl tag

43 questions


2 answers
121 views
0
Understanding SSL (SNI) Configuration on apache

Can I use a hogehoge.com certificate without a hostname when I use SSL with SNI?You are currently registered in two domains.1. domain1.com2. www.domain2.comAt this time, www.domain2.com recognizes suc...

2 years ago

1 answers
88 views
0
I want to enroll the root CA certificate with KubernetesAPI

I am building a kubernetes environment with microk8s on a physical server.In order to build a docker registry pod in the environment and pull and deploy a custom image directly into Kubernetes, it was...

2 years ago

1 answers
140 views
0
How could a temporary RSA key be verified when it was signed with a public key affected by crypto export restrictions?

I don't know where to downgrade the key due to the FREAK attack.It seems that the public key is going to be downgraded, but Q1.Is it a server-only attack with a weak public key in advance because the ...

2 years ago

2 answers
105 views
0
Lets Encrypt determines that it cannot connect (Dynamic IP)

Currently, Debian is considering transferring to Let's Encrypt due to the price increase of RapidSSL WildCard (10,000 yen → 20,000 yen).The CentOS on the VPS worked fine, and I was able to make it wor...

ssl
2 years ago

1 answers
73 views
0
root certificate update for ssl

I am sending a request to an api of https (language is node and I use request module) I received a request from the server operator to add the root certificate because I updated the SSL server certifi...

2 years ago

1 answers
122 views
0
CentOS 7 Apache 2.4 http2

CentOS7+Apache/2.4.6 is set to be accessible via http2.I am referring to it here.https://blog.apar.jp/linux/5200/Although Apache and SSL have been configured, the http2 module has not been successfull...

2 years ago

1 answers
75 views
0
How to Retrieve http Requests in Python

I am currently trying to develop a simple client browser using python. Is there any way I can do this with python?I would appreciate it if you could let me know the Python library I use.1. You can ren...

2 years ago

1 answers
71 views
0
I want to remove the domain from the HSTS Preload list.

About 3 months ago, I added https://hstspreload.appspot.com/ to the HSTS Preload list, but I want to remove it from the list because some subdomains no longer have access from Chrome.(Non-Chrome brows...

2 years ago

2 answers
98 views
0
What is smtpd_tls_wrappermode in Postfix?

I have a question.Do you know what smtpd_tls_wrappermode means in Postfix?If you read the document (described later), the SMTPS and smtpd_tls_wrappermode on port 465 are It doesn't seem to matter, but...

2 years ago

2 answers
74 views
0
View encrypted communications for proprietary applications

How do I view the communications of proprietary applications installed on my PC?When I looked at this communication using Wireshark, I found that the communication with the server was encrypted with S...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.