Quickbooks webconnector Integration 1048 error - ssl

I am using QuickBooks 2013 pro on server A, I have a self signed cert on server B. I had server A navigate to the services on SERVER B install the self signed cert into trusted root. Then had the web connector on SERVER A try to add an application. It is coming back with this error
qbwc1048: QuickBooks Web Connector Could not verify the web
application server certificate.
Any help in solving this would be great. Thank you very much

For anyone else having a similar problem, it may not be the certificate at all. It could be the server is closing the connection or returning an error code.
For more details, first click file -> clear log in the web connector. Then, try adding your application again. After it fails, click the view log button at the top right. Scroll down for more details on what happened.
You will see something like, remote server returned an error (401) unauthorized, or a similar message that is far more useful than what appears in the dialogue box.

#consolibyte Closed all IE windows and re-imported the SSL works now. Thank you

Related

Connect to SLDAP server V3 by using DirectoryServices.AccountManagement.PrincipalContext

I have one issue when trying to connect to the LDAP server through code. It works fine when I use admin tool to connect to it.
it works fine when using this admin tool to connect to it.
it doesn't work when I use this code to connect to it, it says
The server could not be contacted. ---> System.DirectoryServices.Protocols.LdapException: The LDAP server is unavailable.
My code:
Using context As DirectoryServices.AccountManagement.PrincipalContext = New DirectoryServices.AccountManagement.PrincipalContext(DirectoryServices.AccountManagement.ContextType.Domain, SingleSignOn.ADDomain, SingleSignOn.ADSecurityGroup, DirectoryServices.AccountManagement.ContextOptions.SecureSocketLayer Or DirectoryServices.AccountManagement.ContextOptions.Negotiate, UserName, Password)
Using foundUser = DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(context, UserName)
Return foundUser IsNot Nothing
End Using
End Using
My question is:
how to set up the code to use version 3?
Thank you in advance for your help/ideas.
Windows needs to trust the SSL certificate, otherwise the connection will fail. Unfortunately the error message doesn't tell you that.
You have a couple options:
Change the certificate being used on the server to a certificate from a trusted root authority. This is the best way to do it, especially if this is a production server.
Tell Windows to trust the self-signed cert. This would have to be done on every computer that will connect. To do this, use the PowerShell script in this answer to download the certificate (change the URL to match your server). This will give you a .cer file. Then follow the instructions here to import it on the computer that you are running this code on. In that article, start at the heading "To start the certificate import process through Microsoft Management Console (MMC)". In step 4, you have the option to import it for the current user only, or for the whole computer (which requires local admin rights).

Simba BigQuery ODBC connection error

I have downloaded and install the Simba Big Query ODBC connector.
When I try to configure following the instructions on Simba's website, when I enter the confirmation code at which point the refresh token should populate I get error :-
[Simba]BigQuery Error interacting with REST API: Problem with the SSL CA cert (path ? access rights?)
I get this on both my works laptop and my home PC.
I have also tried the Service Authentication and have selected the key file path and also get the error.
It should be noted I can successfully access Biq Query through other methods using my authorized credentials.
Can anyone help ?
Platform is Windows 64Bit
Regards,
Ian

Is the Plugin Registration Tool not recognizing SSL certificate?

Notice: this exact question can be found on the dynamics community forum which as usual isn't exactly responsive...
I can't figure out what's wrong with this environment...
CRM and ADFS are on the same server, different ports:
By browser, navigating to https://myorg.mydomain:444 redirects to https://sts1.mydomain:442 adfs login screen shows up, I input credentials, then I'm redirected back to CRM, everything works perfectly no matter which organization I navigate to. The SSL certificate is a wildcard one, covering *.mydomain (again, no issues whatsoever). Outlook client also works without a hitch.
My issue is, the registration tool (I'm using the one from the 2016 SDK, but this also happens with the 2013 SDK's one ) doesn't seem to be able to connect.
The exception message showing up in the log is (I'm translating from my native language to english, messages might not be 100% accurate)
[Top] Unable to establish a trust relationship for the SSL/TLS secure channel with authority 'sts1.mydomain'
[Inner level 1] Underlying connection closed: <same as above>
[Inner level 2] The remote certificate wasn't deemed valid from the validation procedure
Nothing in particular stands out in the Event Viewer... What's wrong ?
Just before writing this, I also tried the 2011 Registration Tool and it spits out a different error: it attempts to login to ADFS through HTTP instead of HTTPS (it complains about not finding http://sts1.mydomain:442 which doesn't exist).
I also tried importing the aforementioned SSL cert into my trusted root cert authorities, it doesn't seem to matter (everything stays the same).
Update: I forgot to show the connection settings:
(o) On-Premises ( ) Office 365
Server: myorg.mydomain
PORT: 444 [X] Use SSL
Authentication Source: IFD
Username: DOMAIN\USERNAME
Password: PASSWORD
Domain: <BLANK>
[X] Display list
I haven't started fiddling with plugins in 2016 so I'm not sure how that works and which endpoint it's using but I'd try the 2011 plugin registration tool too. It's what I've been using up until now and I think it is a better one than the 2013 and later since you can have multiple servers setup in it.
Regards

Can't connect to my openshift application through filezilla

I was able for past projects to connect through filezilla. I followed each time this tutorial: https://blog.openshift.com/using-filezilla-and-sftp-on-windows-with-openshift/
Now, on my newly created application I cannot connect. I get these errors:
Error: Server sent disconnect message
Error: type 2 (protocol error):
Error: "Too many authentication failures for 56420afe7628e1bc3d0001b3"
Error: Could not connect to server
Thanks
EDIT: Its interesting because now I check some of my other websites wich were stored in filezilla site manager and 3 of the 8 have the same error. I have't modified anything to them. I tried with another FTP client (WINSCP) and all the sites work fine. I updated filezilla to the latest version and I still have errors. I can't explain myself why some sites work and some others simply doesn't work anymore without making any change...

"The website cannot display the page" error when accessing the SSRS Report Manager 2012

I'm trying to connect to a SSRS 2012 Report Manager on a Win Server 2012 server.
I'm getting "The website cannot display the page" error. Can't figure out why.
I've tried the following things:
Browsing either to the computer's name url and either to the computer's network ip address
Changing the service login type.
Running IE as Administrator
I can connect to the Web Service and I can view reports through it.
I'm connecting with a Domain Admin account.
Would appreciate any help. Thank you.
Ok. The answer was indeed detected in the Windows Event Log. Thanks.
Adding the SSRS host as a trusted site in the browser fixed this for me.