unosquare / passcore

A self-service password management tool for Active Directory
https://unosquare.github.io/passcore/
MIT License
1.04k stars 232 forks source link

api/password not found #186

Closed wittmannc closed 6 years ago

wittmannc commented 6 years ago

I installed version 3.2.1 of passcore on a Windows Server 2016.

My installations path is C:\passcore\wwwroot Index.html with is working and password change is possible.

Now my problem: I want to access the passcore site with https://server.mydomain.com/tst I changed the index.html file to and moved all files from wwwroot to wwwroot\tst

In this setup, I can see in the debug mode that https://server.mydomain.com/tst/api/password get an http error code 404 (not found) passcore 404

I think, I have forgotten to set something. Could anyone help me?

unquietwiki commented 6 years ago

The site runs as an server app, not as a regular website. You're probably going to need to delete the current site, and try the new PowerShell script to reinstall. Thanks!

On Mon, Jul 23, 2018, 7:36 AM wittmannc notifications@github.com wrote:

I installed version 3.2.1 of passcore on a Windows Server 2016.

My installations path is C:\passcore\wwwroot Index.html with is working and password change is possible.

Now my problem: I want to access the passcore site with https://server.mydomain.com/tst I changed the index.html file to and moved all files from wwwroot to wwwroot\tst

In this setup, I can see in the debug mode that https://server.mydomain.com/tst/api/password get an http error code 404 (not found) [image: passcore 404] https://user-images.githubusercontent.com/41582117/43083226-4f99e04a-8e96-11e8-9346-fe1b24d7b65f.PNG

I think, I have forgotten to set something. Could anyone help me?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/unosquare/passcore/issues/186, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9fv4v1qqlqRS5PV-GLtdjnH_aC_2Unks5uJd9UgaJpZM4VbHDn .

wittmannc commented 6 years ago

This was filtered in my first question: I changed 'href="/"' to 'href="/tst/" /'.

'iissetup.ps1 c:\passcore' creates the same website as I already have. tst/api/password still not found with the new site.

geoperez commented 6 years ago

Status?

wittmannc commented 6 years ago

Hi,

my final solution was using a Citrix NetScaler ADC Content Switch.