ruby on rails - How to provide separate SSL certificate for specified path -


i have rails app running behind nginx using passenger. ssl configured @ nginx side in server block , works fine. need specify separate certificate on path, https://example.com/blablabla.

i need because of constrains of system working with.

a certificate identifies server , not path inside server. path known after ssl handshake done, after certificate provided. not possible have 1 certificate specific path , certificate path , same hostname.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -