I am using the following configurations in .htacess file
(我在.htacess文件中使用以下配置)
# RewriteRule ^(.*)?$ http://127.0.0.1:3001/$1 [P,L]
# RewriteRule ^(.*)?$ https://127.0.0.1:3001/$1 [P,L]
when I add SSL configurations and use https module in the node server the URL returns 503 services not found but works fine when I remove SSL and use http module.
(当我在节点服务器中添加SSL配置并使用https模块时,URL返回503服务,但找不到,但在删除SSL并使用http模块时工作正常。)
ask by HaYa Abu Al Halawa translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…