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
Post a Comment