我可以使用Apache同时配置HTTP和HTTPS登录吗?
Due到Artifactory 4 UI中引入的新Angular JS框架。x, it is not possible to control the UI redirections both in HTTP and HTTPS.
它可以定义为HTTPS或HTTPS。
在旧版本中可以同时拥有这两个选项。
客户可以重定向在版本4中使用Apache RewriteRule。xaccording to the following convention:
客户可以修改他的Apache rewriterrules在下面的方式,这将工作HTTPS交通只:
RewriteRule / artifactory / webapp美元https://artifactory.host.name/artifactory/webapp / (R, L)
原因是UI中的登录路径是Angular JS框架生成的一个仅面向浏览器的端点。
