How to fix an invalid certificate? - https

Followed a guide to make my portfolio website. It never used to say this but as of last week it started to say my certificate isn't valid. Also curious why the image on the tab shows the "wix" icon? I didn't use wix to create this..
invalid certificate

Related

index.php, ssl certificate, httPs

For the life of me cannot remember anymore how to fix this. I used to know how but I am just drawing a blank now. So when you go to http://aoyn.org/index.php the site looks normal and then when you type in https://aoyn.org/ it shows the lock symbol but the site is all funky looking. I have ssl certificate and I certainly want that to show. I tried googling it but I end in the wrong place and then get frustrated. so how to I get http:// to be the Https:// and it looking the way it is supposed to look. Step by step please and thank you for the help.

Google play developer name

I want to know, if I can in play console, use a company name instead of my real name, because, on the store, it displays my name next to my app, which I don't think looks good. So can I just change it to a company name? for example X corporation Is there something i need to keep in mind?
I know it's not a code related question, but I've searched for hours on google, and couldn't find anything useful.
Please help.
If you go to the main page of the console (before you choose your app) and select Developer Page, the top option is Developer Name. I expect changing that will do what you want?
It should not.
I have done recently for changing developer name to my company, then google terminated my account and removed apps from play store.
Google Play on Jan/2022
You can find out it on the Developer page.

Microsoft-Teams: Unable to test personal tab because of "There was a problem reaching this app" error

I have created an app using manifest editor where I have generated the ID and I have configured the personal tab to open a public website "https://www.ibm.com/in-en"
I have downloaded the zip of the app
I have uploaded the app to teams and the app is shown in teams
When I click on the app and then click open to load the personal tab, I get the issue as mentioned in the image:
Could you please check if you have the "showloadingindicator" field set to true in your manifest? Could you please try removing it and uploading the app manifest?
I had the same issue, and removing the "showLoadingIndicator" fixed it, but while it sorted out the immediate problem, it didn't help understand why it was incorrect.
tl;dr : you need to call microsoftTeams.appInitialization.notifySuccess() inside your tab, but if you want more info, see my question/answer over here: Personal Tab Renders Fine, then a few seconds later shows "There was a problem reaching this app"
This wouldn't apply in your case as you're pointing to a public website, but if it was a custom tab, then the fix would help and also allow the "loading" indicator to be used.

Why am I unable to add new version for TestFlight external testing?

I have an app that I have out for external testing; I have submitted two (2) different versions without any problems. Now, I am trying to submit another new version (#3), but when filling out the Test Flight Information the "next" button is disabled, preventing me from adding the new version.
Any ideas on how to fix this? or what the problem is?
I've had the same problem and finally got it working. First I had to go into safari, Chrome didn't work. You have to fill out every field for every language you have. Every. Single. One.
Then the next button finally became active.
Also the app description has to be over 10 characters long.
I'm submitting a bug report to apple because whoever made this was an idiot.
This is the workaround:
go to TestFlight for your app using Safari.
enter all of the data for all of your supported languages; it doesn't have to be in the language (I used English for all of the languages, French, German, Japanese, etc). Just make sure you are mindful of the length restrictions!
Next button is then enabled! And you can continue on... :D
I filled out everything, but still no Continue button gets activated. For some languages email and url field will appear for some not. I think something is really badly programmed there
read this news on the dashboard iTunes connect
TestFlight Requires Export Compliance Information
All TestFlight builds now require Export Compliance information. To answer Export Compliance questions and upload any necessary documentation, visit the new Encryption section in Features. Once your documentation is approved, you will receive a key string value to add to your build's Info.plist. Learn more in Resources and Help
in short, if your application has not put that in your encryption info.plist, can also resolve:
<key>ITSAppUsesNonExemptEncryption</key><false/>

Selenium - Cross domain and HTTPS problem

I use Selenium to test my website. The website need to access an external catalog to select some items from it. The problem is this catalog is published on another domain with HTTPS protocol. I've searched and read many topics on the internet about Selenium and Cross domain problems, but I still don't find the answer yet. Some topics said that the *iehta browser will overcome this issue, but in fact it could not do that. I also try *iexplore, *iexploreproxy, *firefox, *firefoxproxy as well, but the results are the same. Could you please give me the solution for this problem?
Thanks in advance!
I've used the -trustAllSSLCertificates option with success.
Go to the site first with a normal IE connection, you get the message:
There is a problem with this website's security certificate.
Then:
Click Continue to this website (not recommended).
You'll see there's a red "Certificate Error" box at the top of the browser.
Click that, click "View Cetificates" then "Add" and add the certificate to the "Trusted Root Certification Authorities". There are similar screenshots for this process in the "mogotest" link in the previous answer.
Now run Selenium with the -trustAllSSLCertificates option and you are away.
The *iexplore (HTA mode) and *firefox (chrome mode) launchers will work just fine. *googlechrome will work in the forthcoming 2.0 release. As for the mechanics of making SSL work, the following article may help:
http://mogotest.com/blog/2010/04/13/how-to-accept-self-signed-ssl-certificates-in-selenium

Resources