How to provide separate SSL certificate for specified path

atomAltera

I have Rails app running behind Nginx using Passenger. SSL is configured at Nginx side in server block and works fine. Now I need specify separate certificate on certain path, say for https://example.com/blablabla.

I need this because of constrains of some system I working with.

Steffen Ullrich

A certificate identifies a server and not a path inside the server. The path is only known after the SSL handshake is done, that is after the certificate was already provided. Thus it is not possible to have one certificate for a specific path and another certificate for another path and the same hostname.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Provide SSL certificate to PostgreSQL in a Rails app

From Dev

How to configure Tomcat (in Spring Boot) to provide full certificate chain with SSL connections? (currently working with Chromium, not with Firefox)

From Dev

How to use a certificate authority (CA) with a separate key file for SSL bumping in squid 4.x?

From Dev

Certificate path unreachable for SSL in Java/Clojure

From Dev

How to create a SSL certificate signed by an intermediate certificate

From Dev

How exactly is a SSL certificate validated?

From Dev

how to retrieve a ssl certificate in django?

From Dev

How to setup an SSL certificate on sinatra

From Dev

How to ignore SSL Certificate Java

From Dev

how to retrieve a ssl certificate in django?

From Dev

How to get trusted SSL certificate?

From Dev

How to load SSL Certificate in Java

From Dev

How to buy ssl certificate programmatically?

From Dev

How to setup an SSL certificate on sinatra

From Dev

How to solve SSL certificate error

From Dev

How to verify a SSL java certificate

From Dev

How to provide include path to SWIG?

From Dev

How to provide include path to SWIG?

From Dev

How to provide full access to specified directory?

From Dev

How to provide SSL/TLS based communication on Mosquitto?

From Dev

How to provide SSL/TLS based communication on Mosquitto?

From Dev

Why separate Voip certificate is required for Pushkit when APNS Universal Client SSL Certificate has been introduced?

From Dev

How to create directory in specified path?

From Dev

How to split a path into separate strings?

From Dev

SSL Certificate: how to setup CA to deal with certificate chain?

From Dev

How to fix curl: (60) SSL certificate: Invalid certificate chain

From Dev

SSL no certificate

From Dev

How to skip SSL certificate verification with Capybara

From Dev

How to identify PKCS of a certificate used in SSL?

Related Related

  1. 1

    Provide SSL certificate to PostgreSQL in a Rails app

  2. 2

    How to configure Tomcat (in Spring Boot) to provide full certificate chain with SSL connections? (currently working with Chromium, not with Firefox)

  3. 3

    How to use a certificate authority (CA) with a separate key file for SSL bumping in squid 4.x?

  4. 4

    Certificate path unreachable for SSL in Java/Clojure

  5. 5

    How to create a SSL certificate signed by an intermediate certificate

  6. 6

    How exactly is a SSL certificate validated?

  7. 7

    how to retrieve a ssl certificate in django?

  8. 8

    How to setup an SSL certificate on sinatra

  9. 9

    How to ignore SSL Certificate Java

  10. 10

    how to retrieve a ssl certificate in django?

  11. 11

    How to get trusted SSL certificate?

  12. 12

    How to load SSL Certificate in Java

  13. 13

    How to buy ssl certificate programmatically?

  14. 14

    How to setup an SSL certificate on sinatra

  15. 15

    How to solve SSL certificate error

  16. 16

    How to verify a SSL java certificate

  17. 17

    How to provide include path to SWIG?

  18. 18

    How to provide include path to SWIG?

  19. 19

    How to provide full access to specified directory?

  20. 20

    How to provide SSL/TLS based communication on Mosquitto?

  21. 21

    How to provide SSL/TLS based communication on Mosquitto?

  22. 22

    Why separate Voip certificate is required for Pushkit when APNS Universal Client SSL Certificate has been introduced?

  23. 23

    How to create directory in specified path?

  24. 24

    How to split a path into separate strings?

  25. 25

    SSL Certificate: how to setup CA to deal with certificate chain?

  26. 26

    How to fix curl: (60) SSL certificate: Invalid certificate chain

  27. 27

    SSL no certificate

  28. 28

    How to skip SSL certificate verification with Capybara

  29. 29

    How to identify PKCS of a certificate used in SSL?

HotTag

Archive