When I am trying to enter pbiviz command to create my SSL cert. It gives me an error everytime. I have an operating system of windows 7. I tried this on my workers laptop and it worked completely fine, and she has a windows 10. I deleted and reinstalled and still has not worked.
https://gyazo.com/acf03d87ffdfd8a5928446bfb2890508
Related
I have a small PC that I am using as a web kiosk. Running ubuntu 20.04 with a typical lamp stack. I have installed the lamp stack as I normally do (I have a few machines with apache around here) but for some reason this new PC I just got (with preinstalled ubuntu) is giving me a headache I cannot figure out.
When the system loads it auto logs in and boots to the kiosk, using snap and wpe-webkit-mir-kiosk. That part works fine. The issue is when I try to load the site from another machine, it gives me an Error 500. The website has an admin backend that I need to be able to access. The backend is nothing crazy, just a simple user login system with the ability to post some data to mysql that I made. The site works 100% on my main computer that I developed it on, and it works remotely while on my main machine. I zipped all the files and copied them over to the new PC unzipped and now its giving me the 500 error when trying to access from any other PC.
Small testing php files like a simple echo statement or phpinfo will load just fine locally and remotely. phpmyadmin also loads just fine remotely and locally.
What could be the issue? Why would it load locally and give a 500 error remotely? I am at a loss.
I have tried uninstalling/purging/reinstalling the lamp stack. UFW is disabled, I've cleared cache and tried other browser and other machines. Still won't load remotely.
I have a container running locally. My Apache server has a self signed certificate that I am trying to load to my Mac's keychain and I get no errors but the certificate just does not show up. I can open https://localhost on a Chrome browser and I can skip the warnings that the certificate is untrusted but I cannot use tools like Postman as the requests are blocked.
Any idea why this may be happening?
This is the steps I followed:
Opened https://localhost in Chrome. Clicked on the lock and dragged and dropped the cert to my desktop
Opened Key Chain and selected "System"
I went to File -> Import new items and selected the cert that I grabbed from the browser
No errors but the cert just does not show up on the list at all.
I am using Mac OS Mojave 10.14.6
I changed the info.plist file in Boot Camp package to make it support making USB installing drives on my Mac, but on Mac OS X Mavericks the app crashed before I signed the new file. I use the following code in terminal to sign it.
sudo codesign -fs - /Applications/Utilities/Boot\ Camp\ Assistant.app
After signing the code, the app ran successfully. The whole tutorial is here: Enable Bootcamp to install from usb for OSX 10.9
BUT I am wondering why I can sign the code so easily, without any formal certificate. I think code signature is a security feature. Only developers with certificates can sign their codes and distribute them, and Apple only allow these signed programs to run: About Code Signing I am a beginner on this topic; can someone explain the process a little bit? Does this means that hackers can sign whatever codes they want (maybe malicious ones) and run them AS LONG AS they get the password for root account?
Then I changed back to the original info.plist and wanted to remove the signature for the file that I created. How do I do this?
Thanks!
The reason is because you are signing the package with a local certificate. When Apple sign the package, it will run on any Mac, as their root certificate is trusted in the base OS.
If you transferred your locally signed package to another mac, you would find that it crashes, because it was signed with a certificate from another machine.
Hope this clears it up.
After install the wamp server in my system (windows 8.1 64-bit). The Aestan Tray menu turn green after taking 5 minutes from orange color.
However myphpadmin or localhost or 127.0.0.1 are not opening.
I have uninstalled my skype and re-installed the wamp server still i have the same issue...
I also checked the ISS in the control panel (Turn windows feature on or off) it is also not set.
Since i have start the apache service and test port 80..
i have getting the message:
Your port 80 is not actually used
Press Enter to Exit
Some time I get the message error message when Aestan Tray blink orange:
Could not execute menu item (internal error) [Exception] Could not
perform service action: An instance of the service is already running
I have installed wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b
In my office system (window 7) wamp server is working fine. i have installed without any issues.
I already done so many things to correct it from the instruction available from internet.
I have already installed/uninstall wamp server by 12-15 times.
Please help me to sort this issue.
I recently activate IIS7 feature in my Windows (through control panel)
Previously I already installed XAMPP in my machine (configured to run on port 8080 through the httpd.conf file)
What happen is:
I am not able to invoke the iis startpage.. (using address http://localhost/), doesn't display error or anything, jus a plain blank page..
on the other hand, when I tried to run my XAMPP, i noticed that on the control panel it is mentioned that it's running on port 80 (which contrary to my settings)
However XAMPP startup page still can only be invoked through http://localhost:8080/xampp. I figured that if what the control panel telling me is true, I shouldn't need to include the ":8080"..
Can anyone give any idea how this happen? And how to fix this anomally, thx?
I some time ago successfully installed a IIS and XAMPP in a Windows (I use Windows 7 Ultimate) and both are running smoothly. But before installing XAMPP, I have activated & using IIS before. I'm using XAMPP 1.7.3.
Maybe you could try to install IIS first, XAMPP. Before installing XAMPP, make sure the IIS service is running / active.
Hope it helps.