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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -