iPSK on Azure WebAPP #63
Replies: 8 comments
-
Another question, is it compatible with secure MySQL connection? if it is, how to make it to work? |
Beta Was this translation helpful? Give feedback.
-
While you could try and hack things as you mention I think you'll run into some of the mod_rewrite and the non-admin portals. Is there any chance you can use the Docker container version of iPSK Manager and run in Azure WebApp for Containers? As for the secure mysql connection the code would have to be modified to make the SSL conection. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Regarding the 443, actually it's already there, but it's not a selectable option under the portal configuration. I see what you mean about the user portal, it doesn´t work... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
but in portals it's not selectable for me, as shown in the previous image. |
Beta Was this translation helpful? Give feedback.
-
I am unfortunately not able to reproduce what you are seeing for the 443 port not appearing in the drop down within the portal configuration. I've tried a few different things to try and get to the same behavior and I am not able to. Do you have other portals configured? Does the db table for 443 look the same as the other ports? Just trying to figure out what is different. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm implementing iPSK web part in a Azure webAPP, with an external MySQL Flexible server. I am facing some issues...
1- it's not possible for me setup different docummentRoot's, for each "adminportal" and "portals" as the Apache instructions. WebAPP uses Nginx. at least for testing, I edited the nginx default site file to root /home/site/wwwroot/adminportal. I can get to it and execute the installation until the point that it creates the iPSK database in the external Mysql server, but then it shows "not found"
I tried both ways, setting the root and letting it default and adding "adminportal/" to the URL, both ways end up the same "not found"
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions