I
I
IDONTSUDO2019-12-02 11:52:32
Information Security
IDONTSUDO, 2019-12-02 11:52:32

SSL and request security?

I have a domain A with an SSL certificate.
And there is domain B with a completely different SSL certificate.
Will requests be secure from domain A to domain B?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2019-12-02
@IDONTSUDO

You need to configure in SSL: a mandatory requirement for forward secrecy when connecting to your server.
Then the public key cannot be obtained when moving from one domain to another domain.
And all traffic exchange will go within a SINGLE SSL session.

V
Vladimir Korotenko, 2019-12-02
@firedragon

What do you mean by security?
If you are talking about the transport layer, then yes, the stream will be encrypted with a public key.
If about a request from js, then CORS will not allow until you set it up.
EVIL
-------------------- | _____________________________ |
Site A Request -> Transport SSL -> Site B
--------------------|__________________________|

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question